diff options
author | Oliver Wolff <oliver.wolff@qt.io> | 2020-03-27 13:29:47 +0100 |
---|---|---|
committer | Oliver Wolff <oliver.wolff@qt.io> | 2020-03-28 10:25:28 +0100 |
commit | 7625a06bd7bfcf77e896086d049b334f1b66c75d (patch) | |
tree | 39602806485863cb6f850eacf6afd62c390674f9 | |
parent | 45045a1097ad983d75e4f1ea9a32e61844430a60 (diff) | |
download | qtimageformats-7625a06bd7bfcf77e896086d049b334f1b66c75d.tar.gz |
winrt: Enable webp for winrt arm configurationsv5.15.0-beta4v5.15.0-beta3
The fix from upstream has landed in Qt so that webp can now be enabled for
that configuration as well.
Task-number: QTBUG-71251
Change-Id: I772decad30c91c6e028af05bdba0601ebd1574df
Reviewed-by: Eirik Aavitsland <eirik.aavitsland@qt.io>
-rw-r--r-- | src/imageformats/configure.json | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/imageformats/configure.json b/src/imageformats/configure.json index 4718398..5b876c3 100644 --- a/src/imageformats/configure.json +++ b/src/imageformats/configure.json @@ -155,7 +155,7 @@ "webp": { "label": "WEBP", "disable": "input.webp == 'no'", - "condition": "features.imageformatplugin && !(config.winrt && arch.arm)", + "condition": "features.imageformatplugin", "output": [ "privateFeature" ] |