From 3362221432c5c361990df08ae40dee6e31db0208 Mon Sep 17 00:00:00 2001 From: Frederik Gladhorn Date: Mon, 13 Aug 2012 15:07:46 +0200 Subject: [PATCH] Only build accessibility test when a11y is enabled. MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit Change-Id: I4f3012801b2775c75cf84b640c7a9821a6b21075 Reviewed-by: Jan-Arve Sæther --- tests/auto/quick/quick.pro | 2 ++ 1 files changed, 2 insertions(+), 0 deletions(-) diff --git a/tests/auto/quick/quick.pro b/tests/auto/quick/quick.pro index 00166b3..15cbdef 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 -- 1.7.2.5