summaryrefslogtreecommitdiffstats
path: root/examples/nativeandroid/catalog/catalog.pro
diff options
context:
space:
mode:
Diffstat (limited to 'examples/nativeandroid/catalog/catalog.pro')
-rw-r--r--examples/nativeandroid/catalog/catalog.pro28
1 files changed, 28 insertions, 0 deletions
diff --git a/examples/nativeandroid/catalog/catalog.pro b/examples/nativeandroid/catalog/catalog.pro
new file mode 100644
index 0000000..0e2db2d
--- /dev/null
+++ b/examples/nativeandroid/catalog/catalog.pro
@@ -0,0 +1,28 @@
+TEMPLATE = app
+TARGET = catalog
+QT += qml nativeandroid
+
+SOURCES += \
+ main.cpp
+
+RESOURCES += \
+ catalog.qrc
+
+OTHER_FILES += \
+ qml/main.qml \
+ qml/AwesomeView.qml \
+ qml/ButtonView.qml \
+ qml/InputView.qml \
+ qml/ModelView.qml \
+ qml/PickerView.qml \
+ qml/ProgressView.qml
+
+DISTFILES += \
+ android/build.gradle \
+ android/gradle/wrapper/gradle-wrapper.properties
+
+ANDROID_PACKAGE_SOURCE_DIR = $$PWD/android
+ANDROID_SUPPORT = v4 v7
+
+target.path = $$[QT_INSTALL_EXAMPLES]/nativeandroid/catalog
+INSTALLS += target