cmake: add more mappings to helper.py
Change-Id: Ie5096c1fe74105db84ccd60655a20d389a887b14 Reviewed-by: Simon Hausmann <simon.hausmann@qt.io>
This commit is contained in:
parent
697f358466
commit
5f8e4b7cf0
@ -79,6 +79,7 @@ def map_qt_base_library(lib: str) -> str:
|
||||
'input_support': 'Qt::InputSupport',
|
||||
'installer-lib': 'Qt::AppManInstaller',
|
||||
'kmsconvenience': 'Qt::KmsSupport',
|
||||
'kms_support': 'Qt::KmsSupport',
|
||||
'launcher-lib': 'Qt::AppManLauncher',
|
||||
'lib': 'Qt::Designer',
|
||||
'linuxaccessibility': 'Qt::LinuxAccessibilitySupport',
|
||||
@ -210,8 +211,10 @@ def substitute_platform(platform: str) -> str:
|
||||
|
||||
|
||||
libray_mapping = {
|
||||
'drm': 'Libdrm::Libdrm',
|
||||
'doubleconversion': 'double-conversion',
|
||||
'freetype': 'Freetype::Freetype',
|
||||
'gbm': 'gbm::gbm',
|
||||
'glib': 'GLIB2::GLIB2',
|
||||
'harfbuzz': 'harfbuzz::harfbuzz',
|
||||
'icu': 'ICU::i18n ICU::uc ICU::data',
|
||||
|
Loading…
x
Reference in New Issue
Block a user