diff options
author | Michael Brasser <michael.brasser@nokia.com> | 2010-07-11 22:55:32 (GMT) |
---|---|---|
committer | Michael Brasser <michael.brasser@nokia.com> | 2010-07-11 22:57:05 (GMT) |
commit | b4ceee6ee8f8bd45567c900be0b89dc13af57c3d (patch) | |
tree | 9efccfc3fbf538b4da65092251b102d07176f01c /tests | |
parent | 95ea87c2c3dbaab7df75167f119ca7641862ed63 (diff) | |
download | Qt-b4ceee6ee8f8bd45567c900be0b89dc13af57c3d.zip Qt-b4ceee6ee8f8bd45567c900be0b89dc13af57c3d.tar.gz Qt-b4ceee6ee8f8bd45567c900be0b89dc13af57c3d.tar.bz2 |
Fix .pro file after class/test rename.
Diffstat (limited to 'tests')
-rw-r--r-- | tests/auto/declarative/declarative.pro | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/auto/declarative/declarative.pro b/tests/auto/declarative/declarative.pro index daffdef..a7fb3b8 100644 --- a/tests/auto/declarative/declarative.pro +++ b/tests/auto/declarative/declarative.pro @@ -52,7 +52,7 @@ SUBDIRS += \ qdeclarativeqt \ qdeclarativerepeater \ qdeclarativesmoothedanimation \ - qdeclarativespringfollow \ + qdeclarativespringanimation \ qdeclarativesqldatabase \ qdeclarativestates \ qdeclarativestyledtext \ |