From 7057b19b89e164f1698b72a338e532b935e199e9 Mon Sep 17 00:00:00 2001 From: Paul Olav Tvete Date: Tue, 14 Feb 2017 13:31:37 +0100 Subject: 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 --- configure.json | 11 ----------- 1 file changed, 11 deletions(-) (limited to 'configure.json') 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", @@ -1080,11 +1075,6 @@ or compile needed modules into the library." "message": "Qt is using double for qreal on this system. This is binary-incompatible against Qt 5.1. 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", @@ -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", -- cgit v1.2.3