summaryrefslogtreecommitdiffstats
path: root/examples/touch/pinchzoom/pinchzoom.pro
diff options
context:
space:
mode:
Diffstat (limited to 'examples/touch/pinchzoom/pinchzoom.pro')
-rw-r--r--examples/touch/pinchzoom/pinchzoom.pro16
1 files changed, 16 insertions, 0 deletions
diff --git a/examples/touch/pinchzoom/pinchzoom.pro b/examples/touch/pinchzoom/pinchzoom.pro
new file mode 100644
index 0000000000..e6864237e3
--- /dev/null
+++ b/examples/touch/pinchzoom/pinchzoom.pro
@@ -0,0 +1,16 @@
+HEADERS += \
+ mouse.h \
+ graphicsview.h
+SOURCES += \
+ main.cpp \
+ mouse.cpp \
+ graphicsview.cpp
+
+RESOURCES += \
+ mice.qrc
+
+# install
+target.path = $$[QT_INSTALL_EXAMPLES]/qtbase/touch/pinchzoom
+sources.files = $$SOURCES $$HEADERS $$RESOURCES $$FORMS pinchzoom.pro images
+sources.path = $$[QT_INSTALL_EXAMPLES]/qtbase/touch/pinchzoom
+INSTALLS += target sources