aboutsummaryrefslogtreecommitdiffstats
path: root/examples/androidextras/notification/notification.pro
blob: a3ce91183d481226f2a74758d91ef731877c5046 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
QT += quick androidextras

ANDROID_PACKAGE_SOURCE_DIR = $$PWD/android-sources

SOURCES += \
    main.cpp \
    notificationclient.cpp

OTHER_FILES += \
    qml/main.qml \
    android-sources/src/org/qtproject/example/notification/NotificationClient.java \
    android-sources/AndroidManifest.xml

RESOURCES += \
    main.qrc

HEADERS += \
    notificationclient.h

target.path = $$[QT_INSTALL_EXAMPLES]/androidextras/notification
INSTALLS += target