From 3362221432c5c361990df08ae40dee6e31db0208 Mon Sep 17 00:00:00 2001 From: Frederik Gladhorn Date: Mon, 13 Aug 2012 15:07:46 +0200 Subject: Only build accessibility test when a11y is enabled. MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Change-Id: I4f3012801b2775c75cf84b640c7a9821a6b21075 Reviewed-by: Jan-Arve Sæther --- tests/auto/quick/quick.pro | 2 ++ 1 file changed, 2 insertions(+) (limited to 'tests/auto/quick/quick.pro') diff --git a/tests/auto/quick/quick.pro b/tests/auto/quick/quick.pro index 00166b301b..15cbdef9a6 100644 --- a/tests/auto/quick/quick.pro +++ b/tests/auto/quick/quick.pro @@ -72,6 +72,8 @@ QUICKTESTS = \ SUBDIRS += $$PUBLICTESTS +!contains(QT_CONFIG, accessibility):SUBDIRS -= qquickaccessible + contains(QT_CONFIG, private_tests) { SUBDIRS += $$PRIVATETESTS SUBDIRS += $$QUICKTESTS -- cgit v1.2.3