diff options
author | Daniel Molkentin <daniel.molkentin@nokia.com> | 2011-11-23 14:24:24 (GMT) |
---|---|---|
committer | Daniel Molkentin <daniel.molkentin@nokia.com> | 2011-11-23 15:09:01 (GMT) |
commit | 5438dd0c9085fbc6e73c40106e2923b65e292458 (patch) | |
tree | 04778ef19c06471ddb46cb0ab0615c65e52c83f7 /examples/declarative/animation | |
parent | dd26f80efaf5276e12896a12f1d186822bc86067 (diff) | |
download | Qt-5438dd0c9085fbc6e73c40106e2923b65e292458.zip Qt-5438dd0c9085fbc6e73c40106e2923b65e292458.tar.gz Qt-5438dd0c9085fbc6e73c40106e2923b65e292458.tar.bz2 |
Fix build error: specifying full path to pro file is required here.
Reviewed-By: Oswald Buddenhagen
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 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 |