aboutsummaryrefslogtreecommitdiffstats
path: root/tests
diff options
context:
space:
mode:
Diffstat (limited to 'tests')
-rw-r--r--tests/auto/qtquick2/qtquick2.pro3
1 files changed, 3 insertions, 0 deletions
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 \