From 693d5b8b1af6c89bfc230cab90f86265c47a754c Mon Sep 17 00:00:00 2001 From: Alexey Edelev Date: Thu, 10 Jun 2021 12:44:17 +0200 Subject: [PATCH] Update internal module mappings Add 'Private' suffix to the internal module names in the mappings of the qmake files. Change-Id: Iacc487aa5e463a522341e526bf8580be2868cf37 Reviewed-by: Alexandru Croitor --- util/cmake/helper.py | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/util/cmake/helper.py b/util/cmake/helper.py index f385fca60c3..a42699d0320 100644 --- a/util/cmake/helper.py +++ b/util/cmake/helper.py @@ -98,7 +98,7 @@ _qt_library_map = [ LibraryMapping( "application-lib", "Qt6", "Qt::AppManApplication", extra=["COMPONENTS", "AppManApplication"] ), - LibraryMapping("axbase", "Qt6", "Qt::AxBase", extra=["COMPONENTS", "AxBase"]), + LibraryMapping("axbase", "Qt6", "Qt::AxBasePrivate", extra=["COMPONENTS", "AxBasePrivate"]), LibraryMapping("axcontainer", "Qt6", "Qt::AxContainer", extra=["COMPONENTS", "AxContainer"]), LibraryMapping("axserver", "Qt6", "Qt::AxServer", extra=["COMPONENTS", "AxServer"]), LibraryMapping("bluetooth", "Qt6", "Qt::Bluetooth", extra=["COMPONENTS", "Bluetooth"]), @@ -123,8 +123,8 @@ _qt_library_map = [ LibraryMapping( "designercomponents", "Qt6", - "Qt::DesignerComponents", - extra=["COMPONENTS", "DesignerComponents"], + "Qt::DesignerComponentsPrivate", + extra=["COMPONENTS", "DesignerComponentsPrivate"], ), LibraryMapping( "devicediscovery", @@ -192,8 +192,8 @@ _qt_library_map = [ LibraryMapping( "hunspellinputmethod", "Qt6", - "Qt::HunspellInputMethod", - extra=["COMPONENTS", "HunspellInputMethod"], + "Qt::HunspellInputMethodPrivate", + extra=["COMPONENTS", "HunspellInputMethodPrivate"], ), LibraryMapping("input", "Qt6", "Qt::InputSupportPrivate", extra=["COMPONENTS", "InputSupportPrivate"]), LibraryMapping(