Implement notifications on Android

Notify when there are unread messages
This commit is contained in:
Gioacchino Mazzurco 2017-04-12 18:55:23 +02:00
parent d540900df5
commit 5be6094214
10 changed files with 120 additions and 17 deletions

View file

@ -10,11 +10,17 @@ CONFIG += dll
RESOURCES += qml.qrc
android-g++:TEMPLATE = lib
!android-g++:TEMPLATE = app
TEMPLATE = app
android-g++
{
TEMPLATE = lib
QT += androidextras
HEADERS += notificationsbridge.h
}
HEADERS += libresapilocalclient.h
SOURCES += libresapilocalclient.cpp notify.cpp
SOURCES += libresapilocalclient.cpp main.cpp
DEPENDPATH *= ../../libretroshare/src
INCLUDEPATH *= ../../libretroshare/src