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.pro4
1 files changed, 2 insertions, 2 deletions
diff --git a/examples/gestures/imagegestures/imagegestures.pro b/examples/gestures/imagegestures/imagegestures.pro
index 7844cc2ea1..c40c29564f 100644
--- a/examples/gestures/imagegestures/imagegestures.pro
+++ b/examples/gestures/imagegestures/imagegestures.pro
@@ -1,3 +1,5 @@
+QT += widgets
+
HEADERS = imagewidget.h \
mainwidget.h
SOURCES = imagewidget.cpp \
@@ -8,5 +10,3 @@ SOURCES = imagewidget.cpp \
target.path = $$[QT_INSTALL_EXAMPLES]/gestures/imagegestures
INSTALLS += target
-QT += widgets
-