Fix build without feature.imageformatplugin

Change-Id: I28c146bfa1795794ad27d27c458970c5127cca67
Reviewed-by: Lars Knoll <lars.knoll@qt.io>
bb10
Tasuku Suzuki 2017-01-14 12:17:39 +09:00
parent f225a459a0
commit 17515f1b62
1 changed files with 3 additions and 0 deletions

View File

@ -636,6 +636,7 @@
},
"gif": {
"label": "GIF",
"condition": "features.imageformatplugin",
"output": [
"privateFeature",
{ "type": "define", "negative": true, "name": "QT_NO_IMAGEFORMAT_GIF" }
@ -643,11 +644,13 @@
},
"ico": {
"label": "ICO",
"condition": "features.imageformatplugin",
"output": [ "privateFeature", "feature" ]
},
"jpeg": {
"label": "JPEG",
"disable": "input.libjpeg == 'no'",
"condition": "features.imageformatplugin",
"output": [
"privateFeature",
{ "type": "define", "negative": true, "name": "QT_NO_IMAGEFORMAT_JPEG" }