summaryrefslogtreecommitdiffstats
path: root/util
diff options
context:
space:
mode:
authorTobias Hunger <tobias.hunger@qt.io>2019-04-02 11:27:36 +0200
committerTobias Hunger <tobias.hunger@qt.io>2019-04-03 08:53:57 +0000
commit29f5c0ee702e291bb6e158a2d971aac7b5485059 (patch)
treee142bf9d8fd441a679d706fa75b151262f39b4b3 /util
parent0be63eeba7a4f57122614b24a88938b52ea1948f (diff)
CMake: Map cups to Cups::Cups, vulkan_support_private to Qt::VulkanSupportPrivate
Change-Id: Id03942becb08ca3ece589479ffe515f68034ddd4 Reviewed-by: Alexandru Croitor <alexandru.croitor@qt.io>
Diffstat (limited to 'util')
-rw-r--r--util/cmake/helper.py3
1 files changed, 3 insertions, 0 deletions
diff --git a/util/cmake/helper.py b/util/cmake/helper.py
index 56bd1419c8..80ef80ccb6 100644
--- a/util/cmake/helper.py
+++ b/util/cmake/helper.py
@@ -141,6 +141,7 @@ def map_qt_base_library(lib: str) -> str:
'uitools': 'Qt::UiTools',
'virtualkeyboard': 'Qt::VirtualKeyboard',
'vkconvenience': 'Qt::VulkanSupport',
+ 'vulkan_supportPrivate': 'Qt::VulkanSupportPrivate',
'webchannel': 'Qt::WebChannel',
'webengine': 'Qt::WebEngine',
'webenginewidgets': 'Qt::WebEngineWidgets',
@@ -212,6 +213,7 @@ def substitute_platform(platform: str) -> str:
libray_mapping = {
'atspi': 'PkgConfig::ATSPI2',
+ 'cups': 'Cups::Cups',
'drm': 'Libdrm::Libdrm',
'doubleconversion': 'double-conversion',
'fontconfig': 'Fontconfig::Fontconfig',
@@ -236,6 +238,7 @@ libray_mapping = {
'sqlite': 'SQLite::SQLite3',
'SQLite3': 'SQLite::SQLite3',
'tslib': 'PkgConfig::Tslib',
+ 'vulkan_supportPrivate': 'Qt::VulkanSupportPrivate',
'x11sm': '${X11_SM_LIB} ${X11_ICE_LIB}',
'xcb_icccm': 'XCB::ICCCM',
'xcb_image': 'XCB::IMAGE',