aboutsummaryrefslogtreecommitdiffstats
path: root/tests/auto/qtquick2/qdeclarativepixmapcache
diff options
context:
space:
mode:
authorAlex Wilson <alex.wilson@nokia.com>2012-02-06 10:00:41 +1000
committerQt by Nokia <qt-info@nokia.com>2012-02-06 02:31:34 +0100
commit4678acf216ec088933fc27012de8569d0c13385b (patch)
tree296e17f1f6dc3bd94d07e896048899fa27466bc2 /tests/auto/qtquick2/qdeclarativepixmapcache
parentb2c709eb2dddfa9cb84cf36722a23663c3e3dd22 (diff)
Add "QT += concurrent" to a test that needs it
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>
Diffstat (limited to 'tests/auto/qtquick2/qdeclarativepixmapcache')
-rw-r--r--tests/auto/qtquick2/qdeclarativepixmapcache/qdeclarativepixmapcache.pro2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/auto/qtquick2/qdeclarativepixmapcache/qdeclarativepixmapcache.pro b/tests/auto/qtquick2/qdeclarativepixmapcache/qdeclarativepixmapcache.pro
index 0eb21af139..006489cce7 100644
--- a/tests/auto/qtquick2/qdeclarativepixmapcache/qdeclarativepixmapcache.pro
+++ b/tests/auto/qtquick2/qdeclarativepixmapcache/qdeclarativepixmapcache.pro
@@ -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