summaryrefslogtreecommitdiffstats
path: root/src/gui/configure.json
diff options
context:
space:
mode:
authorLars Knoll <lars.knoll@qt.io>2016-11-17 13:23:47 +0100
committerLars Knoll <lars.knoll@qt.io>2016-11-24 08:37:38 +0000
commit72ed34b792f5acca5e0ada3b3d753b7a16274ff6 (patch)
treeccf27ceb90d95bef9d9f429edaa9e2127f68e638 /src/gui/configure.json
parent34be7dc9d09c45a5e47a13716ee4db70f95dabcf (diff)
Don't set platform specific QT_NO_FOO defines in qglobal.h
They should be enabled/disabled through the configuration system. Remove some unused defines, and move one define from qglobal.h to a proper feature definition in Qt Gui. Change-Id: Ie8d5bff9712ba745af60b42ceca3f0440bed2706 Reviewed-by: Thiago Macieira <thiago.macieira@intel.com>
Diffstat (limited to 'src/gui/configure.json')
-rw-r--r--src/gui/configure.json7
1 files changed, 7 insertions, 0 deletions
diff --git a/src/gui/configure.json b/src/gui/configure.json
index 6fba8173b4..1f5011617c 100644
--- a/src/gui/configure.json
+++ b/src/gui/configure.json
@@ -964,6 +964,13 @@
"section": "Utilities",
"condition": "features.properties",
"output": [ "publicFeature", "feature" ]
+ },
+ "multiprocess": {
+ "label": "Multi process",
+ "description": "Provides support for detecting the desktop environment, launching external processes and opening URLs.",
+ "section": "Utilities",
+ "condition": "!config.integrity",
+ "output": [ "privateFeature" ]
}
},