summaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorTobias Hunger <tobias.hunger@qt.io>2019-05-06 14:40:37 +0200
committerTobias Hunger <tobias.hunger@qt.io>2019-05-06 14:22:47 +0000
commit1c310adb173668b09c4d45d1f84cce598764603a (patch)
treeb038bdb30f9a406f0a4d451b9f4bf2a15dcef15b /src
parent42648ff99310db6ce8e94c5dea9db16a6454232f (diff)
CMake: Regenerate src/opengl
Change-Id: I6a140b18f12cb048e2b113fb1cef38e224cc8417 Reviewed-by: Alexandru Croitor <alexandru.croitor@qt.io>
Diffstat (limited to 'src')
-rw-r--r--src/opengl/CMakeLists.txt16
1 files changed, 9 insertions, 7 deletions
diff --git a/src/opengl/CMakeLists.txt b/src/opengl/CMakeLists.txt
index acc4cdda9a..705bf8e3d0 100644
--- a/src/opengl/CMakeLists.txt
+++ b/src/opengl/CMakeLists.txt
@@ -31,12 +31,13 @@ add_qt_module(OpenGL
Qt::GuiPrivate
Qt::WidgetsPrivate
WrapOpenGL # special case
- PUBLIC_LIBRARIES # special case
+ PUBLIC_LIBRARIES
Qt::Core
Qt::Gui
+ Qt::Widgets
)
-#### Keys ignored in scope 1:.:opengl.pro:<NONE>:
+#### Keys ignored in scope 1:.:.:opengl.pro:<TRUE>:
# _LOADED = "qt_module"
## Scopes:
@@ -47,18 +48,19 @@ extend_target(OpenGL CONDITION MSVC AND (TEST_architecture_arch STREQUAL "i386")
"/BASE:0x63000000"
)
-#### Keys ignored in scope 3:.:opengl.pro:solaris-cc_x_:
+#### Keys ignored in scope 3:.:.:opengl.pro:solaris-cc_x_:
# QMAKE_CXXFLAGS_RELEASE = "--O2"
-#### Keys ignored in scope 4:.:opengl.pro:QT_FEATURE_opengl:
+#### Keys ignored in scope 4:.:.:opengl.pro:QT_FEATURE_opengl:
# CONFIG = "opengl"
-#### Keys ignored in scope 5:.:opengl.pro:QT_FEATURE_opengles2:
+#### Keys ignored in scope 5:.:.:opengl.pro:QT_FEATURE_opengles2:
# CONFIG = "opengles2"
extend_target(OpenGL CONDITION QT_FEATURE_graphicseffect
SOURCES
qgraphicsshadereffect.cpp qgraphicsshadereffect_p.h
)
-
-add_qt_docs(./doc/qtopengl.qdocconf)
+add_qt_docs(
+ doc/qtopengl.qdocconf
+)