summaryrefslogtreecommitdiffstats
path: root/examples/qmlandroid/catalog/catalog.pro
diff options
context:
space:
mode:
Diffstat (limited to 'examples/qmlandroid/catalog/catalog.pro')
-rw-r--r--examples/qmlandroid/catalog/catalog.pro28
1 files changed, 28 insertions, 0 deletions
diff --git a/examples/qmlandroid/catalog/catalog.pro b/examples/qmlandroid/catalog/catalog.pro
new file mode 100644
index 0000000..4e133d3
--- /dev/null
+++ b/examples/qmlandroid/catalog/catalog.pro
@@ -0,0 +1,28 @@
+TEMPLATE = app
+TARGET = catalog
+QT += qml qmlandroid
+
+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
+QMLANDROID_PACKAGES = app support view widget
+
+target.path = $$[QT_INSTALL_EXAMPLES]/qmlandroid/catalog
+INSTALLS += target