RetroShare/retroshare-android-service/src/retroshare-android-service.pro

21 lines
448 B
Prolog
Raw Normal View History

!include("../../retroshare.pri"): error("Could not include file ../../retroshare.pri")
TARGET = retroshare-android-service
QT += core network
QT -= gui
CONFIG += c++11
android-*:CONFIG += dll
android-*:TEMPLATE = lib
!android-*:TEMPLATE = app
libresapilocalserver {
!include("../../libresapi/src/use_libresapi.pri"):error("Including")
}
2017-04-01 14:28:55 +02:00
!include("../../libretroshare/src/use_libretroshare.pri"):error("Including")
SOURCES += service.cpp