summaryrefslogtreecommitdiffstats
path: root/util
diff options
context:
space:
mode:
authorTobias Hunger <tobias.hunger@qt.io>2019-04-11 17:05:06 +0200
committerTobias Hunger <tobias.hunger@qt.io>2019-04-12 14:06:07 +0000
commit37ed6dae00640f9cc980ffda05347c12a7eb5d7e (patch)
tree5f7ee245e0a61e1db7740311a7bc841352139763 /util
parentce809cab29ff1d5c99fdbc6fdcab0960eaecdd4a (diff)
CMake: Map xkbcommon_support
Qt 5.12 comes with xkbcommon_support now. Map that accordingly. Change-Id: Id10708349d377f6bdfed654428ebcef0b533bd69 Reviewed-by: Albert Astals Cid <albert.astals.cid@kdab.com>
Diffstat (limited to 'util')
-rw-r--r--util/cmake/helper.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/util/cmake/helper.py b/util/cmake/helper.py
index 9de01df32f..13c1677b52 100644
--- a/util/cmake/helper.py
+++ b/util/cmake/helper.py
@@ -152,6 +152,7 @@ def map_qt_base_library(lib: str) -> str:
'winextras': 'Qt::WinExtras',
'x11extras': 'Qt::X11Extras',
'xcb_qpa_lib': 'Qt::XcbQpa',
+ 'xkbcommon_support': 'Qt::XkbCommonSupport',
'xmlpatterns': 'Qt::XmlPatterns',
'xml': 'Qt::Xml',
}