aboutsummaryrefslogtreecommitdiffstats
path: root/examples/androidextras/notification/notification.pro
diff options
context:
space:
mode:
authorEskil Abrahamsen Blomfeldt <eskil.abrahamsen-blomfeldt@digia.com>2013-11-12 08:58:58 +0100
committerThe Qt Project <gerrit-noreply@qt-project.org>2013-11-12 17:56:29 +0100
commit89ade43b15b60194345df37a5b9518c1335fe02f (patch)
tree01252bc3b219e14f2a03329b990b22410e7a864d /examples/androidextras/notification/notification.pro
parentabdb38773693745f5d2f8319b470bfbe0373cc1f (diff)
Update AndroidManifest.xml in example
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>
Diffstat (limited to 'examples/androidextras/notification/notification.pro')
-rw-r--r--examples/androidextras/notification/notification.pro4
1 files changed, 0 insertions, 4 deletions
diff --git a/examples/androidextras/notification/notification.pro b/examples/androidextras/notification/notification.pro
index 8459599..5a26740 100644
--- a/examples/androidextras/notification/notification.pro
+++ b/examples/androidextras/notification/notification.pro
@@ -1,10 +1,6 @@
QT += quick androidextras
ANDROID_PACKAGE_SOURCE_DIR = $$PWD/android-sources
-ANDROID_PACKAGE = org.qtproject.example.notification
-ANDROID_MINIMUM_VERSION = 16
-ANDROID_TARGET_VERSION = 16
-ANDROID_APP_NAME = Qt Notifier
SOURCES += \
main.cpp \