summaryrefslogtreecommitdiffstats
path: root/src/src.pro
diff options
context:
space:
mode:
authorSean Harmer <sean.harmer@kdab.com>2016-09-04 18:07:49 +0200
committerSean Harmer <sean.harmer@kdab.com>2017-01-20 19:37:48 +0000
commit0b14e6df4cbc6ffc3f82d996c95dac063f80609b (patch)
tree2d2efc30500fd5dc2f47e4d16ecf6e99000ea39e /src/src.pro
parenta95b01dbc8ae1717246b9040ea3e17708047fd9c (diff)
Long live Qt3DAnimation and QAnimationAspect!
Add empty aspect that will provide key-frame animation support within Qt 3D. Change-Id: Ife26ad58229aada74c1c6eca2148fc97b22267b0 Reviewed-by: Kevin Ottens <kevin.ottens@kdab.com>
Diffstat (limited to 'src/src.pro')
-rw-r--r--src/src.pro5
1 files changed, 5 insertions, 0 deletions
diff --git a/src/src.pro b/src/src.pro
index 61ceeb5f9..4cd1c1277 100644
--- a/src/src.pro
+++ b/src/src.pro
@@ -15,6 +15,10 @@ src_input.subdir = $$PWD/input
src_input.target = sub-input
src_input.depends = src_render
+src_animation.subdir = $$PWD/animation
+src_animation.target = sub-animation
+src_animation.depends = src_render
+
src_extras.subdir = $$PWD/extras
src_extras.target = src_extras
src_extras.depends = src_render src_input src_logic
@@ -71,6 +75,7 @@ SUBDIRS += \
src_render \
src_logic \
src_input \
+ src_animation \
src_extras \
src_quick3d_core \
src_quick3d_core_imports \