summaryrefslogtreecommitdiffstats
path: root/util/cmake
diff options
context:
space:
mode:
authorAlexandru Croitor <alexandru.croitor@qt.io>2020-10-30 12:39:27 +0100
committerAlexandru Croitor <alexandru.croitor@qt.io>2020-10-30 17:48:50 +0100
commit36e56263d5534849edc73abe44169e4d4d31ed28 (patch)
treec61155f2727f3c41b1bc39dd517440b0860d75bf /util/cmake
parent957a8e1b830d805a24e6ad6156c8a6783c55ef28 (diff)
CMake: Regenerate qtbase projects
In preparation for some further regeneration. Also modify pro2cmake to add forgotten mapping for the Qt::EglFsKmsGbmSupportPrivate module. Change-Id: I92425c566c2b275b40eec8c652496290754ac385 Reviewed-by: Joerg Bornemann <joerg.bornemann@qt.io>
Diffstat (limited to 'util/cmake')
-rw-r--r--util/cmake/helper.py3
1 files changed, 3 insertions, 0 deletions
diff --git a/util/cmake/helper.py b/util/cmake/helper.py
index e7320b28fc..0d6f5f109a 100644
--- a/util/cmake/helper.py
+++ b/util/cmake/helper.py
@@ -146,6 +146,9 @@ _qt_library_map = [
LibraryMapping(
"eglfs_kms_support", "Qt6", "Qt::EglFsKmsSupport", extra=["COMPONENTS", "EglFsKmsSupport"]
),
+ LibraryMapping(
+ "eglfs_kms_gbm_support", "Qt6", "Qt::EglFsKmsGbmSupport", extra=["COMPONENTS", "EglFsKmsGbmSupport"]
+ ),
LibraryMapping("egl_support", "Qt6", "Qt::EglSupport", extra=["COMPONENTS", "EglSupport"]),
# enginio: Not needed in Qt6!
LibraryMapping(