summaryrefslogtreecommitdiffstats
path: root/tools
diff options
context:
space:
mode:
authorAndrew Knight <andrew.knight@digia.com>2014-01-06 22:41:17 +0200
committerThe Qt Project <gerrit-noreply@qt-project.org>2014-01-07 10:55:30 +0100
commita90972e8f88dbe6bd43a15559e12c26ec9ba646d (patch)
tree541debbf6c4fe76d4aeecbbe4ef6359fc94503c8 /tools
parent153f82390dd977436000de5aae2fe8eb4a5d9936 (diff)
WinRT: Enable accessibility by default
While there is no implementation for accessibility yet, enabling it allows the interfaces to be used and an accessibility plugin to be developed for this platform. IAccessible2 and MSAA bridge autotests are disabled for this platform. Change-Id: I2bfd07f6b21ca469b27d88ef11df723ac8ff8202 Reviewed-by: Friedemann Kleint <Friedemann.Kleint@digia.com> Reviewed-by: Oliver Wolff <oliver.wolff@digia.com>
Diffstat (limited to 'tools')
-rw-r--r--tools/configure/configureapp.cpp1
1 files changed, 0 insertions, 1 deletions
diff --git a/tools/configure/configureapp.cpp b/tools/configure/configureapp.cpp
index e1295c6370..3ad9339f4f 100644
--- a/tools/configure/configureapp.cpp
+++ b/tools/configure/configureapp.cpp
@@ -1600,7 +1600,6 @@ void Configure::applySpecSpecifics()
dictionary[ "LIBJPEG" ] = "qt";
dictionary[ "LIBPNG" ] = "qt";
dictionary[ "FREETYPE" ] = "yes";
- dictionary[ "ACCESSIBILITY" ] = "no";
dictionary[ "OPENGL" ] = "yes";
dictionary[ "OPENGL_ES_2" ] = "yes";
dictionary[ "OPENVG" ] = "no";