summaryrefslogtreecommitdiffstats
path: root/util
diff options
context:
space:
mode:
authorTor Arne Vestbø <tor.arne.vestbo@qt.io>2020-03-31 12:25:43 +0200
committerTor Arne Vestbø <tor.arne.vestbo@qt.io>2020-05-22 15:38:28 +0200
commit7a1650e34331f87bab5a9372087d2a1135f9f63a (patch)
treeef3c6949722b9521cd672d55fdad6d69353947b1 /util
parent948134371eb3ea5a4b4237f4e1f1399d90562ded (diff)
Move QtVulkanSupport into QtGui and QtOpenGL
Task-number: QTBUG-83255 Change-Id: Ib021cecebda89fa2ab9332752124a8cec0a51a10 Reviewed-by: Laszlo Agocs <laszlo.agocs@qt.io>
Diffstat (limited to 'util')
-rw-r--r--util/cmake/helper.py3
1 files changed, 0 insertions, 3 deletions
diff --git a/util/cmake/helper.py b/util/cmake/helper.py
index 3103e196f5..593c9db38e 100644
--- a/util/cmake/helper.py
+++ b/util/cmake/helper.py
@@ -330,9 +330,6 @@ _qt_library_map = [
"virtualkeyboard", "Qt6", "Qt::VirtualKeyboard", extra=["COMPONENTS", "VirtualKeyboard"]
),
LibraryMapping(
- "vulkan_support", "Qt6", "Qt::VulkanSupport", extra=["COMPONENTS", "VulkanSupport"]
- ),
- LibraryMapping(
"waylandclient", "Qt6", "Qt::WaylandClient", extra=["COMPONENTS", "WaylandClient"]
),
LibraryMapping(