diff options
author | Andrew den Exter <andrew.den-exter@nokia.com> | 2012-02-07 11:10:39 +1000 |
---|---|---|
committer | Andrew den Exter <andrew.den-exter@nokia.com> | 2012-02-07 02:26:40 +0100 |
commit | ca1008b7d85670aa069fb1ef5cb89db35b1cd1b6 (patch) | |
tree | fe889c392090fd20f859a5d6452c5d69abdc50f7 | |
parent | 22814e100e1ce33251a932f58cc64676806c60c7 (diff) |
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 <matthew.vogt@nokia.com>
-rw-r--r-- | tests/auto/declarative/qdeclarativepixmapcache/qdeclarativepixmapcache.pro | 3 |
1 files changed, 3 insertions, 0 deletions
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 |