From 8e1ff45e74f529c7f49688242ea0fd25ce2913f3 Mon Sep 17 00:00:00 2001 From: Frederik Gladhorn Date: Thu, 10 May 2012 23:52:05 +0200 Subject: Add Linux Accessibility Bridge MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit This is a plugin that bridges the QAccessible world to AT-SPI 2 on Linux. Change-Id: I7af22621ee6a3cefc723b137b7f227a611cf6641 Reviewed-by: Jan-Arve Sæther --- tests/auto/other/other.pro | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) (limited to 'tests/auto/other/other.pro') diff --git a/tests/auto/other/other.pro b/tests/auto/other/other.pro index b172bbf8dd..0d96c7d0cd 100644 --- a/tests/auto/other/other.pro +++ b/tests/auto/other/other.pro @@ -16,6 +16,7 @@ SUBDIRS=\ modeltest \ networkselftest \ qaccessibility \ + qaccessibilitylinux \ qcomplextext \ qfocusevent \ qnetworkaccessmanager_and_qprogressdialog \ @@ -45,7 +46,9 @@ cross_compile: SUBDIRS -= \ atwrapper \ compiler -wince*|!contains(QT_CONFIG, accessibility):SUBDIRS -= qaccessibility +wince*|!contains(QT_CONFIG, accessibility): SUBDIRS -= qaccessibility + +!contains(QT_CONFIG, accessibility)|!contains(QT_CONFIG, xcb): SUBDIRS -= qaccessibilitylinux !mac: SUBDIRS -= \ macgui \ -- cgit v1.2.3