From 3a356b85e30d42fcfae7bf01c5c6a72561487bee Mon Sep 17 00:00:00 2001 From: Mitch Curtis Date: Thu, 13 Aug 2020 07:49:50 +0200 Subject: [PATCH] Add quickcontrols2impl to helper.py It's new in Qt 6 after the type registration changes. Task-number: QTBUG-82922 Change-Id: Id4aa22e50a8d84736688dbf2ab51e12a116177f0 Reviewed-by: Alexandru Croitor --- util/cmake/helper.py | 3 +++ 1 file changed, 3 insertions(+) diff --git a/util/cmake/helper.py b/util/cmake/helper.py index 80f8bd133c3..c9ce778e79f 100644 --- a/util/cmake/helper.py +++ b/util/cmake/helper.py @@ -279,6 +279,9 @@ _qt_library_map = [ LibraryMapping( "quickcontrols2", "Qt6", "Qt::QuickControls2", extra=["COMPONENTS", "QuickControls2"] ), + LibraryMapping( + "quickcontrols2impl", "Qt6", "Qt::QuickControls2Impl", extra=["COMPONENTS", "QuickControls2Impl"] + ), LibraryMapping("quick", "Qt6", "Qt::Quick", extra=["COMPONENTS", "Quick"]), LibraryMapping("quickshapes", "Qt6", "Qt::QuickShapes", extra=["COMPONENTS", "QuickShapes"]), LibraryMapping(