summaryrefslogtreecommitdiffstats
path: root/util
diff options
context:
space:
mode:
authorTor Arne Vestbø <tor.arne.vestbo@qt.io>2020-03-31 12:25:39 +0200
committerTor Arne Vestbø <tor.arne.vestbo@qt.io>2020-05-21 20:28:37 +0200
commitf76161d61f14428a1dc2bd6024a523ebe46fdfea (patch)
treeff2e638f8d1f11880beedd219e7054ea218f2204 /util
parent2f05aa82e792089a249a0a77f1ae7e055cc90208 (diff)
Move QRasterBackingStore to QtGui
Task-number: QTBUG-83255 Change-Id: I339173de6e109c5a9b9572972ba894c15053c034 Reviewed-by: Tor Arne Vestbø <tor.arne.vestbo@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 bd37e39f8f..3103e196f5 100644
--- a/util/cmake/helper.py
+++ b/util/cmake/helper.py
@@ -171,9 +171,6 @@ _qt_library_map = [
), # manually added special case
LibraryMapping("glx_support", "Qt6", "Qt::GlxSupport", extra=["COMPONENTS", "GlxSupport"]),
LibraryMapping(
- "graphics_support", "Qt6", "Qt::GraphicsSupport", extra=["COMPONENTS", "GraphicsSupport"]
- ),
- LibraryMapping(
"gsttools", "Qt6", "Qt::MultimediaGstTools", extra=["COMPONENTS", "MultimediaGstTools"]
),
LibraryMapping("gui", "Qt6", "Qt::Gui", extra=["COMPONENTS", "Gui"]),