CMake: Re-generate platformsupport/eglconvenience
Change-Id: I0e159dad3efc812be7fad7637901822f9a29fb88 Reviewed-by: Albert Astals Cid <albert.astals.cid@kdab.com>
This commit is contained in:
parent
95142af5bd
commit
b7d3bb8c3a
@ -1,6 +1,4 @@
|
||||
# Generated from eglconvenience.pro.
|
||||
|
||||
find_package(EGL)
|
||||
find_package(EGL) # special case
|
||||
|
||||
#####################################################################
|
||||
## EglSupport Module:
|
||||
@ -16,16 +14,18 @@ add_qt_module(EglSupport
|
||||
QT_NO_CAST_FROM_ASCII
|
||||
QT_EGL_NO_X11
|
||||
LIBRARIES
|
||||
${CMAKE_DL_LIBS}
|
||||
Qt::CorePrivate
|
||||
Qt::GuiPrivate
|
||||
EGL::EGL
|
||||
${CMAKE_DL_LIBS}
|
||||
# CONFIG = "static" "internal_module" "egl"
|
||||
# MODULE = "egl_support"
|
||||
# PRECOMPILED_HEADER = "../../corelib/global/qt_pch.h"
|
||||
# _LOADED = "qt_module"
|
||||
EGL::EGL # special case
|
||||
)
|
||||
|
||||
#### Keys ignored in scope 1:.:eglconvenience.pro:<NONE>:
|
||||
# CONFIG = "static" "internal_module" "egl"
|
||||
# MODULE = "egl_support"
|
||||
# PRECOMPILED_HEADER = "../../corelib/global/qt_pch.h"
|
||||
# _LOADED = "qt_module"
|
||||
|
||||
## Scopes:
|
||||
#####################################################################
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user