mirror of
https://github.com/RetroShare/RetroShare.git
synced 2024-10-01 02:35:48 -04:00
21 lines
448 B
Prolog
21 lines
448 B
Prolog
!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")
|
|
}
|
|
|
|
!include("../../libretroshare/src/use_libretroshare.pri"):error("Including")
|
|
|
|
SOURCES += service.cpp
|