Add library mapping for QtTools

Change-Id: I59fdad5b56875b965a4831b07b5d8d13f9d7b10f
Reviewed-by: Alexandru Croitor <alexandru.croitor@qt.io>
Reviewed-by: Qt CMake Build Bot
This commit is contained in:
Leander Beernaert 2019-12-09 13:12:20 +01:00
parent de142e8f22
commit ea9c2e558c

View File

@ -362,6 +362,9 @@ _qt_library_map = [
"Qt6",
"Qt::LinuxOfonoSupportPrivate",
extra=["COMPONENTS", "LinuxOfonoSupportPrivate"],
),
LibraryMapping(
"tools", "Qt6", "Qt::Tools", extra=["COMPONENTS", "Tools"]
)
# qtzlib: No longer supported.
]