summaryrefslogtreecommitdiffstats
path: root/tests/auto/animation/qvertexblendanimation/qvertexblendanimation.pro
diff options
context:
space:
mode:
authorAntti Määttä <antti.maatta@qt.io>2017-02-08 10:20:46 +0200
committerJani Heikkinen <jani.heikkinen@qt.io>2017-05-09 08:59:24 +0000
commit1178d7538bced76d1475b214cd591d86609239f3 (patch)
tree91eee0ffe71f2e911c959c52cc0fbc904e3a7271 /tests/auto/animation/qvertexblendanimation/qvertexblendanimation.pro
parent540f11b0b3f1639990383e2a4c72f858b0ac01b2 (diff)
Add autotests for new animation classes
Change-Id: Id657443693009455c9307b51e862d43f41255f1d Reviewed-by: Sean Harmer <sean.harmer@kdab.com>
Diffstat (limited to 'tests/auto/animation/qvertexblendanimation/qvertexblendanimation.pro')
-rw-r--r--tests/auto/animation/qvertexblendanimation/qvertexblendanimation.pro10
1 files changed, 10 insertions, 0 deletions
diff --git a/tests/auto/animation/qvertexblendanimation/qvertexblendanimation.pro b/tests/auto/animation/qvertexblendanimation/qvertexblendanimation.pro
new file mode 100644
index 000000000..8079ebf15
--- /dev/null
+++ b/tests/auto/animation/qvertexblendanimation/qvertexblendanimation.pro
@@ -0,0 +1,10 @@
+TEMPLATE = app
+
+TARGET = tst_qvertexblendanimation
+
+QT += 3dcore 3dcore-private 3drender 3drender-private 3danimation testlib
+
+CONFIG += testcase
+
+SOURCES += tst_qvertexblendanimation.cpp
+