summaryrefslogtreecommitdiffstats
path: root/examples/gestures/imageviewer/imageviewer.pro
diff options
context:
space:
mode:
authorDenis Dzyubenko <denis.dzyubenko@nokia.com>2009-08-03 15:02:58 (GMT)
committerDenis Dzyubenko <denis.dzyubenko@nokia.com>2009-08-04 14:22:46 (GMT)
commit6b85ec8790aad8ac01c04f7e7bd4913d8cd8d104 (patch)
treeb45584416ababa562478ca35a7f2ef2c63936942 /examples/gestures/imageviewer/imageviewer.pro
parent6e7a6478279a94a82af46e6814f113244aca46dd (diff)
downloadQt-6b85ec8790aad8ac01c04f7e7bd4913d8cd8d104.zip
Qt-6b85ec8790aad8ac01c04f7e7bd4913d8cd8d104.tar.gz
Qt-6b85ec8790aad8ac01c04f7e7bd4913d8cd8d104.tar.bz2
Removed the QTapAndHoldGesture
Moved the gesture implementation to the imageviewer example as it cannot be fully implemented in a crossplatform way - for example on Windows tap and hold is a system gesture that is transparent to the application. Reviewed-by: trustme
Diffstat (limited to 'examples/gestures/imageviewer/imageviewer.pro')
-rw-r--r--examples/gestures/imageviewer/imageviewer.pro11
1 files changed, 5 insertions, 6 deletions
diff --git a/examples/gestures/imageviewer/imageviewer.pro b/examples/gestures/imageviewer/imageviewer.pro
index 4c35dce..efbca00 100644
--- a/examples/gestures/imageviewer/imageviewer.pro
+++ b/examples/gestures/imageviewer/imageviewer.pro
@@ -1,12 +1,11 @@
-######################################################################
-# Automatically generated by qmake (2.01a) Thu Sep 11 17:18:17 2008
-######################################################################
-
TEMPLATE = app
TARGET =
DEPENDPATH += .
INCLUDEPATH += .
# Input
-HEADERS += imagewidget.h
-SOURCES += imagewidget.cpp main.cpp
+HEADERS += imagewidget.h \
+ tapandholdgesture.h
+SOURCES += imagewidget.cpp \
+ tapandholdgesture.cpp \
+ main.cpp