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.pro4
1 files changed, 2 insertions, 2 deletions
diff --git a/examples/touch/pinchzoom/pinchzoom.pro b/examples/touch/pinchzoom/pinchzoom.pro
index df7ce246c3..5c101b2f5c 100644
--- a/examples/touch/pinchzoom/pinchzoom.pro
+++ b/examples/touch/pinchzoom/pinchzoom.pro
@@ -1,3 +1,5 @@
+QT += widgets
+
HEADERS += \
mouse.h \
graphicsview.h
@@ -12,7 +14,5 @@ RESOURCES += \
# install
target.path = $$[QT_INSTALL_EXAMPLES]/touch/pinchzoom
INSTALLS += target
-QT += widgets
-
simulator: warning(This example might not fully work on Simulator platform)