mirror of
https://github.com/RetroShare/RetroShare.git
synced 2025-05-31 20:04:36 -04:00
Make .pro files compiler agnostic on Android
This commit is contained in:
parent
da2fc01952
commit
ebfe50f814
6 changed files with 8 additions and 8 deletions
|
@ -6,10 +6,10 @@ QT += core network
|
|||
QT -= gui
|
||||
|
||||
CONFIG += c++11
|
||||
android-g++:CONFIG += dll
|
||||
android-*:CONFIG += dll
|
||||
|
||||
android-g++:TEMPLATE = lib
|
||||
!android-g++:TEMPLATE = app
|
||||
android-*:TEMPLATE = lib
|
||||
!android-*:TEMPLATE = app
|
||||
|
||||
DEPENDPATH *= ../../libresapi/src
|
||||
INCLUDEPATH *= ../../libresapi/src
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue