summaryrefslogtreecommitdiffstats
path: root/util
diff options
context:
space:
mode:
authorTobias Hunger <tobias.hunger@qt.io>2018-11-06 14:58:26 +0100
committerTobias Hunger <tobias.hunger@qt.io>2018-11-06 15:24:55 +0000
commiteb2ece3c59773f8948819349d6f86fc453967588 (patch)
treeeca84796878409c2e844a68b3ed21b909344e0e2 /util
parent38f1a10b6f6deeee0871535fe7430ebd90f3a935 (diff)
CMake: Add FindSlog2
Add FindSlog2 and use it in src/corelib/configure.cmake. Change-Id: I7e6a696a49df568a41ed1224228ab608db2dbb0e Reviewed-by: Frederik Gladhorn <frederik.gladhorn@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 5c137c394f..a54a692fac 100755
--- a/util/cmake/configurejson2cmake.py
+++ b/util/cmake/configurejson2cmake.py
@@ -74,6 +74,7 @@ def map_library(lib: str) -> Union[str, LibraryMapping, List[str]]:
'pcre2': ['PCRE2', 'REQUIRED'],
'posix_iconv': None,
'pps': 'PPS',
+ 'slog2': 'Slog2',
'sun_iconv': None,
'udev': 'Libudev',
'vulkan': 'Vulkan',