Only build accessibility test when a11y is enabled.
authorFrederik Gladhorn <frederik.gladhorn@nokia.com>
Mon, 13 Aug 2012 13:07:46 +0000 (15:07 +0200)
committerQt by Nokia <qt-info@nokia.com>
Mon, 13 Aug 2012 15:08:18 +0000 (17:08 +0200)
Change-Id: I4f3012801b2775c75cf84b640c7a9821a6b21075
Reviewed-by: Jan-Arve Sæther <jan-arve.saether@nokia.com>
tests/auto/quick/quick.pro

index 00166b3..15cbdef 100644 (file)
@@ -72,6 +72,8 @@ QUICKTESTS =  \
 
 SUBDIRS += $$PUBLICTESTS
 
+!contains(QT_CONFIG, accessibility):SUBDIRS -= qquickaccessible
+
 contains(QT_CONFIG, private_tests) {
     SUBDIRS += $$PRIVATETESTS
     SUBDIRS += $$QUICKTESTS