summaryrefslogtreecommitdiffstats
path: root/util/cmake
diff options
context:
space:
mode:
authorTobias Hunger <tobias.hunger@qt.io>2019-03-29 12:34:22 +0100
committerTobias Hunger <tobias.hunger@qt.io>2019-03-29 14:27:13 +0000
commit1ac36d4bc22da0cd7defad392c7619cd194da2d8 (patch)
tree0ebb663d35cee321bc96789e009104c26a468610 /util/cmake
parent61ec3d0b6e7c77c91449cc52a218fdab6a490896 (diff)
CMake: Map glx_support and glx_supportPrivate
Change-Id: I777ea84a080a6856961d644a0290e4d73e07c518 Reviewed-by: Albert Astals Cid <albert.astals.cid@kdab.com>
Diffstat (limited to 'util/cmake')
-rw-r--r--util/cmake/helper.py2
1 files changed, 2 insertions, 0 deletions
diff --git a/util/cmake/helper.py b/util/cmake/helper.py
index 24c2f143ab..42e978bb71 100644
--- a/util/cmake/helper.py
+++ b/util/cmake/helper.py
@@ -218,6 +218,8 @@ libray_mapping = {
'freetype': 'Freetype::Freetype',
'gbm': 'gbm::gbm',
'glib': 'GLIB2::GLIB2',
+ 'glx_support': 'Qt::GlxSupport',
+ 'glx_supportPrivate': 'Qt::GlxSupportPrivate',
'harfbuzz': 'harfbuzz::harfbuzz',
'icu': 'ICU::i18n ICU::uc ICU::data',
'libatomic': 'Atomic',