summaryrefslogtreecommitdiffstats
path: root/src/platformsupport/eglconvenience
diff options
context:
space:
mode:
authorAlexandru Croitor <alexandru.croitor@qt.io>2019-10-07 17:43:07 +0200
committerAlexandru Croitor <alexandru.croitor@qt.io>2019-10-08 13:09:50 +0000
commit9ff225b0e0fdd6472bcfee0b4d810239940dea42 (patch)
treef8e3d5e8e57bb5ed899ee003e02e9a1f1dd4acb2 /src/platformsupport/eglconvenience
parent4c06abb8dcc3bbed43d080c06d2f307b068d3791 (diff)
Regenerate platformsupport projects
Change-Id: I6f9d6b09a0b62171adedffa326b86f57e42ad449 Reviewed-by: Simon Hausmann <simon.hausmann@qt.io> Reviewed-by: Qt CMake Build Bot
Diffstat (limited to 'src/platformsupport/eglconvenience')
-rw-r--r--src/platformsupport/eglconvenience/.prev_CMakeLists.txt4
-rw-r--r--src/platformsupport/eglconvenience/CMakeLists.txt6
2 files changed, 6 insertions, 4 deletions
diff --git a/src/platformsupport/eglconvenience/.prev_CMakeLists.txt b/src/platformsupport/eglconvenience/.prev_CMakeLists.txt
index d286ff76ad..ea6b9ea902 100644
--- a/src/platformsupport/eglconvenience/.prev_CMakeLists.txt
+++ b/src/platformsupport/eglconvenience/.prev_CMakeLists.txt
@@ -19,12 +19,12 @@ add_qt_module(EglSupport
PUBLIC_LIBRARIES
Qt::Core
Qt::Gui
+ PRECOMPILED_HEADER
+ "../../corelib/global/qt_pch.h"
)
#### Keys ignored in scope 1:.:.:eglconvenience.pro:<TRUE>:
-# CONFIG = "static" "internal_module" "egl"
# MODULE = "egl_support"
-# PRECOMPILED_HEADER = "../../corelib/global/qt_pch.h"
# _LOADED = "qt_module"
## Scopes:
diff --git a/src/platformsupport/eglconvenience/CMakeLists.txt b/src/platformsupport/eglconvenience/CMakeLists.txt
index e2cb21521b..d6d41d1ead 100644
--- a/src/platformsupport/eglconvenience/CMakeLists.txt
+++ b/src/platformsupport/eglconvenience/CMakeLists.txt
@@ -19,12 +19,14 @@ add_qt_module(EglSupport
Qt::CorePrivate
Qt::GuiPrivate
EGL::EGL # special case
+ PUBLIC_LIBRARIES
+ Qt::Core
+ Qt::Gui
PRECOMPILED_HEADER
"../../corelib/global/qt_pch.h"
)
-#### Keys ignored in scope 1:.:eglconvenience.pro:<NONE>:
-# CONFIG = "static" "internal_module" "egl"
+#### Keys ignored in scope 1:.:.:eglconvenience.pro:<TRUE>:
# MODULE = "egl_support"
# _LOADED = "qt_module"