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.pro17
1 files changed, 17 insertions, 0 deletions
diff --git a/examples/gestures/gestures.pro b/examples/gestures/gestures.pro
new file mode 100644
index 0000000..d0735ae
--- /dev/null
+++ b/examples/gestures/gestures.pro
@@ -0,0 +1,17 @@
+TEMPLATE = \
+ subdirs
+SUBDIRS = \
+ imageviewer \
+ graphicsview \
+ collidingmice
+
+contains(QT_CONFIG, webkit) {
+ SUBDIRS += pannablewebview
+ contains(QT_CONFIG, svg):SUBDIRS += browser
+}
+
+# install
+target.path = $$[QT_INSTALL_EXAMPLES]/gestures
+sources.files = $$SOURCES $$HEADERS $$RESOURCES $$FORMS gestures.pro README
+sources.path = $$[QT_INSTALL_EXAMPLES]/gestures
+INSTALLS += target sources