diff options
Diffstat (limited to 'examples/declarative')
-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 eb66ff5..a71df66 100644 --- a/examples/declarative/animation/animation.pro +++ b/examples/declarative/animation/animation.pro @@ -1,8 +1,8 @@ TEMPLATE = subdirs SUBDIRS += \ - basics/property-animation/propertyanimation.pro \ - basics/color-animation/coloranimation.pro \ + basics/property-animation \ + basics/color-animation \ easing \ - behaviors/behavior-example/behaviorexample.pro \ + behaviors/behavior-example \ states |