summaryrefslogtreecommitdiff
path: root/examples
diff options
context:
space:
mode:
authorJohan Klokkhammer Helsing <johan.helsing@qt.io>2020-02-24 14:50:41 +0100
committerJohan Klokkhammer Helsing <johan.helsing@qt.io>2020-02-24 15:26:49 +0100
commitc8750a51cd385ca08e5844b513871cca9a6d9ff5 (patch)
tree101e9a8c85d17c536d73607f78f61e50ba64f4b6 /examples
parentc4a3fddbc35859a38099456da5193335e2990f44 (diff)
downloadqtsvg-c8750a51cd385ca08e5844b513871cca9a6d9ff5.tar.gz
svgviewer: Add a dependency on Qt OpenGLWidgets
OpenGLWidgets was moved to a new module and this fixes the build issues. Task-number: QTBUG-74409 Change-Id: I047e21f0ba04a8949c06c283e8d26da2e0293f58 Reviewed-by: Alexandru Croitor <alexandru.croitor@qt.io> Reviewed-by: Simon Hausmann <simon.hausmann@qt.io>
Diffstat (limited to 'examples')
-rw-r--r--examples/svg/svgviewer/svgviewer.pro2
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/svg/svgviewer/svgviewer.pro b/examples/svg/svgviewer/svgviewer.pro
index 8f3ae05..427d13a 100644
--- a/examples/svg/svgviewer/svgviewer.pro
+++ b/examples/svg/svgviewer/svgviewer.pro
@@ -8,7 +8,7 @@ SOURCES = main.cpp \
exportdialog.cpp
QT += widgets svg
-qtHaveModule(opengl): QT += opengl
+qtHaveModule(opengl): QT += opengl openglwidgets
CONFIG += console