diff options
author | Rohan McGovern <rohan.mcgovern@nokia.com> | 2010-02-11 12:51:28 (GMT) |
---|---|---|
committer | Rohan McGovern <rohan.mcgovern@nokia.com> | 2010-02-11 12:51:28 (GMT) |
commit | 1c2d8e41377644df27ac0ef5cdeeecb79598661c (patch) | |
tree | 94df1610b76a3688241bea700092ef0baabd8aa0 /tests/auto/declarative/qmlanimations | |
parent | 1cd0e310f35125d4a4211c504647e918ef6220c4 (diff) | |
download | Qt-1c2d8e41377644df27ac0ef5cdeeecb79598661c.zip Qt-1c2d8e41377644df27ac0ef5cdeeecb79598661c.tar.gz Qt-1c2d8e41377644df27ac0ef5cdeeecb79598661c.tar.bz2 |
Fixed compile of these recently renamed tests.
Renaming the source file requires renaming the .moc file too.
Unfortunately the problem is hidden when not doing a clean build.
Diffstat (limited to 'tests/auto/declarative/qmlanimations')
-rw-r--r-- | tests/auto/declarative/qmlanimations/tst_qmlanimations.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/auto/declarative/qmlanimations/tst_qmlanimations.cpp b/tests/auto/declarative/qmlanimations/tst_qmlanimations.cpp index 17085af..17a1453 100644 --- a/tests/auto/declarative/qmlanimations/tst_qmlanimations.cpp +++ b/tests/auto/declarative/qmlanimations/tst_qmlanimations.cpp @@ -608,4 +608,4 @@ void tst_animations::propertyValueSourceDefaultStart() QTEST_MAIN(tst_animations) -#include "tst_animations.moc" +#include "tst_qmlanimations.moc" |