From ca1008b7d85670aa069fb1ef5cb89db35b1cd1b6 Mon Sep 17 00:00:00 2001 From: Andrew den Exter Date: Tue, 7 Feb 2012 11:10:39 +1000 Subject: Disable test dependant on qtconcurrent. QtConcurrent has been removed from qtbase to be moved to it's own module, but QT_NO_CONCURRENT isn't currently being defined despite the feature not being available. Change-Id: I7937d3dca95cc395be897368242a19348437306f Reviewed-by: Matthew Vogt --- .../declarative/qdeclarativepixmapcache/qdeclarativepixmapcache.pro | 3 +++ 1 file changed, 3 insertions(+) diff --git a/tests/auto/declarative/qdeclarativepixmapcache/qdeclarativepixmapcache.pro b/tests/auto/declarative/qdeclarativepixmapcache/qdeclarativepixmapcache.pro index 153833c5..96705b98 100644 --- a/tests/auto/declarative/qdeclarativepixmapcache/qdeclarativepixmapcache.pro +++ b/tests/auto/declarative/qdeclarativepixmapcache/qdeclarativepixmapcache.pro @@ -24,3 +24,6 @@ symbian: { CONFIG += parallel_test + +# XXX: Remove when issues with QtConcurrent are resolved. +DEFINES *= QT_NO_CONCURRENT -- cgit v1.2.3