summaryrefslogtreecommitdiffstats
path: root/examples/painting/shared/shared.pro
diff options
context:
space:
mode:
Diffstat (limited to 'examples/painting/shared/shared.pro')
-rw-r--r--examples/painting/shared/shared.pro4
1 files changed, 2 insertions, 2 deletions
diff --git a/examples/painting/shared/shared.pro b/examples/painting/shared/shared.pro
index e996956880..18f1d72398 100644
--- a/examples/painting/shared/shared.pro
+++ b/examples/painting/shared/shared.pro
@@ -3,7 +3,7 @@ CONFIG += static
contains(QT_CONFIG, opengl)|contains(QT_CONFIG, opengles1)|contains(QT_CONFIG, opengles2) {
DEFINES += QT_OPENGL_SUPPORT
- QT += opengl
+ QT += opengl widgets
}
build_all:!build_pass {
@@ -11,7 +11,7 @@ build_all:!build_pass {
CONFIG += release
}
TARGET = demo_shared
-QT += gui-private
+QT += gui-private widgets
SOURCES += \
arthurstyle.cpp\