summaryrefslogtreecommitdiffstats
path: root/util
diff options
context:
space:
mode:
authorTor Arne Vestbø <tor.arne.vestbo@qt.io>2020-03-31 15:27:11 +0200
committerTor Arne Vestbø <tor.arne.vestbo@qt.io>2020-05-28 21:39:48 +0200
commit7172b5112e5dbf0cb63dec68d2f916a323748aa1 (patch)
tree2f3b4078252ff314afe7ae61342c41fe1d3f4030 /util
parentd80a98d52548b1081ba3f980252fe9aee89bc1f8 (diff)
Move QtPlatformCompositorSupport into QtOpenGL
Task-number: QTBUG-83255 Change-Id: Id9ea654db8efb00b487d53aea03d7f23a7ab1a54 Reviewed-by: Laszlo Agocs <laszlo.agocs@qt.io>
Diffstat (limited to 'util')
-rw-r--r--util/cmake/helper.py12
1 files changed, 0 insertions, 12 deletions
diff --git a/util/cmake/helper.py b/util/cmake/helper.py
index e1adf7161e..2848621dc5 100644
--- a/util/cmake/helper.py
+++ b/util/cmake/helper.py
@@ -240,18 +240,6 @@ _qt_library_map = [
"particles", "Qt6", "Qt::QuickParticles", extra=["COMPONENTS", "QuickParticles"]
),
LibraryMapping(
- "platformcompositor",
- "Qt6",
- "Qt::PlatformCompositorSupport",
- extra=["COMPONENTS", "PlatformCompositorSupport"],
- ),
- LibraryMapping(
- "platformcompositor_support",
- "Qt6",
- "Qt::PlatformCompositorSupport",
- extra=["COMPONENTS", "PlatformCompositorSupport"],
- ),
- LibraryMapping(
"plugin-interfaces",
"Qt6",
"Qt::AppManPluginInterfaces",