RetroShare/retroshare-android-notify-service/src/retroshare-android-notify-service.pro
2018-01-30 18:11:31 +01:00

22 lines
394 B
Prolog

!include("../../retroshare.pri"): error("Could not include file ../../retroshare.pri")
TARGET = retroshare-android-notify-service
QT += core network qml
QT -= gui
CONFIG += c++11
CONFIG += dll
RESOURCES += qml.qrc
TEMPLATE = app
android-* {
TEMPLATE = lib
QT += androidextras
}
HEADERS += libresapilocalclient.h notificationsbridge.h
SOURCES += libresapilocalclient.cpp main.cpp