From f76161d61f14428a1dc2bd6024a523ebe46fdfea Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Tor=20Arne=20Vestb=C3=B8?= Date: Tue, 31 Mar 2020 12:25:39 +0200 Subject: Move QRasterBackingStore to QtGui MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Task-number: QTBUG-83255 Change-Id: I339173de6e109c5a9b9572972ba894c15053c034 Reviewed-by: Tor Arne Vestbø --- util/cmake/helper.py | 3 --- 1 file changed, 3 deletions(-) (limited to 'util') 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 @@ -170,9 +170,6 @@ _qt_library_map = [ "global", "Qt6", "Qt::Core", extra=["COMPONENTS", "Core"] ), # 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"] ), -- cgit v1.2.3