summaryrefslogtreecommitdiffstats
path: root/tests/auto/render/render.pro
diff options
context:
space:
mode:
Diffstat (limited to 'tests/auto/render/render.pro')
-rw-r--r--tests/auto/render/render.pro4
1 files changed, 3 insertions, 1 deletions
diff --git a/tests/auto/render/render.pro b/tests/auto/render/render.pro
index 8b1621a6a..c45764b05 100644
--- a/tests/auto/render/render.pro
+++ b/tests/auto/render/render.pro
@@ -1,5 +1,7 @@
TEMPLATE = subdirs
contains(QT_CONFIG, private_tests) {
- SUBDIRS = renderqueues
+ SUBDIRS += \
+ renderqueues \
+ qgraphicsutils
}