summaryrefslogtreecommitdiffstats
path: root/examples
diff options
context:
space:
mode:
authorJ-P Nurmi <jpnurmi@theqtcompany.com>2015-04-22 23:18:07 +0200
committerJ-P Nurmi <jpnurmi@theqtcompany.com>2015-04-23 08:33:38 +0000
commitd97b0a39b68db7f4823e66620d4402bec8ee4165 (patch)
tree32f4f1f02a7c4a7fda4653aedb5f9b70148486b4 /examples
parent4af4bd7a84df303582e13785103849a297ea38ae (diff)
Deploy appropriate Java files
QT += qmlandroid QMLANDROID_PACKAGES = app support view widget Avoids the hard dependency to Android Support libraries. Change-Id: Id5a48b0e8bd368485977dc232520b2fa90415cfa Reviewed-by: J-P Nurmi <jpnurmi@theqtcompany.com>
Diffstat (limited to 'examples')
-rw-r--r--examples/android/catalog/catalog.pro3
1 files changed, 2 insertions, 1 deletions
diff --git a/examples/android/catalog/catalog.pro b/examples/android/catalog/catalog.pro
index 55276bd..8e49352 100644
--- a/examples/android/catalog/catalog.pro
+++ b/examples/android/catalog/catalog.pro
@@ -1,6 +1,6 @@
TEMPLATE = app
TARGET = catalog
-QT += qml
+QT += qml qmlandroid
SOURCES += \
main.cpp
@@ -22,3 +22,4 @@ DISTFILES += \
android/gradle/wrapper/gradle-wrapper.properties
ANDROID_PACKAGE_SOURCE_DIR = $$PWD/android
+QMLANDROID_PACKAGES = app support view widget