From ea9c2e558c202069b1358f5801808d0adb29dbc7 Mon Sep 17 00:00:00 2001 From: Leander Beernaert Date: Mon, 9 Dec 2019 13:12:20 +0100 Subject: [PATCH] Add library mapping for QtTools Change-Id: I59fdad5b56875b965a4831b07b5d8d13f9d7b10f Reviewed-by: Alexandru Croitor Reviewed-by: Qt CMake Build Bot --- util/cmake/helper.py | 3 +++ 1 file changed, 3 insertions(+) diff --git a/util/cmake/helper.py b/util/cmake/helper.py index 37135be7fa5..359a2240538 100644 --- a/util/cmake/helper.py +++ b/util/cmake/helper.py @@ -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. ]