summaryrefslogtreecommitdiffstats
path: root/examples/touch/fingerpaint/fingerpaint.pro
diff options
context:
space:
mode:
Diffstat (limited to 'examples/touch/fingerpaint/fingerpaint.pro')
-rw-r--r--examples/touch/fingerpaint/fingerpaint.pro6
1 files changed, 3 insertions, 3 deletions
diff --git a/examples/touch/fingerpaint/fingerpaint.pro b/examples/touch/fingerpaint/fingerpaint.pro
index a9083b39ca..5093c8ad8d 100644
--- a/examples/touch/fingerpaint/fingerpaint.pro
+++ b/examples/touch/fingerpaint/fingerpaint.pro
@@ -1,3 +1,6 @@
+QT += widgets
+!isEmpty(QT.printsupport.name): QT += printsupport
+
HEADERS = mainwindow.h \
scribblearea.h
SOURCES = main.cpp \
@@ -8,7 +11,4 @@ SOURCES = main.cpp \
target.path = $$[QT_INSTALL_EXAMPLES]/touch/fingerpaint
INSTALLS += target
-QT += widgets
-!isEmpty(QT.printsupport.name): QT += printsupport
-
simulator: warning(This example might not fully work on Simulator platform)