summaryrefslogtreecommitdiffstats
path: root/examples/gestures/imagegestures/imagegestures.pro
diff options
context:
space:
mode:
authorDavid Boddie <dboddie@trolltech.com>2009-10-13 17:26:35 (GMT)
committerDavid Boddie <dboddie@trolltech.com>2009-10-16 15:15:22 (GMT)
commitf0688de89cb82f6d3715bb03d7706fca4e6ab86f (patch)
treefd945f5a0852e1e089b271d8c609b3f752f5aa6f /examples/gestures/imagegestures/imagegestures.pro
parent0266b3d62eb9f091c93dc6b2c59eaad0f64ddedc (diff)
downloadQt-f0688de89cb82f6d3715bb03d7706fca4e6ab86f.zip
Qt-f0688de89cb82f6d3715bb03d7706fca4e6ab86f.tar.gz
Qt-f0688de89cb82f6d3715bb03d7706fca4e6ab86f.tar.bz2
Doc: Moving the Image Gestures example.
Reviewed-by: Trust Me
Diffstat (limited to 'examples/gestures/imagegestures/imagegestures.pro')
-rw-r--r--examples/gestures/imagegestures/imagegestures.pro16
1 files changed, 16 insertions, 0 deletions
diff --git a/examples/gestures/imagegestures/imagegestures.pro b/examples/gestures/imagegestures/imagegestures.pro
new file mode 100644
index 0000000..7780ad9
--- /dev/null
+++ b/examples/gestures/imagegestures/imagegestures.pro
@@ -0,0 +1,16 @@
+HEADERS = imagewidget.h \
+ mainwidget.h
+SOURCES = imagewidget.cpp \
+ main.cpp \
+ mainwidget.cpp
+
+# install
+target.path = $$[QT_INSTALL_EXAMPLES]/gestures/imageviewer
+sources.files = $$SOURCES \
+ $$HEADERS \
+ $$RESOURCES \
+ $$FORMS \
+ imageviewer.pro
+sources.path = $$[QT_INSTALL_EXAMPLES]/gestures/imageviewer
+INSTALLS += target \
+ sources