CMake: pro2cmake.py: Handle more libraries
Change-Id: I561b619c4dbc56a1f6ad383a68ce4b82858a031c Reviewed-by: Tobias Hunger <tobias.hunger@qt.io>
This commit is contained in:
parent
3e36bcdca0
commit
645002cd43
@ -205,8 +205,16 @@ def substitute_platform(platform: str) -> str:
|
|||||||
|
|
||||||
|
|
||||||
libray_mapping = {
|
libray_mapping = {
|
||||||
'zlib': 'ZLIB::ZLIB',
|
'libdl': '${CMAKE_DL_LIBS}',
|
||||||
|
'doubleconversion': 'double-conversion',
|
||||||
'glib': 'GLIB2::GLIB2',
|
'glib': 'GLIB2::GLIB2',
|
||||||
|
'icu': 'ICU::i18n ICU::uc ICU::data',
|
||||||
|
'libatomic': 'Atomic',
|
||||||
|
'libproxy': 'LibProxy::LibProxy',
|
||||||
|
'pcre2': 'PCRE2',
|
||||||
|
'librt': 'WrapRt',
|
||||||
|
'zlib': 'ZLIB::ZLIB',
|
||||||
|
'zstd': 'ZSTD::ZSTD',
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user