From ff19ebcc2d9c9668af24fe8add9f70c160776367 Mon Sep 17 00:00:00 2001 From: Jake Petroules Date: Tue, 13 Dec 2016 21:52:11 -0800 Subject: Make QProcessEnvironment available on Apple Platforms and VxWorks MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit All Apple Platforms have public API to get the environment; there is no reason to exclude it from the UIKit subset. It can be useful for debugging in Xcode, in particular. Furthermore, VxWorks appears to have support for the Unix environment API, so don't exclude it either. [ChangeLog][QtCore] QProcessEnvironment is now available on iOS, tvOS, watchOS, and VxWorks Change-Id: Ife3745f9b0a588de521a714b4273c5c08eeef286 Reviewed-by: Thiago Macieira Reviewed-by: Timur Pocheptsov Reviewed-by: Morten Johan Sørvig --- src/corelib/configure.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/corelib/configure.json') diff --git a/src/corelib/configure.json b/src/corelib/configure.json index 6faedb6051..d4a511781c 100644 --- a/src/corelib/configure.json +++ b/src/corelib/configure.json @@ -449,7 +449,7 @@ "label": "QProcessEnvironment", "purpose": "Provides a higher-level abstraction of environment variables.", "section": "File I/O", - "condition": "!config.winrt && !config.uikit && !config.integrity && !config.vxworks", + "condition": "!config.winrt && !config.integrity", "output": [ "publicFeature" ] }, "temporaryfile": { -- cgit v1.2.3