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 <alexandru.croitor@qt.io>
This commit is contained in:
parent
349f969cbc
commit
3a356b85e3
@ -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(
|
||||
|
Loading…
x
Reference in New Issue
Block a user