Build fix for new feature -qt-no-processenvironment

Change-Id: I6d1c5d122761d239d96b943a9abf7af12195a3eb
Reviewed-by: Lars Knoll <lars.knoll@qt.io>
Reviewed-by: Oswald Buddenhagen <oswald.buddenhagen@qt.io>
bb10
Paul Olav Tvete 2017-02-14 13:06:34 +01:00
parent 983ffeb9ff
commit d995f0fe09
1 changed files with 1 additions and 1 deletions

View File

@ -442,7 +442,7 @@
"label": "QProcess",
"purpose": "Supports external process invocation.",
"section": "File I/O",
"condition": "!config.winrt && !config.uikit && !config.integrity && !config.vxworks",
"condition": "features.processenvironment && !config.winrt && !config.uikit && !config.integrity && !config.vxworks",
"output": [ "publicFeature", "feature" ]
},
"processenvironment": {