summaryrefslogtreecommitdiffstats
path: root/util
diff options
context:
space:
mode:
authorAlbert Astals Cid <albert.astals.cid@kdab.com>2019-02-11 16:27:26 +0100
committerAlbert Astals Cid <albert.astals.cid@kdab.com>2019-02-11 17:16:28 +0000
commitac96d08b9d0900a8e368c2e72c86190335480911 (patch)
tree8cc2ea0fc9bb4b84797f5bc8ffaf050ddf03d98f /util
parent3726b58d3b7c595291c8a3f22ee518dffc382950 (diff)
cmake: find gtk3 and build the gtk3 platformtheme
Change-Id: I7db7321a2fd5ea0eda1924f3dece3b1c86d87d10 Reviewed-by: Tobias Hunger <tobias.hunger@qt.io>
Diffstat (limited to 'util')
-rwxr-xr-xutil/cmake/configurejson2cmake.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/util/cmake/configurejson2cmake.py b/util/cmake/configurejson2cmake.py
index c26a90d4f5..2d635e0c8a 100755
--- a/util/cmake/configurejson2cmake.py
+++ b/util/cmake/configurejson2cmake.py
@@ -57,6 +57,7 @@ def map_library(lib: str) -> Union[str, LibraryMapping, List[str]]:
'gbm': 'gbm',
'glib': 'GLIB2',
'gnu_iconv': None,
+ 'gtk3': 'GTK3',
'harfbuzz': 'harfbuzz',
'host_dbus': None,
'icu': ['ICU', 'COMPONENTS', 'i18n', 'uc', 'data'],