configurejson2cmake: Fix conditions of features 'tiff' and 'webp'
These features must not depend on TIFF_FOUND/WrapWebP_FOUND, otherwise it's impossible to use the bundled libtiff/libwebp. The default-converted conditions are good enough. This reverts 82941a3f1bab6c385376761d53456c838b6cbaad which tried to fix the qtimageformats build. More work to fix the bundled libwebp is to be done in the qtimageformats repo. Change-Id: I5050a6e5f2b3c95e3d5fea660f7fbb630113b7dd Reviewed-by: Alexandru Croitor <alexandru.croitor@qt.io>
This commit is contained in:
parent
3776c51fa0
commit
238f466d49
@ -976,10 +976,8 @@ endif()""",
|
||||
"sql-sqlite": {"condition": "QT_FEATURE_datestring"},
|
||||
"stl": None, # Do we really need to test for this in 2018?!
|
||||
"strip": None,
|
||||
"tiff": {"condition": "QT_FEATURE_imageformatplugin AND TIFF_FOUND"},
|
||||
"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
|
||||
}
|
||||
return feature_mapping
|
||||
|
Loading…
x
Reference in New Issue
Block a user