diff options
9 files changed, 9 insertions, 9 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" diff --git a/tests/auto/declarative/qmlbehaviors/tst_qmlbehaviors.cpp b/tests/auto/declarative/qmlbehaviors/tst_qmlbehaviors.cpp index fd84596..61023a2 100644 --- a/tests/auto/declarative/qmlbehaviors/tst_qmlbehaviors.cpp +++ b/tests/auto/declarative/qmlbehaviors/tst_qmlbehaviors.cpp @@ -278,4 +278,4 @@ void tst_behaviors::disabled() QTEST_MAIN(tst_behaviors) -#include "tst_behaviors.moc" +#include "tst_qmlbehaviors.moc" diff --git a/tests/auto/declarative/qmldatetimeformatter/tst_qmldatetimeformatter.cpp b/tests/auto/declarative/qmldatetimeformatter/tst_qmldatetimeformatter.cpp index 3302cfa..2ce6186 100644 --- a/tests/auto/declarative/qmldatetimeformatter/tst_qmldatetimeformatter.cpp +++ b/tests/auto/declarative/qmldatetimeformatter/tst_qmldatetimeformatter.cpp @@ -147,4 +147,4 @@ void tst_datetimeformatter::dateTime() QTEST_MAIN(tst_datetimeformatter) -#include "tst_datetimeformatter.moc" +#include "tst_qmldatetimeformatter.moc" diff --git a/tests/auto/declarative/qmlgraphicsanchors/tst_qmlgraphicsanchors.cpp b/tests/auto/declarative/qmlgraphicsanchors/tst_qmlgraphicsanchors.cpp index 4cbfc94..5850cf0 100644 --- a/tests/auto/declarative/qmlgraphicsanchors/tst_qmlgraphicsanchors.cpp +++ b/tests/auto/declarative/qmlgraphicsanchors/tst_qmlgraphicsanchors.cpp @@ -456,4 +456,4 @@ void tst_anchors::margins() QTEST_MAIN(tst_anchors) -#include "tst_anchors.moc" +#include "tst_qmlgraphicsanchors.moc" diff --git a/tests/auto/declarative/qmlgraphicsanimatedimage/tst_qmlgraphicsanimatedimage.cpp b/tests/auto/declarative/qmlgraphicsanimatedimage/tst_qmlgraphicsanimatedimage.cpp index ee072c8..bc10e30 100644 --- a/tests/auto/declarative/qmlgraphicsanimatedimage/tst_qmlgraphicsanimatedimage.cpp +++ b/tests/auto/declarative/qmlgraphicsanimatedimage/tst_qmlgraphicsanimatedimage.cpp @@ -188,4 +188,4 @@ void tst_animatedimage::invalidSource() QTEST_MAIN(tst_animatedimage) -#include "tst_animatedimage.moc" +#include "tst_qmlgraphicsanimatedimage.moc" diff --git a/tests/auto/declarative/qmlnumberformatter/tst_qmlnumberformatter.cpp b/tests/auto/declarative/qmlnumberformatter/tst_qmlnumberformatter.cpp index b00e08a..bf71625 100644 --- a/tests/auto/declarative/qmlnumberformatter/tst_qmlnumberformatter.cpp +++ b/tests/auto/declarative/qmlnumberformatter/tst_qmlnumberformatter.cpp @@ -219,4 +219,4 @@ void tst_numberformat::text() QTEST_MAIN(tst_numberformat) -#include "tst_numberformatter.moc" +#include "tst_qmlnumberformatter.moc" diff --git a/tests/auto/declarative/qmlstates/tst_qmlstates.cpp b/tests/auto/declarative/qmlstates/tst_qmlstates.cpp index 9e3387f..fc348a5 100644 --- a/tests/auto/declarative/qmlstates/tst_qmlstates.cpp +++ b/tests/auto/declarative/qmlstates/tst_qmlstates.cpp @@ -884,4 +884,4 @@ void tst_states::nonExistantProperty() QTEST_MAIN(tst_states) -#include "tst_states.moc" +#include "tst_qmlstates.moc" diff --git a/tests/auto/declarative/qmlvaluetypes/tst_qmlvaluetypes.cpp b/tests/auto/declarative/qmlvaluetypes/tst_qmlvaluetypes.cpp index c3d08a2..49655db 100644 --- a/tests/auto/declarative/qmlvaluetypes/tst_qmlvaluetypes.cpp +++ b/tests/auto/declarative/qmlvaluetypes/tst_qmlvaluetypes.cpp @@ -585,4 +585,4 @@ void tst_valuetypes::cppClasses() } QTEST_MAIN(tst_valuetypes) -#include "tst_valuetypes.moc" +#include "tst_qmlvaluetypes.moc" diff --git a/tests/auto/declarative/qmlxmlhttprequest/tst_qmlxmlhttprequest.cpp b/tests/auto/declarative/qmlxmlhttprequest/tst_qmlxmlhttprequest.cpp index 253e041..df5442c 100644 --- a/tests/auto/declarative/qmlxmlhttprequest/tst_qmlxmlhttprequest.cpp +++ b/tests/auto/declarative/qmlxmlhttprequest/tst_qmlxmlhttprequest.cpp @@ -1312,4 +1312,4 @@ void tst_xmlhttprequest::cdata() QTEST_MAIN(tst_xmlhttprequest) -#include "tst_xmlhttprequest.moc" +#include "tst_qmlxmlhttprequest.moc" |