From 203c592de64d4c8078396ed90409f7e0ceb69ed2 Mon Sep 17 00:00:00 2001 From: Frederik Gladhorn Date: Mon, 13 Aug 2012 22:08:26 +0200 Subject: Fix build with QT_NO_ACCESSIBILITY. Change-Id: I52e4f54e0308d9fef4b9a19586d3e2ff696f0a5b Reviewed-by: Oswald Buddenhagen --- tests/auto/quick/quick.pro | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- cgit v1.2.3