summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rwxr-xr-xutil/cmake/configurejson2cmake.py6
1 files changed, 6 insertions, 0 deletions
diff --git a/util/cmake/configurejson2cmake.py b/util/cmake/configurejson2cmake.py
index 2de2567803..f929ac142d 100755
--- a/util/cmake/configurejson2cmake.py
+++ b/util/cmake/configurejson2cmake.py
@@ -716,9 +716,15 @@ def parseFeature(ctx, feature, data, cm_fh):
'system-sqlite': None,
'system-xcb': None,
'system-zlib': None,
+ 'tiff': {
+ 'condition': 'QT_FEATURE_imageformatplugin AND TIFF_FOUND'
+ },
'use_gold_linker': None,
'verifyspec': None, # qmake specific...
'warnings_are_errors': None, # FIXME: Do we need these?
+ 'webp': {
+ 'condition': 'QT_FEATURE_imageformatplugin AND WrapWebP_FOUND'
+ },
'xkbcommon-system': None, # another system library, just named a bit different from the rest
}