summaryrefslogtreecommitdiffstats
path: root/configure.json
diff options
context:
space:
mode:
authorPaul Olav Tvete <paul.tvete@qt.io>2017-02-14 13:31:37 +0100
committerPaul Olav Tvete <paul.tvete@qt.io>2017-02-20 08:30:07 +0000
commit7057b19b89e164f1698b72a338e532b935e199e9 (patch)
tree8ef14d47940654061f21ea73031d56f9e85f0cc5 /configure.json
parent5f80a7956e1b884c7ce7f5102185a052c84d2056 (diff)
Only define "accessibility" feature once
The "accessibility" feature was defined globally for qtbase, but also in src/gui. The definitions could end up with different values. Change-Id: I1a932c3c04a5fc26b9f67eb4f5ff02e524f380e7 Reviewed-by: Lars Knoll <lars.knoll@qt.io>
Diffstat (limited to 'configure.json')
-rw-r--r--configure.json11
1 files changed, 0 insertions, 11 deletions
diff --git a/configure.json b/configure.json
index 276bb095e5..987fabc2ea 100644
--- a/configure.json
+++ b/configure.json
@@ -56,7 +56,6 @@
"android-sdk": "string",
"android-toolchain-version": "string",
- "accessibility": "boolean",
"android-style-assets": "boolean",
"appstore-compliant": "boolean",
"avx": "boolean",
@@ -915,10 +914,6 @@
"condition": "config.qnx && tests.stack_protector",
"output": [ "publicQtConfig" ]
},
- "accessibility": {
- "label": "Accessibility",
- "output": [ "publicFeature", "feature" ]
- },
"system-zlib": {
"label": "Using system zlib",
"condition": "libs.zlib",
@@ -1081,11 +1076,6 @@ or compile needed modules into the library."
Configure with '-qreal float' to create a build that is binary-compatible with 5.1."
},
{
- "type": "warning",
- "condition": "!features.accessibility",
- "message": "Accessibility disabled. This configuration of Qt is unsupported."
- },
- {
"type": "error",
"condition": "!features.stl",
"message": "Qt requires a compliant STL library."
@@ -1191,7 +1181,6 @@ Configure with '-qreal float' to create a build that is binary-compatible with 5
}, {
"section": "Support enabled for",
"entries": [
- "accessibility",
"pkg-config",
"qml-debug",
"libudev",