diff options
author | Daniel Molkentin <daniel.molkentin@nokia.com> | 2011-11-24 17:22:05 (GMT) |
---|---|---|
committer | Daniel Molkentin <daniel.molkentin@nokia.com> | 2011-11-24 17:22:05 (GMT) |
commit | 617b9ccc310579227cd2dc4eba3e88cb347a1ecf (patch) | |
tree | de9392a3eb1f6c1e64418b12ee3419489cff1d1c /examples/declarative/animation | |
parent | 72d20ba238350050c0bbde6e63ca85d6d3d38dea (diff) | |
download | Qt-617b9ccc310579227cd2dc4eba3e88cb347a1ecf.zip Qt-617b9ccc310579227cd2dc4eba3e88cb347a1ecf.tar.gz Qt-617b9ccc310579227cd2dc4eba3e88cb347a1ecf.tar.bz2 |
Adjust pathes once again.
Reviewed-by: trustme
Diffstat (limited to 'examples/declarative/animation')
-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 |