summaryrefslogtreecommitdiffstats
path: root/examples/graphicsview/chip/chip.pro
diff options
context:
space:
mode:
Diffstat (limited to 'examples/graphicsview/chip/chip.pro')
-rw-r--r--examples/graphicsview/chip/chip.pro3
1 files changed, 2 insertions, 1 deletions
diff --git a/examples/graphicsview/chip/chip.pro b/examples/graphicsview/chip/chip.pro
index 94a461a99e..afe748946e 100644
--- a/examples/graphicsview/chip/chip.pro
+++ b/examples/graphicsview/chip/chip.pro
@@ -4,7 +4,8 @@ HEADERS += mainwindow.h view.h chip.h
SOURCES += main.cpp
SOURCES += mainwindow.cpp view.cpp chip.cpp
-QT += widgets printsupport
+QT += widgets
+!isEmpty(QT.printsupport.name): QT += printsupport
contains(QT_CONFIG, opengl):QT += opengl
build_all:!build_pass {