summaryrefslogtreecommitdiffstats
path: root/examples/gestures/imagegestures/imagegestures.pro
diff options
context:
space:
mode:
Diffstat (limited to 'examples/gestures/imagegestures/imagegestures.pro')
-rw-r--r--examples/gestures/imagegestures/imagegestures.pro21
1 files changed, 21 insertions, 0 deletions
diff --git a/examples/gestures/imagegestures/imagegestures.pro b/examples/gestures/imagegestures/imagegestures.pro
new file mode 100644
index 0000000000..10326e658d
--- /dev/null
+++ b/examples/gestures/imagegestures/imagegestures.pro
@@ -0,0 +1,21 @@
+HEADERS = imagewidget.h \
+ mainwidget.h
+SOURCES = imagewidget.cpp \
+ main.cpp \
+ mainwidget.cpp
+
+# install
+target.path = $$[QT_INSTALL_EXAMPLES]/qtbase/gestures/imagegestures
+sources.files = $$SOURCES \
+ $$HEADERS \
+ $$RESOURCES \
+ $$FORMS \
+ imagegestures.pro
+sources.path = $$[QT_INSTALL_EXAMPLES]/qtbase/gestures/imagegestures
+INSTALLS += target \
+ sources
+
+symbian {
+ TARGET.UID3 = 0xA000D7D0
+ include($$QT_SOURCE_TREE/examples/symbianpkgrules.pri)
+}