An error occurred while loading the file. Please try again.
-
Eskil Abrahamsen Blomfeldt authored
This no longer compiled because it was an old version. I guess we have to be very careful when updating the structure of AndroidManifest.xml after the release. Task-number: QTBUG-34763 Change-Id: I32dfe11c83eff42a50b54327fab6d4c5d05b0829 Reviewed-by:
Christian Stromme <christian.stromme@digia.com>
89ade43b
notification.pro 364 B
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