summaryrefslogtreecommitdiffstats
path: root/src/corelib/configure.json
diff options
context:
space:
mode:
authorJake Petroules <jake.petroules@qt.io>2016-12-13 21:52:11 -0800
committerJake Petroules <jake.petroules@qt.io>2016-12-16 09:15:03 +0000
commitff19ebcc2d9c9668af24fe8add9f70c160776367 (patch)
treedcd706840bd6fb8c9c14a2f87e126a6d742c57fb /src/corelib/configure.json
parent510e699d15aa002fada7536d72eee15207986096 (diff)
Make QProcessEnvironment available on Apple Platforms and VxWorks
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 <thiago.macieira@intel.com> Reviewed-by: Timur Pocheptsov <timur.pocheptsov@qt.io> Reviewed-by: Morten Johan Sørvig <morten.sorvig@qt.io>
Diffstat (limited to 'src/corelib/configure.json')
-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 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": {