diff options
Diffstat (limited to 'examples/declarative/animation/animation.pro')
-rw-r--r-- | examples/declarative/animation/animation.pro | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/examples/declarative/animation/animation.pro b/examples/declarative/animation/animation.pro index a71df66..eb66ff5 100644 --- a/examples/declarative/animation/animation.pro +++ b/examples/declarative/animation/animation.pro @@ -1,8 +1,8 @@ TEMPLATE = subdirs SUBDIRS += \ - basics/property-animation \ - basics/color-animation \ + basics/property-animation/propertyanimation.pro \ + basics/color-animation/coloranimation.pro \ easing \ - behaviors/behavior-example \ + behaviors/behavior-example/behaviorexample.pro \ states |