summaryrefslogtreecommitdiffstats
path: root/tests/auto/render/render.pro
diff options
context:
space:
mode:
authorAntti Määttä <antti.maatta@qt.io>2016-08-12 15:39:03 +0300
committerAntti Määttä <antti.maatta@qt.io>2016-08-30 05:21:57 +0000
commit663f26e1c16cb1794410281f54156424f67603ae (patch)
tree09c04524e0070818e83480b8d30d744ad3ceed1d /tests/auto/render/render.pro
parentab8ecac7f2045bea6ac396583c6c484d522a068b (diff)
Add unit tests for QRenderCapture frontend node
Unit tests for the frontend node. Change-Id: I5cb97533da655771155815782e68d8ce2ff463aa Reviewed-by: Kevin Ottens <kevin.ottens@kdab.com>
Diffstat (limited to 'tests/auto/render/render.pro')
-rw-r--r--tests/auto/render/render.pro3
1 files changed, 2 insertions, 1 deletions
diff --git a/tests/auto/render/render.pro b/tests/auto/render/render.pro
index 36eda8afb..95cf94d2f 100644
--- a/tests/auto/render/render.pro
+++ b/tests/auto/render/render.pro
@@ -57,5 +57,6 @@ qtConfig(private_tests) {
qsceneloader \
qrendertargetoutput \
qcameralens \
- qcomputecommand
+ qcomputecommand \
+ qrendercapture
}