Fix build without feature.imageformatplugin
Change-Id: I28c146bfa1795794ad27d27c458970c5127cca67 Reviewed-by: Lars Knoll <lars.knoll@qt.io>bb10
parent
f225a459a0
commit
17515f1b62
|
|
@ -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" }
|
||||
|
|
|
|||
Loading…
Reference in New Issue