From 7625a06bd7bfcf77e896086d049b334f1b66c75d Mon Sep 17 00:00:00 2001 From: Oliver Wolff Date: Fri, 27 Mar 2020 13:29:47 +0100 Subject: 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 --- src/imageformats/configure.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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" ] -- cgit v1.2.3