summaryrefslogtreecommitdiff
path: root/examples/quickcontrols/controls/touch/touch.pro
diff options
context:
space:
mode:
Diffstat (limited to 'examples/quickcontrols/controls/touch/touch.pro')
-rw-r--r--examples/quickcontrols/controls/touch/touch.pro22
1 files changed, 22 insertions, 0 deletions
diff --git a/examples/quickcontrols/controls/touch/touch.pro b/examples/quickcontrols/controls/touch/touch.pro
new file mode 100644
index 00000000..111c2845
--- /dev/null
+++ b/examples/quickcontrols/controls/touch/touch.pro
@@ -0,0 +1,22 @@
+QT += qml quick
+TARGET = touch
+!no_desktop: QT += widgets
+
+include(src/src.pri)
+include(../shared/shared.pri)
+
+OTHER_FILES += \
+ main.qml \
+ content/AndroidDelegate.qml \
+ content/ButtonPage.qml \
+ content/ListPage.qml \
+ content/ProgressBarPage.qml \
+ content/SliderPage.qml \
+ content/TabBarPage.qml \
+ content/TextInputPage.qml
+
+RESOURCES += \
+ resources.qrc
+
+target.path = $$[QT_INSTALL_EXAMPLES]/quickcontrols/controls/touch
+INSTALLS += target