Add library mappings for QtAxContainer and QtWekKitWidgets

Change-Id: I5d5b77e86437f752465bf8ae7c6dd6730b3bf471
Reviewed-by: Alexandru Croitor <alexandru.croitor@qt.io>
This commit is contained in:
Leander Beernaert 2019-12-11 10:42:47 +01:00
parent ee1f3b55b6
commit 6d73b02ace

View File

@ -365,6 +365,12 @@ _qt_library_map = [
),
LibraryMapping(
"tools", "Qt6", "Qt::Tools", extra=["COMPONENTS", "Tools"]
),
LibraryMapping(
"axcontainer", "Qt6", "Qt::AxContainer", extra=["COMPONENTS", "AxContainer"]
),
LibraryMapping(
"webkitwidgets", "Qt6", "Qt::WebKitWidgets", extra=["COMPONENTS", "WebKitWidgets"]
)
# qtzlib: No longer supported.
]