summaryrefslogtreecommitdiffstats
path: root/examples/declarative/animation/animation.pro
diff options
context:
space:
mode:
Diffstat (limited to 'examples/declarative/animation/animation.pro')
-rw-r--r--examples/declarative/animation/animation.pro8
1 files changed, 8 insertions, 0 deletions
diff --git a/examples/declarative/animation/animation.pro b/examples/declarative/animation/animation.pro
new file mode 100644
index 00000000..a71df66d
--- /dev/null
+++ b/examples/declarative/animation/animation.pro
@@ -0,0 +1,8 @@
+TEMPLATE = subdirs
+
+SUBDIRS += \
+ basics/property-animation \
+ basics/color-animation \
+ easing \
+ behaviors/behavior-example \
+ states