summaryrefslogtreecommitdiffstats
path: root/tests/auto/animation/animation.pro
diff options
context:
space:
mode:
authorSean Harmer <sean.harmer@kdab.com>2017-01-14 15:23:49 +0000
committerSean Harmer <sean.harmer@kdab.com>2017-01-25 09:21:56 +0000
commit95dc166ad2b9110c1147a77fe15e3d44ea1101f1 (patch)
tree72f739d703a54bd0abc8b6d8cd5bc1fc6afe6d19 /tests/auto/animation/animation.pro
parent48ed6dc99d25a69b418e699efe194f658f08d748 (diff)
Add QAnimationClip frontend class and test
Represents an animation clip. To keep the public API minimal just use a source property for now. API can be extended later to allow the user to procedurally create animation clips. Assumption for now is that we can export a suitable format from a digital content creation tool such as blender. Change-Id: Ie18b642a92e3cedb1833f013ffe1f7c0f5d07dac Reviewed-by: Paul Lemire <paul.lemire@kdab.com>
Diffstat (limited to 'tests/auto/animation/animation.pro')
-rw-r--r--tests/auto/animation/animation.pro3
1 files changed, 2 insertions, 1 deletions
diff --git a/tests/auto/animation/animation.pro b/tests/auto/animation/animation.pro
index 7efc686e1..6ec6d75fd 100644
--- a/tests/auto/animation/animation.pro
+++ b/tests/auto/animation/animation.pro
@@ -1,4 +1,5 @@
TEMPLATE = subdirs
SUBDIRS += \
- qanimationaspect
+ qanimationaspect \
+ qanimationclip