From d995f0fe095f3e029aa6dd0b7e877c5e3c407d94 Mon Sep 17 00:00:00 2001 From: Paul Olav Tvete Date: Tue, 14 Feb 2017 13:06:34 +0100 Subject: [PATCH] Build fix for new feature -qt-no-processenvironment Change-Id: I6d1c5d122761d239d96b943a9abf7af12195a3eb Reviewed-by: Lars Knoll Reviewed-by: Oswald Buddenhagen --- src/corelib/configure.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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": {