2016-08-23 03:19:33 +02:00
|
|
|
!include("../../retroshare.pri"): error("Could not include file ../../retroshare.pri")
|
|
|
|
|
|
|
|
TARGET = retroshare-android-service
|
|
|
|
|
2016-09-15 13:07:13 +02:00
|
|
|
QT += core network
|
2016-08-23 03:19:33 +02:00
|
|
|
QT -= gui
|
|
|
|
|
|
|
|
CONFIG += c++11
|
2018-01-30 18:11:31 +01:00
|
|
|
android-*:CONFIG += dll
|
2016-08-23 03:19:33 +02:00
|
|
|
|
2018-01-30 18:11:31 +01:00
|
|
|
android-*:TEMPLATE = lib
|
|
|
|
!android-*:TEMPLATE = app
|
2016-08-23 03:19:33 +02:00
|
|
|
|
2018-09-01 16:16:15 +02:00
|
|
|
libresapilocalserver {
|
|
|
|
!include("../../libresapi/src/use_libresapi.pri"):error("Including")
|
|
|
|
}
|
2017-04-01 14:28:55 +02:00
|
|
|
|
2018-04-15 13:41:52 +02:00
|
|
|
!include("../../libretroshare/src/use_libretroshare.pri"):error("Including")
|
2017-03-25 18:12:39 +01:00
|
|
|
|
2016-08-23 03:19:33 +02:00
|
|
|
SOURCES += service.cpp
|