From 95b441d0979103a168856e461cc23e636c1890e3 Mon Sep 17 00:00:00 2001 From: Joerg Bornemann Date: Thu, 7 May 2020 16:06:05 +0200 Subject: [PATCH] pro2cmake: Add library mappings for the restructured ActiveQt module Change-Id: I643cb2afc0e4b74abcbd67bb9002ab334337be37 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 10dfa1d5fc..7fc214ef7f 100644 --- a/util/cmake/helper.py +++ b/util/cmake/helper.py @@ -89,6 +89,9 @@ _qt_library_map = [ LibraryMapping( "application-lib", "Qt6", "Qt::AppManApplication", extra=["COMPONENTS", "AppManApplication"] ), + LibraryMapping("axbase", "Qt6", "Qt::AxBase", extra=["COMPONENTS", "AxBase"]), + LibraryMapping("axcontainer", "Qt6", "Qt::AxContainer", extra=["COMPONENTS", "AxContainer"]), + LibraryMapping("axserver", "Qt6", "Qt::AxServer", extra=["COMPONENTS", "AxServer"]), LibraryMapping("bluetooth", "Qt6", "Qt::Bluetooth", extra=["COMPONENTS", "Bluetooth"]), LibraryMapping("bootstrap", "Qt6", "Qt::Bootstrap", extra=["COMPONENTS", "Bootstrap"]), # bootstrap-dbus: Not needed in Qt6!