summaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorPaul Olav Tvete <paul.tvete@qt.io>2017-02-14 13:06:34 +0100
committerPaul Olav Tvete <paul.tvete@qt.io>2017-02-17 14:41:34 +0000
commitd995f0fe095f3e029aa6dd0b7e877c5e3c407d94 (patch)
tree2646e1788520bf9238569c56f473f4b6194632cb /src
parent983ffeb9ff29bc9926ab3c864ea91672fc4ab28c (diff)
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>
Diffstat (limited to 'src')
-rw-r--r--src/corelib/configure.json2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/corelib/configure.json b/src/corelib/configure.json
index 58b902c7ca..4fbc51a09c 100644
--- a/src/corelib/configure.json
+++ b/src/corelib/configure.json
@@ -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": {