summaryrefslogtreecommitdiffstats
path: root/examples/touch/dials/dials.pro
diff options
context:
space:
mode:
Diffstat (limited to 'examples/touch/dials/dials.pro')
-rw-r--r--examples/touch/dials/dials.pro8
1 files changed, 8 insertions, 0 deletions
diff --git a/examples/touch/dials/dials.pro b/examples/touch/dials/dials.pro
new file mode 100644
index 0000000000..7f8ec9b616
--- /dev/null
+++ b/examples/touch/dials/dials.pro
@@ -0,0 +1,8 @@
+SOURCES += main.cpp
+FORMS += dials.ui
+
+# install
+target.path = $$[QT_INSTALL_EXAMPLES]/qtbase/touch/dials
+sources.files = $$SOURCES $$HEADERS $$RESOURCES $$FORMS dials.pro
+sources.path = $$[QT_INSTALL_EXAMPLES]/qtbase/touch/dials
+INSTALLS += target sources