winrt: Enable webp for winrt arm configurations

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>
This commit is contained in:
Oliver Wolff 2020-03-27 13:29:47 +01:00
parent 45045a1097
commit 7625a06bd7
1 changed files with 1 additions and 1 deletions

View File

@ -155,7 +155,7 @@
"webp": { "webp": {
"label": "WEBP", "label": "WEBP",
"disable": "input.webp == 'no'", "disable": "input.webp == 'no'",
"condition": "features.imageformatplugin && !(config.winrt && arch.arm)", "condition": "features.imageformatplugin",
"output": [ "output": [
"privateFeature" "privateFeature"
] ]