aboutsummaryrefslogtreecommitdiffstats
path: root/tests
diff options
context:
space:
mode:
authorFrederik Gladhorn <frederik.gladhorn@nokia.com>2012-08-13 15:07:46 +0200
committerQt by Nokia <qt-info@nokia.com>2012-08-13 17:08:18 +0200
commit3362221432c5c361990df08ae40dee6e31db0208 (patch)
tree1a169aec07ed8095b031d59cda0ec77501555867 /tests
parent3ddf7f1cf638091c8c7c7380bf0414dcc1145d2c (diff)
Only build accessibility test when a11y is enabled.
Change-Id: I4f3012801b2775c75cf84b640c7a9821a6b21075 Reviewed-by: Jan-Arve Sæther <jan-arve.saether@nokia.com>
Diffstat (limited to 'tests')
-rw-r--r--tests/auto/quick/quick.pro2
1 files changed, 2 insertions, 0 deletions
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