aboutsummaryrefslogtreecommitdiffstats
path: root/examples/androidextras/notification/notification.pro
blob: 5a267406dfa8385bf0d06db59133ad17b5eceb7b (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
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