mirror of
https://github.com/RetroShare/RetroShare.git
synced 2024-10-01 02:35:48 -04:00
22 lines
394 B
Prolog
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
|