From 8687c6b44fa6bc17ee056d1d6d83a9cb0baab8a0 Mon Sep 17 00:00:00 2001 From: Alan Alpert Date: Mon, 6 Feb 2012 11:38:24 +1000 Subject: Teach build system tst_qdeclarativepixmapcache needs QtConcurrent So if QtConcurrent is disabled, this test should be too. Change-Id: Ib4c6a952f73fc21bb201cf6017cd3e73732fbe7b Reviewed-by: Glenn Watson --- tests/auto/qtquick2/qtquick2.pro | 3 +++ 1 file changed, 3 insertions(+) (limited to 'tests/auto') diff --git a/tests/auto/qtquick2/qtquick2.pro b/tests/auto/qtquick2/qtquick2.pro index 8b8c5c9b9e..0722fd3c0c 100644 --- a/tests/auto/qtquick2/qtquick2.pro +++ b/tests/auto/qtquick2/qtquick2.pro @@ -6,6 +6,9 @@ PUBLICTESTS += \ nodes \ qdeclarativepixmapcache +# This test requires the qtconcurrent module +!contains(QT_CONFIG, concurrent):PUBLICTESTS -= qdeclarativepixmapcache + PRIVATETESTS += \ qdeclarativeanimations \ qdeclarativeapplication \ -- cgit v1.2.3