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.pro2
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/touch/fingerpaint/fingerpaint.pro b/examples/touch/fingerpaint/fingerpaint.pro
index 5093c8ad8d..5391897af7 100644
--- a/examples/touch/fingerpaint/fingerpaint.pro
+++ b/examples/touch/fingerpaint/fingerpaint.pro
@@ -1,5 +1,5 @@
QT += widgets
-!isEmpty(QT.printsupport.name): QT += printsupport
+qtHaveModule(printsupport): QT += printsupport
HEADERS = mainwindow.h \
scribblearea.h