summaryrefslogtreecommitdiffstats
path: root/util
diff options
context:
space:
mode:
authorSona Kurazyan <sona.kurazyan@qt.io>2020-04-03 14:12:09 +0200
committerSona Kurazyan <sona.kurazyan@qt.io>2020-04-03 17:45:43 +0000
commit6a6482cb8d2e71296e4c6ae35190a551fc4c6530 (patch)
tree72981cc728ff4b9e7ecc4e9531df2ff1ee66390e /util
parentab71c9c996b217d037e5430d04b3ce36e3c2b928 (diff)
Add Qt Core5Compat to the library mapping
Change-Id: Iad613c75705b09f7ae043cff417b0fcf3f5dd946 Reviewed-by: Leander Beernaert <leander.beernaert@qt.io> Reviewed-by: Alexandru Croitor <alexandru.croitor@qt.io>
Diffstat (limited to 'util')
-rw-r--r--util/cmake/helper.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/util/cmake/helper.py b/util/cmake/helper.py
index 9c47ba64e2..56bf864adb 100644
--- a/util/cmake/helper.py
+++ b/util/cmake/helper.py
@@ -279,6 +279,7 @@ _qt_library_map = [
"Qt::Quick3DAssetImport",
extra=["COMPONENTS", "Quick3DAssetImport"],
),
+ LibraryMapping("core5compat", "Qt6", "Qt::Core5Compat", extra=["COMPONENTS", "Core5Compat"]),
LibraryMapping("quick3d", "Qt6", "Qt::Quick3D", extra=["COMPONENTS", "Quick3D"]),
LibraryMapping(
"quick3drender", "Qt6", "Qt::Quick3DRender", extra=["COMPONENTS", "Quick3DRender"]