summaryrefslogtreecommitdiffstats
path: root/tests/auto/animation/animation.pro
diff options
context:
space:
mode:
authorSean Harmer <sean.harmer@kdab.com>2017-01-17 18:29:45 +0000
committerSean Harmer <sean.harmer@kdab.com>2017-01-26 19:55:51 +0000
commit4f054fd5ea50bb2874468653ce6de46217dfc054 (patch)
tree288dc579c3289d9d9aba66575fc4f5a2d6ccee36 /tests/auto/animation/animation.pro
parentaf21ba22d9e03d5a6d0e840da9dfcb86adf06a68 (diff)
Implement FCurve evaluation
Uses a couple of helper classes to do the tricky mathematics. Change-Id: I3245c0e282a5eeede3d596ca99ac2c78e34f23ef Reviewed-by: Sean Harmer <sean.harmer@kdab.com>
Diffstat (limited to 'tests/auto/animation/animation.pro')
-rw-r--r--tests/auto/animation/animation.pro5
1 files changed, 4 insertions, 1 deletions
diff --git a/tests/auto/animation/animation.pro b/tests/auto/animation/animation.pro
index 735b8c585..918dedae4 100644
--- a/tests/auto/animation/animation.pro
+++ b/tests/auto/animation/animation.pro
@@ -7,5 +7,8 @@ SUBDIRS += \
qtConfig(private_tests) {
SUBDIRS += \
animationclip \
- qabstractclipblendnode
+ qabstractclipblendnode \
+ fcurve \
+ functionrangefinder \
+ bezierevaluator
}