Add "QT += concurrent" to a test that needs it
authorAlex Wilson <alex.wilson@nokia.com>
Mon, 6 Feb 2012 00:00:41 +0000 (10:00 +1000)
committerQt by Nokia <qt-info@nokia.com>
Mon, 6 Feb 2012 01:31:34 +0000 (02:31 +0100)
QtConcurrent became its own module in qtbase as of
http://codereview.qt-project.org/15206

Change-Id: Ie9b638d83012aa83f854b92fec80d48babcf6ef0
Reviewed-by: Glenn Watson <glenn.watson@nokia.com>

tests/auto/qtquick2/qdeclarativepixmapcache/qdeclarativepixmapcache.pro

index 0eb21af..006489c 100644 (file)
@@ -18,4 +18,4 @@ DEPLOYMENT += importFiles
 
 CONFIG += parallel_test
 
-QT += core-private gui-private declarative-private quick-private network testlib
+QT += core-private gui-private declarative-private quick-private network testlib concurrent