summaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorOliver Wolff <oliver.wolff@qt.io>2019-11-27 13:34:02 +0100
committerOliver Wolff <oliver.wolff@qt.io>2019-12-17 12:45:45 +0100
commit80249142d9407cb355c2a0bd5cbbdaa6800f8aba (patch)
treebca94a3129e5303180cf26752d591c0a79473d5e /src
parentad587da5460a2c8ca90422dc3d61f0e16ec6e7c2 (diff)
Disable the webp plugin for winrt on ARM
There is a bug in libwebp which prevents building the plugin for an ARM winrt configuration. Until the bug is fixed upstream, the feature should not be available for these configurations. Task-number: QTBUG-71251 Change-Id: I10313d4fe63dc25cefed3153d9acf1f3b12c05a4 Reviewed-by: Joerg Bornemann <joerg.bornemann@qt.io> Reviewed-by: Eirik Aavitsland <eirik.aavitsland@qt.io>
Diffstat (limited to 'src')
-rw-r--r--src/imageformats/configure.json2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/imageformats/configure.json b/src/imageformats/configure.json
index 5ece40b..5099790 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",
+ "condition": "features.imageformatplugin && !(config.winrt && arch.arm)",
"output": [
"privateFeature"
]