From 93a04332eb477e013a417f383df496b9a333ca7e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Tor=20Arne=20Vestb=C3=B8?= Date: Tue, 31 Mar 2020 15:56:40 +0200 Subject: Move QtAccessibilitySupport into QtGui MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Task-number: QTBUG-83255 Change-Id: Ibc1b38e77c3c90030a832c41f4de65c6c38bc91d Reviewed-by: Tor Arne Vestbø --- util/cmake/helper.py | 6 ------ 1 file changed, 6 deletions(-) (limited to 'util/cmake') diff --git a/util/cmake/helper.py b/util/cmake/helper.py index 776158a317..011ece0b8f 100644 --- a/util/cmake/helper.py +++ b/util/cmake/helper.py @@ -76,12 +76,6 @@ class LibraryMapping: _qt_library_map = [ # Qt: - LibraryMapping( - "accessibility_support", - "Qt6", - "Qt::AccessibilitySupport", - extra=["COMPONENTS", "AccessibilitySupport"], - ), LibraryMapping( "androidextras", "Qt6", "Qt::AndroidExtras", extra=["COMPONENTS", "AndroidExtras"] ), -- cgit v1.2.3