CMake: Map cups to Cups::Cups, vulkan_support_private to Qt::VulkanSupportPrivate
Change-Id: Id03942becb08ca3ece589479ffe515f68034ddd4 Reviewed-by: Alexandru Croitor <alexandru.croitor@qt.io>
This commit is contained in:
parent
0be63eeba7
commit
29f5c0ee70
@ -141,6 +141,7 @@ def map_qt_base_library(lib: str) -> str:
|
|||||||
'uitools': 'Qt::UiTools',
|
'uitools': 'Qt::UiTools',
|
||||||
'virtualkeyboard': 'Qt::VirtualKeyboard',
|
'virtualkeyboard': 'Qt::VirtualKeyboard',
|
||||||
'vkconvenience': 'Qt::VulkanSupport',
|
'vkconvenience': 'Qt::VulkanSupport',
|
||||||
|
'vulkan_supportPrivate': 'Qt::VulkanSupportPrivate',
|
||||||
'webchannel': 'Qt::WebChannel',
|
'webchannel': 'Qt::WebChannel',
|
||||||
'webengine': 'Qt::WebEngine',
|
'webengine': 'Qt::WebEngine',
|
||||||
'webenginewidgets': 'Qt::WebEngineWidgets',
|
'webenginewidgets': 'Qt::WebEngineWidgets',
|
||||||
@ -212,6 +213,7 @@ def substitute_platform(platform: str) -> str:
|
|||||||
|
|
||||||
libray_mapping = {
|
libray_mapping = {
|
||||||
'atspi': 'PkgConfig::ATSPI2',
|
'atspi': 'PkgConfig::ATSPI2',
|
||||||
|
'cups': 'Cups::Cups',
|
||||||
'drm': 'Libdrm::Libdrm',
|
'drm': 'Libdrm::Libdrm',
|
||||||
'doubleconversion': 'double-conversion',
|
'doubleconversion': 'double-conversion',
|
||||||
'fontconfig': 'Fontconfig::Fontconfig',
|
'fontconfig': 'Fontconfig::Fontconfig',
|
||||||
@ -236,6 +238,7 @@ libray_mapping = {
|
|||||||
'sqlite': 'SQLite::SQLite3',
|
'sqlite': 'SQLite::SQLite3',
|
||||||
'SQLite3': 'SQLite::SQLite3',
|
'SQLite3': 'SQLite::SQLite3',
|
||||||
'tslib': 'PkgConfig::Tslib',
|
'tslib': 'PkgConfig::Tslib',
|
||||||
|
'vulkan_supportPrivate': 'Qt::VulkanSupportPrivate',
|
||||||
'x11sm': '${X11_SM_LIB} ${X11_ICE_LIB}',
|
'x11sm': '${X11_SM_LIB} ${X11_ICE_LIB}',
|
||||||
'xcb_icccm': 'XCB::ICCCM',
|
'xcb_icccm': 'XCB::ICCCM',
|
||||||
'xcb_image': 'XCB::IMAGE',
|
'xcb_image': 'XCB::IMAGE',
|
||||||
|
Loading…
x
Reference in New Issue
Block a user