aboutsummaryrefslogtreecommitdiffstats
path: root/tests
diff options
context:
space:
mode:
authorFrederik Gladhorn <frederik.gladhorn@nokia.com>2012-08-13 22:08:26 +0200
committerQt by Nokia <qt-info@nokia.com>2012-08-13 22:11:30 +0200
commit203c592de64d4c8078396ed90409f7e0ceb69ed2 (patch)
treeee2555b81c09992ffff785a68b6f679ca1f2ba7f /tests
parent3362221432c5c361990df08ae40dee6e31db0208 (diff)
Fix build with QT_NO_ACCESSIBILITY.
Change-Id: I52e4f54e0308d9fef4b9a19586d3e2ff696f0a5b Reviewed-by: Oswald Buddenhagen <oswald.buddenhagen@nokia.com>
Diffstat (limited to 'tests')
-rw-r--r--tests/auto/quick/quick.pro2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/auto/quick/quick.pro b/tests/auto/quick/quick.pro
index 15cbdef9a6..abc5e7a4af 100644
--- a/tests/auto/quick/quick.pro
+++ b/tests/auto/quick/quick.pro
@@ -72,7 +72,7 @@ QUICKTESTS = \
SUBDIRS += $$PUBLICTESTS
-!contains(QT_CONFIG, accessibility):SUBDIRS -= qquickaccessible
+!contains(QT_CONFIG, accessibility):QUICKTESTS -= qquickaccessible
contains(QT_CONFIG, private_tests) {
SUBDIRS += $$PRIVATETESTS