summaryrefslogtreecommitdiffstats
path: root/util
diff options
context:
space:
mode:
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"]),