summaryrefslogtreecommitdiffstats
path: root/examples/gestures/gestures.pro
diff options
context:
space:
mode:
Diffstat (limited to 'examples/gestures/gestures.pro')
-rw-r--r--examples/gestures/gestures.pro10
1 files changed, 10 insertions, 0 deletions
diff --git a/examples/gestures/gestures.pro b/examples/gestures/gestures.pro
new file mode 100644
index 0000000000..1e9e2270f3
--- /dev/null
+++ b/examples/gestures/gestures.pro
@@ -0,0 +1,10 @@
+TEMPLATE = \
+ subdirs
+SUBDIRS = \
+ imagegestures
+
+# install
+target.path = $$[QT_INSTALL_EXAMPLES]/qtbase/gestures
+sources.files = $$SOURCES $$HEADERS $$RESOURCES $$FORMS gestures.pro README
+sources.path = $$[QT_INSTALL_EXAMPLES]/qtbase/gestures
+INSTALLS += target sources