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 227768deb9..5bf1b88164 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
-contains(QT_CONFIG, opengl):QT += opengl widgets
+QT += widgets printsupport
+contains(QT_CONFIG, opengl):QT += opengl
build_all:!build_pass {
CONFIG -= build_all