summaryrefslogtreecommitdiffstats
path: root/util
diff options
context:
space:
mode:
authorTobias Hunger <tobias.hunger@qt.io>2018-11-05 14:49:53 +0100
committerTobias Hunger <tobias.hunger@qt.io>2018-11-06 15:24:17 +0000
commite11522726bc7f05947e447ae96b85bc1e2d4685c (patch)
tree758fc38a7ea5f546e0f9583176eba1ae3a5fb048 /util
parentbebbb410301f388af1a85de30e6a05588c3ab4d0 (diff)
CMake: Add FindPPS and use it in src/corelib/configure.cmake
Find the PPS library and use the result PPS_FOUND in configure.cmake where needed. Change-Id: I08d3ace421278dc0ae5c3128d4234e6bca906c05 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 03902f1648..e0335a0e52 100755
--- a/util/cmake/configurejson2cmake.py
+++ b/util/cmake/configurejson2cmake.py
@@ -73,6 +73,7 @@ def map_library(lib: str) -> Union[str, LibraryMapping, List[str]]:
'openssl_headers': LibraryMapping(package="OpenSSL", resultVariable="OPENSSL_INCLUDE_DIR", appendFoundSuffix=False),
'pcre2': ['PCRE2', 'REQUIRED'],
'posix_iconv': None,
+ 'pps': 'PPS',
'sun_iconv': None,
'udev': 'Libudev',
'vulkan': 'Vulkan',