CMake: Re-generate platformsupport/glxconvenience
Change-Id: I1a8c376df4a29ca6d38f60b20a961a8706f246ba Reviewed-by: Albert Astals Cid <albert.astals.cid@kdab.com>
This commit is contained in:
parent
4cf7ec0665
commit
ff15f36812
@ -1,7 +1,5 @@
|
||||
# Generated from glxconvenience.pro.
|
||||
|
||||
find_package(X11)
|
||||
find_package(OpenGL)
|
||||
find_package(X11) # special case
|
||||
find_package(OpenGL) # special case
|
||||
|
||||
#####################################################################
|
||||
## GlxSupport Module:
|
||||
@ -14,11 +12,13 @@ add_qt_module(GlxSupport
|
||||
DEFINES
|
||||
QT_NO_CAST_FROM_ASCII
|
||||
LIBRARIES
|
||||
OpenGL::GLX # special case
|
||||
Qt::CorePrivate
|
||||
Qt::GuiPrivate
|
||||
X11::X11
|
||||
OpenGL::GLX
|
||||
# CONFIG = "static" "internal_module"
|
||||
# MODULE = "glx_support"
|
||||
# _LOADED = "qt_module"
|
||||
X11::X11 # special case
|
||||
)
|
||||
|
||||
#### Keys ignored in scope 1:.:glxconvenience.pro:<NONE>:
|
||||
# CONFIG = "static" "internal_module"
|
||||
# MODULE = "glx_support"
|
||||
# _LOADED = "qt_module"
|
||||
|
Loading…
Reference in New Issue
Block a user