aboutsummaryrefslogtreecommitdiffstats
path: root/tests
diff options
context:
space:
mode:
authorAndrei Golubev <andrei.golubev@qt.io>2022-05-25 10:52:09 +0200
committerAndrei Golubev <andrei.golubev@qt.io>2022-06-03 08:46:10 +0200
commit6ced46e4222a10074b8ac544a992b040ee53ea35 (patch)
tree016cd16f2ec66496fab35b69cd5abfeb3dc29a02 /tests
parent7dba66ab707b74458fe8c9f3422c42d2ff733040 (diff)
Rename tst_qmltc_{no}diskcache data folder to QmltcTests
Follow the policy of "good" QML modules where the module would reside in a folder named the same way as the module URI Somehow this is still not enough to remove an explicit "-i <own qmldir>" workaround in qmltc compilation command Change-Id: If1725ec03baf3690bb6cb8fc7876b082a155eaa2 Reviewed-by: Ulf Hermann <ulf.hermann@qt.io>
Diffstat (limited to 'tests')
-rw-r--r--tests/auto/qml/qmltc/CMakeLists.txt2
-rw-r--r--tests/auto/qml/qmltc/QmltcTests/AttachedProperty.qml (renamed from tests/auto/qml/qmltc/data/AttachedProperty.qml)0
-rw-r--r--tests/auto/qml/qmltc/QmltcTests/CMakeLists.txt (renamed from tests/auto/qml/qmltc/data/CMakeLists.txt)0
-rw-r--r--tests/auto/qml/qmltc/QmltcTests/ComponentHelloWorld.qml (renamed from tests/auto/qml/qmltc/data/ComponentHelloWorld.qml)0
-rw-r--r--tests/auto/qml/qmltc/QmltcTests/ComponentType.qml (renamed from tests/auto/qml/qmltc/data/ComponentType.qml)0
-rw-r--r--tests/auto/qml/qmltc/QmltcTests/DefaultPropertyManyChildren.qml (renamed from tests/auto/qml/qmltc/data/DefaultPropertyManyChildren.qml)0
-rw-r--r--tests/auto/qml/qmltc/QmltcTests/DefaultPropertySingleChild.qml (renamed from tests/auto/qml/qmltc/data/DefaultPropertySingleChild.qml)0
-rw-r--r--tests/auto/qml/qmltc/QmltcTests/HelloWorld.qml (renamed from tests/auto/qml/qmltc/data/HelloWorld.qml)0
-rw-r--r--tests/auto/qml/qmltc/QmltcTests/LocalWithOnCompleted.qml (renamed from tests/auto/qml/qmltc/data/LocalWithOnCompleted.qml)0
-rw-r--r--tests/auto/qml/qmltc/QmltcTests/LocallyImported.qml (renamed from tests/auto/qml/qmltc/data/LocallyImported.qml)0
-rw-r--r--tests/auto/qml/qmltc/QmltcTests/LocallyImported_context.qml (renamed from tests/auto/qml/qmltc/data/LocallyImported_context.qml)0
-rw-r--r--tests/auto/qml/qmltc/QmltcTests/NameConflict.qml (renamed from tests/auto/qml/qmltc/data/NameConflict.qml)0
-rw-r--r--tests/auto/qml/qmltc/QmltcTests/NestedHelloWorld.qml (renamed from tests/auto/qml/qmltc/data/NestedHelloWorld.qml)0
-rw-r--r--tests/auto/qml/qmltc/QmltcTests/ObjectWithId.qml (renamed from tests/auto/qml/qmltc/data/ObjectWithId.qml)0
-rw-r--r--tests/auto/qml/qmltc/QmltcTests/PrivateProperty.qml (renamed from tests/auto/qml/qmltc/data/PrivateProperty.qml)0
-rw-r--r--tests/auto/qml/qmltc/QmltcTests/QmlTypeWithBaseTypeExtension.qml (renamed from tests/auto/qml/qmltc/data/QmlTypeWithBaseTypeExtension.qml)0
-rw-r--r--tests/auto/qml/qmltc/QmltcTests/QmlTypeWithExtension.qml (renamed from tests/auto/qml/qmltc/data/QmlTypeWithExtension.qml)0
-rw-r--r--tests/auto/qml/qmltc/QmltcTests/SingletonThing.qml (renamed from tests/auto/qml/qmltc/data/SingletonThing.qml)0
-rw-r--r--tests/auto/qml/qmltc/QmltcTests/attachedPropertyDerived.qml (renamed from tests/auto/qml/qmltc/data/attachedPropertyDerived.qml)0
-rw-r--r--tests/auto/qml/qmltc/QmltcTests/badFile.qml (renamed from tests/auto/qml/qmltc/data/badFile.qml)0
-rw-r--r--tests/auto/qml/qmltc/QmltcTests/behaviorAndAnimation.qml (renamed from tests/auto/qml/qmltc/data/behaviorAndAnimation.qml)0
-rw-r--r--tests/auto/qml/qmltc/QmltcTests/behaviorAndAnimationOnAlias.qml (renamed from tests/auto/qml/qmltc/data/behaviorAndAnimationOnAlias.qml)0
-rw-r--r--tests/auto/qml/qmltc/QmltcTests/bindingOnValueType.qml (renamed from tests/auto/qml/qmltc/data/bindingOnValueType.qml)0
-rw-r--r--tests/auto/qml/qmltc/QmltcTests/bindingsThroughIds.qml (renamed from tests/auto/qml/qmltc/data/bindingsThroughIds.qml)0
-rw-r--r--tests/auto/qml/qmltc/QmltcTests/calqlatrBits.qml (renamed from tests/auto/qml/qmltc/data/calqlatrBits.qml)0
-rw-r--r--tests/auto/qml/qmltc/QmltcTests/changingBindings.qml (renamed from tests/auto/qml/qmltc/data/changingBindings.qml)0
-rw-r--r--tests/auto/qml/qmltc/QmltcTests/complexAliases.qml (renamed from tests/auto/qml/qmltc/data/complexAliases.qml)0
-rw-r--r--tests/auto/qml/qmltc/QmltcTests/componentTypes.qml (renamed from tests/auto/qml/qmltc/data/componentTypes.qml)0
-rw-r--r--tests/auto/qml/qmltc/QmltcTests/cpptypes/deferredpropertytypes.cpp (renamed from tests/auto/qml/qmltc/data/cpptypes/deferredpropertytypes.cpp)0
-rw-r--r--tests/auto/qml/qmltc/QmltcTests/cpptypes/deferredpropertytypes.h (renamed from tests/auto/qml/qmltc/data/cpptypes/deferredpropertytypes.h)0
-rw-r--r--tests/auto/qml/qmltc/QmltcTests/cpptypes/extensiontypes.cpp (renamed from tests/auto/qml/qmltc/data/cpptypes/extensiontypes.cpp)0
-rw-r--r--tests/auto/qml/qmltc/QmltcTests/cpptypes/extensiontypes.h (renamed from tests/auto/qml/qmltc/data/cpptypes/extensiontypes.h)0
-rw-r--r--tests/auto/qml/qmltc/QmltcTests/cpptypes/private/testprivateproperty_p.h (renamed from tests/auto/qml/qmltc/data/cpptypes/private/testprivateproperty_p.h)0
-rw-r--r--tests/auto/qml/qmltc/QmltcTests/cpptypes/testattachedtype.cpp (renamed from tests/auto/qml/qmltc/data/cpptypes/testattachedtype.cpp)0
-rw-r--r--tests/auto/qml/qmltc/QmltcTests/cpptypes/testattachedtype.h (renamed from tests/auto/qml/qmltc/data/cpptypes/testattachedtype.h)0
-rw-r--r--tests/auto/qml/qmltc/QmltcTests/cpptypes/testgroupedtype.cpp (renamed from tests/auto/qml/qmltc/data/cpptypes/testgroupedtype.cpp)0
-rw-r--r--tests/auto/qml/qmltc/QmltcTests/cpptypes/testgroupedtype.h (renamed from tests/auto/qml/qmltc/data/cpptypes/testgroupedtype.h)0
-rw-r--r--tests/auto/qml/qmltc/QmltcTests/cpptypes/testprivateproperty.cpp (renamed from tests/auto/qml/qmltc/data/cpptypes/testprivateproperty.cpp)0
-rw-r--r--tests/auto/qml/qmltc/QmltcTests/cpptypes/testprivateproperty.h (renamed from tests/auto/qml/qmltc/data/cpptypes/testprivateproperty.h)0
-rw-r--r--tests/auto/qml/qmltc/QmltcTests/cpptypes/typewithproperties.cpp (renamed from tests/auto/qml/qmltc/data/cpptypes/typewithproperties.cpp)0
-rw-r--r--tests/auto/qml/qmltc/QmltcTests/cpptypes/typewithproperties.h (renamed from tests/auto/qml/qmltc/data/cpptypes/typewithproperties.h)0
-rw-r--r--tests/auto/qml/qmltc/QmltcTests/defaultAlias.qml (renamed from tests/auto/qml/qmltc/data/defaultAlias.qml)0
-rw-r--r--tests/auto/qml/qmltc/QmltcTests/defaultProperty.qml (renamed from tests/auto/qml/qmltc/data/defaultProperty.qml)0
-rw-r--r--tests/auto/qml/qmltc/QmltcTests/defaultPropertyCorrectSelection.qml (renamed from tests/auto/qml/qmltc/data/defaultPropertyCorrectSelection.qml)0
-rw-r--r--tests/auto/qml/qmltc/QmltcTests/deferredProperties.qml (renamed from tests/auto/qml/qmltc/data/deferredProperties.qml)0
-rw-r--r--tests/auto/qml/qmltc/QmltcTests/deferredProperties_attached.qml (renamed from tests/auto/qml/qmltc/data/deferredProperties_attached.qml)0
-rw-r--r--tests/auto/qml/qmltc/QmltcTests/deferredProperties_complex.qml (renamed from tests/auto/qml/qmltc/data/deferredProperties_complex.qml)0
-rw-r--r--tests/auto/qml/qmltc/QmltcTests/deferredProperties_group.qml (renamed from tests/auto/qml/qmltc/data/deferredProperties_group.qml)0
-rw-r--r--tests/auto/qml/qmltc/QmltcTests/delegate_context.qml (renamed from tests/auto/qml/qmltc/data/delegate_context.qml)0
-rw-r--r--tests/auto/qml/qmltc/QmltcTests/documentWithIds.qml (renamed from tests/auto/qml/qmltc/data/documentWithIds.qml)0
-rw-r--r--tests/auto/qml/qmltc/QmltcTests/extensionTypeBindings.qml (renamed from tests/auto/qml/qmltc/data/extensionTypeBindings.qml)0
-rw-r--r--tests/auto/qml/qmltc/QmltcTests/gradients.qml (renamed from tests/auto/qml/qmltc/data/gradients.qml)0
-rw-r--r--tests/auto/qml/qmltc/QmltcTests/groupedProperty.qml (renamed from tests/auto/qml/qmltc/data/groupedProperty.qml)0
-rw-r--r--tests/auto/qml/qmltc/QmltcTests/groupedProperty_qquicktext.qml (renamed from tests/auto/qml/qmltc/data/groupedProperty_qquicktext.qml)0
-rw-r--r--tests/auto/qml/qmltc/QmltcTests/importNamespace.qml (renamed from tests/auto/qml/qmltc/data/importNamespace.qml)0
-rw-r--r--tests/auto/qml/qmltc/QmltcTests/javaScriptFunctions.qml (renamed from tests/auto/qml/qmltc/data/javaScriptFunctions.qml)0
-rw-r--r--tests/auto/qml/qmltc/QmltcTests/javascriptCaller.qml (renamed from tests/auto/qml/qmltc/data/javascriptCaller.qml)0
-rw-r--r--tests/auto/qml/qmltc/QmltcTests/justAnimation.qml (renamed from tests/auto/qml/qmltc/data/justAnimation.qml)0
-rw-r--r--tests/auto/qml/qmltc/QmltcTests/justAnimationOnAlias.qml (renamed from tests/auto/qml/qmltc/data/justAnimationOnAlias.qml)0
-rw-r--r--tests/auto/qml/qmltc/QmltcTests/keyEvents.qml (renamed from tests/auto/qml/qmltc/data/keyEvents.qml)0
-rw-r--r--tests/auto/qml/qmltc/QmltcTests/listProperty.qml (renamed from tests/auto/qml/qmltc/data/listProperty.qml)0
-rw-r--r--tests/auto/qml/qmltc/QmltcTests/listPropertySameName.qml (renamed from tests/auto/qml/qmltc/data/listPropertySameName.qml)0
-rw-r--r--tests/auto/qml/qmltc/QmltcTests/listView.qml (renamed from tests/auto/qml/qmltc/data/listView.qml)0
-rw-r--r--tests/auto/qml/qmltc/QmltcTests/localDerived.qml (renamed from tests/auto/qml/qmltc/data/localDerived.qml)0
-rw-r--r--tests/auto/qml/qmltc/QmltcTests/localImport.qml (renamed from tests/auto/qml/qmltc/data/localImport.qml)0
-rw-r--r--tests/auto/qml/qmltc/QmltcTests/localImport_context.qml (renamed from tests/auto/qml/qmltc/data/localImport_context.qml)0
-rw-r--r--tests/auto/qml/qmltc/QmltcTests/localImport_explicit.qml (renamed from tests/auto/qml/qmltc/data/localImport_explicit.qml)0
-rw-r--r--tests/auto/qml/qmltc/QmltcTests/methods.qml (renamed from tests/auto/qml/qmltc/data/methods.qml)0
-rw-r--r--tests/auto/qml/qmltc/QmltcTests/neighbors_context.qml (renamed from tests/auto/qml/qmltc/data/neighbors_context.qml)0
-rw-r--r--tests/auto/qml/qmltc/QmltcTests/newPropertyBoundToOld.qml (renamed from tests/auto/qml/qmltc/data/newPropertyBoundToOld.qml)0
-rw-r--r--tests/auto/qml/qmltc/QmltcTests/nonLocalQmlPropertyBoundToAny.qml (renamed from tests/auto/qml/qmltc/data/nonLocalQmlPropertyBoundToAny.qml)0
-rw-r--r--tests/auto/qml/qmltc/QmltcTests/nontrivial_context.qml (renamed from tests/auto/qml/qmltc/data/nontrivial_context.qml)0
-rw-r--r--tests/auto/qml/qmltc/QmltcTests/oldPropertyBoundToNew.qml (renamed from tests/auto/qml/qmltc/data/oldPropertyBoundToNew.qml)0
-rw-r--r--tests/auto/qml/qmltc/QmltcTests/privatePropertySubclass.qml (renamed from tests/auto/qml/qmltc/data/privatePropertySubclass.qml)0
-rw-r--r--tests/auto/qml/qmltc/QmltcTests/properties.qml (renamed from tests/auto/qml/qmltc/data/properties.qml)0
-rw-r--r--tests/auto/qml/qmltc/QmltcTests/propertyAlias.qml (renamed from tests/auto/qml/qmltc/data/propertyAlias.qml)0
-rw-r--r--tests/auto/qml/qmltc/QmltcTests/propertyAlias_external.qml (renamed from tests/auto/qml/qmltc/data/propertyAlias_external.qml)0
-rw-r--r--tests/auto/qml/qmltc/QmltcTests/propertyChangeAndSignalHandlers.qml (renamed from tests/auto/qml/qmltc/data/propertyChangeAndSignalHandlers.qml)0
-rw-r--r--tests/auto/qml/qmltc/QmltcTests/propertyChangeHandler.qml (renamed from tests/auto/qml/qmltc/data/propertyChangeHandler.qml)0
-rw-r--r--tests/auto/qml/qmltc/QmltcTests/propertyReturningFunction.qml (renamed from tests/auto/qml/qmltc/data/propertyReturningFunction.qml)0
-rw-r--r--tests/auto/qml/qmltc/QmltcTests/qjsvalueAssignments.qml (renamed from tests/auto/qml/qmltc/data/qjsvalueAssignments.qml)0
-rw-r--r--tests/auto/qml/qmltc/QmltcTests/signalHandlers.qml (renamed from tests/auto/qml/qmltc/data/signalHandlers.qml)0
-rw-r--r--tests/auto/qml/qmltc/QmltcTests/simpleQtQuickTypes.qml (renamed from tests/auto/qml/qmltc/data/simpleQtQuickTypes.qml)0
-rw-r--r--tests/auto/qml/qmltc/QmltcTests/singletonUser.qml (renamed from tests/auto/qml/qmltc/data/singletonUser.qml)0
-rw-r--r--tests/auto/qml/qmltc/QmltcTests/subfolder/code.js (renamed from tests/auto/qml/qmltc/data/subfolder/code.js)0
-rw-r--r--tests/auto/qml/qmltc/QmltcTests/typeWithEnums.qml (renamed from tests/auto/qml/qmltc/data/typeWithEnums.qml)0
86 files changed, 1 insertions, 1 deletions
diff --git a/tests/auto/qml/qmltc/CMakeLists.txt b/tests/auto/qml/qmltc/CMakeLists.txt
index 1c15d9b1fb..fe666366d5 100644
--- a/tests/auto/qml/qmltc/CMakeLists.txt
+++ b/tests/auto/qml/qmltc/CMakeLists.txt
@@ -1,4 +1,4 @@
-add_subdirectory(data)
+add_subdirectory(QmltcTests)
set(test_sources
nameconflict.h nameconflict.cpp
diff --git a/tests/auto/qml/qmltc/data/AttachedProperty.qml b/tests/auto/qml/qmltc/QmltcTests/AttachedProperty.qml
index a8ab457980..a8ab457980 100644
--- a/tests/auto/qml/qmltc/data/AttachedProperty.qml
+++ b/tests/auto/qml/qmltc/QmltcTests/AttachedProperty.qml
diff --git a/tests/auto/qml/qmltc/data/CMakeLists.txt b/tests/auto/qml/qmltc/QmltcTests/CMakeLists.txt
index 3093c978f1..3093c978f1 100644
--- a/tests/auto/qml/qmltc/data/CMakeLists.txt
+++ b/tests/auto/qml/qmltc/QmltcTests/CMakeLists.txt
diff --git a/tests/auto/qml/qmltc/data/ComponentHelloWorld.qml b/tests/auto/qml/qmltc/QmltcTests/ComponentHelloWorld.qml
index 188d785c0a..188d785c0a 100644
--- a/tests/auto/qml/qmltc/data/ComponentHelloWorld.qml
+++ b/tests/auto/qml/qmltc/QmltcTests/ComponentHelloWorld.qml
diff --git a/tests/auto/qml/qmltc/data/ComponentType.qml b/tests/auto/qml/qmltc/QmltcTests/ComponentType.qml
index 55fe4249a6..55fe4249a6 100644
--- a/tests/auto/qml/qmltc/data/ComponentType.qml
+++ b/tests/auto/qml/qmltc/QmltcTests/ComponentType.qml
diff --git a/tests/auto/qml/qmltc/data/DefaultPropertyManyChildren.qml b/tests/auto/qml/qmltc/QmltcTests/DefaultPropertyManyChildren.qml
index 84958bb7dd..84958bb7dd 100644
--- a/tests/auto/qml/qmltc/data/DefaultPropertyManyChildren.qml
+++ b/tests/auto/qml/qmltc/QmltcTests/DefaultPropertyManyChildren.qml
diff --git a/tests/auto/qml/qmltc/data/DefaultPropertySingleChild.qml b/tests/auto/qml/qmltc/QmltcTests/DefaultPropertySingleChild.qml
index 230b0a90e3..230b0a90e3 100644
--- a/tests/auto/qml/qmltc/data/DefaultPropertySingleChild.qml
+++ b/tests/auto/qml/qmltc/QmltcTests/DefaultPropertySingleChild.qml
diff --git a/tests/auto/qml/qmltc/data/HelloWorld.qml b/tests/auto/qml/qmltc/QmltcTests/HelloWorld.qml
index 40a31d611d..40a31d611d 100644
--- a/tests/auto/qml/qmltc/data/HelloWorld.qml
+++ b/tests/auto/qml/qmltc/QmltcTests/HelloWorld.qml
diff --git a/tests/auto/qml/qmltc/data/LocalWithOnCompleted.qml b/tests/auto/qml/qmltc/QmltcTests/LocalWithOnCompleted.qml
index 0d1c443082..0d1c443082 100644
--- a/tests/auto/qml/qmltc/data/LocalWithOnCompleted.qml
+++ b/tests/auto/qml/qmltc/QmltcTests/LocalWithOnCompleted.qml
diff --git a/tests/auto/qml/qmltc/data/LocallyImported.qml b/tests/auto/qml/qmltc/QmltcTests/LocallyImported.qml
index 516baa0379..516baa0379 100644
--- a/tests/auto/qml/qmltc/data/LocallyImported.qml
+++ b/tests/auto/qml/qmltc/QmltcTests/LocallyImported.qml
diff --git a/tests/auto/qml/qmltc/data/LocallyImported_context.qml b/tests/auto/qml/qmltc/QmltcTests/LocallyImported_context.qml
index b4a3223a73..b4a3223a73 100644
--- a/tests/auto/qml/qmltc/data/LocallyImported_context.qml
+++ b/tests/auto/qml/qmltc/QmltcTests/LocallyImported_context.qml
diff --git a/tests/auto/qml/qmltc/data/NameConflict.qml b/tests/auto/qml/qmltc/QmltcTests/NameConflict.qml
index 54531c4bdc..54531c4bdc 100644
--- a/tests/auto/qml/qmltc/data/NameConflict.qml
+++ b/tests/auto/qml/qmltc/QmltcTests/NameConflict.qml
diff --git a/tests/auto/qml/qmltc/data/NestedHelloWorld.qml b/tests/auto/qml/qmltc/QmltcTests/NestedHelloWorld.qml
index b556f5bb07..b556f5bb07 100644
--- a/tests/auto/qml/qmltc/data/NestedHelloWorld.qml
+++ b/tests/auto/qml/qmltc/QmltcTests/NestedHelloWorld.qml
diff --git a/tests/auto/qml/qmltc/data/ObjectWithId.qml b/tests/auto/qml/qmltc/QmltcTests/ObjectWithId.qml
index 9cd9853ba0..9cd9853ba0 100644
--- a/tests/auto/qml/qmltc/data/ObjectWithId.qml
+++ b/tests/auto/qml/qmltc/QmltcTests/ObjectWithId.qml
diff --git a/tests/auto/qml/qmltc/data/PrivateProperty.qml b/tests/auto/qml/qmltc/QmltcTests/PrivateProperty.qml
index 1e9e4ff10b..1e9e4ff10b 100644
--- a/tests/auto/qml/qmltc/data/PrivateProperty.qml
+++ b/tests/auto/qml/qmltc/QmltcTests/PrivateProperty.qml
diff --git a/tests/auto/qml/qmltc/data/QmlTypeWithBaseTypeExtension.qml b/tests/auto/qml/qmltc/QmltcTests/QmlTypeWithBaseTypeExtension.qml
index b3a78dc114..b3a78dc114 100644
--- a/tests/auto/qml/qmltc/data/QmlTypeWithBaseTypeExtension.qml
+++ b/tests/auto/qml/qmltc/QmltcTests/QmlTypeWithBaseTypeExtension.qml
diff --git a/tests/auto/qml/qmltc/data/QmlTypeWithExtension.qml b/tests/auto/qml/qmltc/QmltcTests/QmlTypeWithExtension.qml
index 8c3be4bf0a..8c3be4bf0a 100644
--- a/tests/auto/qml/qmltc/data/QmlTypeWithExtension.qml
+++ b/tests/auto/qml/qmltc/QmltcTests/QmlTypeWithExtension.qml
diff --git a/tests/auto/qml/qmltc/data/SingletonThing.qml b/tests/auto/qml/qmltc/QmltcTests/SingletonThing.qml
index 599b54eddd..599b54eddd 100644
--- a/tests/auto/qml/qmltc/data/SingletonThing.qml
+++ b/tests/auto/qml/qmltc/QmltcTests/SingletonThing.qml
diff --git a/tests/auto/qml/qmltc/data/attachedPropertyDerived.qml b/tests/auto/qml/qmltc/QmltcTests/attachedPropertyDerived.qml
index 532f9fea79..532f9fea79 100644
--- a/tests/auto/qml/qmltc/data/attachedPropertyDerived.qml
+++ b/tests/auto/qml/qmltc/QmltcTests/attachedPropertyDerived.qml
diff --git a/tests/auto/qml/qmltc/data/badFile.qml b/tests/auto/qml/qmltc/QmltcTests/badFile.qml
index d041a3b5e5..d041a3b5e5 100644
--- a/tests/auto/qml/qmltc/data/badFile.qml
+++ b/tests/auto/qml/qmltc/QmltcTests/badFile.qml
diff --git a/tests/auto/qml/qmltc/data/behaviorAndAnimation.qml b/tests/auto/qml/qmltc/QmltcTests/behaviorAndAnimation.qml
index a67af5af1f..a67af5af1f 100644
--- a/tests/auto/qml/qmltc/data/behaviorAndAnimation.qml
+++ b/tests/auto/qml/qmltc/QmltcTests/behaviorAndAnimation.qml
diff --git a/tests/auto/qml/qmltc/data/behaviorAndAnimationOnAlias.qml b/tests/auto/qml/qmltc/QmltcTests/behaviorAndAnimationOnAlias.qml
index 9d9e7ca7e5..9d9e7ca7e5 100644
--- a/tests/auto/qml/qmltc/data/behaviorAndAnimationOnAlias.qml
+++ b/tests/auto/qml/qmltc/QmltcTests/behaviorAndAnimationOnAlias.qml
diff --git a/tests/auto/qml/qmltc/data/bindingOnValueType.qml b/tests/auto/qml/qmltc/QmltcTests/bindingOnValueType.qml
index 2b5dc3b1e6..2b5dc3b1e6 100644
--- a/tests/auto/qml/qmltc/data/bindingOnValueType.qml
+++ b/tests/auto/qml/qmltc/QmltcTests/bindingOnValueType.qml
diff --git a/tests/auto/qml/qmltc/data/bindingsThroughIds.qml b/tests/auto/qml/qmltc/QmltcTests/bindingsThroughIds.qml
index 5d98c4d457..5d98c4d457 100644
--- a/tests/auto/qml/qmltc/data/bindingsThroughIds.qml
+++ b/tests/auto/qml/qmltc/QmltcTests/bindingsThroughIds.qml
diff --git a/tests/auto/qml/qmltc/data/calqlatrBits.qml b/tests/auto/qml/qmltc/QmltcTests/calqlatrBits.qml
index 50dad1c433..50dad1c433 100644
--- a/tests/auto/qml/qmltc/data/calqlatrBits.qml
+++ b/tests/auto/qml/qmltc/QmltcTests/calqlatrBits.qml
diff --git a/tests/auto/qml/qmltc/data/changingBindings.qml b/tests/auto/qml/qmltc/QmltcTests/changingBindings.qml
index f6397a55c7..f6397a55c7 100644
--- a/tests/auto/qml/qmltc/data/changingBindings.qml
+++ b/tests/auto/qml/qmltc/QmltcTests/changingBindings.qml
diff --git a/tests/auto/qml/qmltc/data/complexAliases.qml b/tests/auto/qml/qmltc/QmltcTests/complexAliases.qml
index df444f6ec2..df444f6ec2 100644
--- a/tests/auto/qml/qmltc/data/complexAliases.qml
+++ b/tests/auto/qml/qmltc/QmltcTests/complexAliases.qml
diff --git a/tests/auto/qml/qmltc/data/componentTypes.qml b/tests/auto/qml/qmltc/QmltcTests/componentTypes.qml
index 48b68e9112..48b68e9112 100644
--- a/tests/auto/qml/qmltc/data/componentTypes.qml
+++ b/tests/auto/qml/qmltc/QmltcTests/componentTypes.qml
diff --git a/tests/auto/qml/qmltc/data/cpptypes/deferredpropertytypes.cpp b/tests/auto/qml/qmltc/QmltcTests/cpptypes/deferredpropertytypes.cpp
index 4f66172cca..4f66172cca 100644
--- a/tests/auto/qml/qmltc/data/cpptypes/deferredpropertytypes.cpp
+++ b/tests/auto/qml/qmltc/QmltcTests/cpptypes/deferredpropertytypes.cpp
diff --git a/tests/auto/qml/qmltc/data/cpptypes/deferredpropertytypes.h b/tests/auto/qml/qmltc/QmltcTests/cpptypes/deferredpropertytypes.h
index 24d7d46aaa..24d7d46aaa 100644
--- a/tests/auto/qml/qmltc/data/cpptypes/deferredpropertytypes.h
+++ b/tests/auto/qml/qmltc/QmltcTests/cpptypes/deferredpropertytypes.h
diff --git a/tests/auto/qml/qmltc/data/cpptypes/extensiontypes.cpp b/tests/auto/qml/qmltc/QmltcTests/cpptypes/extensiontypes.cpp
index 07609a6d72..07609a6d72 100644
--- a/tests/auto/qml/qmltc/data/cpptypes/extensiontypes.cpp
+++ b/tests/auto/qml/qmltc/QmltcTests/cpptypes/extensiontypes.cpp
diff --git a/tests/auto/qml/qmltc/data/cpptypes/extensiontypes.h b/tests/auto/qml/qmltc/QmltcTests/cpptypes/extensiontypes.h
index 88a781810a..88a781810a 100644
--- a/tests/auto/qml/qmltc/data/cpptypes/extensiontypes.h
+++ b/tests/auto/qml/qmltc/QmltcTests/cpptypes/extensiontypes.h
diff --git a/tests/auto/qml/qmltc/data/cpptypes/private/testprivateproperty_p.h b/tests/auto/qml/qmltc/QmltcTests/cpptypes/private/testprivateproperty_p.h
index ba5d1b2e14..ba5d1b2e14 100644
--- a/tests/auto/qml/qmltc/data/cpptypes/private/testprivateproperty_p.h
+++ b/tests/auto/qml/qmltc/QmltcTests/cpptypes/private/testprivateproperty_p.h
diff --git a/tests/auto/qml/qmltc/data/cpptypes/testattachedtype.cpp b/tests/auto/qml/qmltc/QmltcTests/cpptypes/testattachedtype.cpp
index 84ffe6333e..84ffe6333e 100644
--- a/tests/auto/qml/qmltc/data/cpptypes/testattachedtype.cpp
+++ b/tests/auto/qml/qmltc/QmltcTests/cpptypes/testattachedtype.cpp
diff --git a/tests/auto/qml/qmltc/data/cpptypes/testattachedtype.h b/tests/auto/qml/qmltc/QmltcTests/cpptypes/testattachedtype.h
index f9d890a751..f9d890a751 100644
--- a/tests/auto/qml/qmltc/data/cpptypes/testattachedtype.h
+++ b/tests/auto/qml/qmltc/QmltcTests/cpptypes/testattachedtype.h
diff --git a/tests/auto/qml/qmltc/data/cpptypes/testgroupedtype.cpp b/tests/auto/qml/qmltc/QmltcTests/cpptypes/testgroupedtype.cpp
index 403fabf7a2..403fabf7a2 100644
--- a/tests/auto/qml/qmltc/data/cpptypes/testgroupedtype.cpp
+++ b/tests/auto/qml/qmltc/QmltcTests/cpptypes/testgroupedtype.cpp
diff --git a/tests/auto/qml/qmltc/data/cpptypes/testgroupedtype.h b/tests/auto/qml/qmltc/QmltcTests/cpptypes/testgroupedtype.h
index 609fe6df57..609fe6df57 100644
--- a/tests/auto/qml/qmltc/data/cpptypes/testgroupedtype.h
+++ b/tests/auto/qml/qmltc/QmltcTests/cpptypes/testgroupedtype.h
diff --git a/tests/auto/qml/qmltc/data/cpptypes/testprivateproperty.cpp b/tests/auto/qml/qmltc/QmltcTests/cpptypes/testprivateproperty.cpp
index c06ffd876e..c06ffd876e 100644
--- a/tests/auto/qml/qmltc/data/cpptypes/testprivateproperty.cpp
+++ b/tests/auto/qml/qmltc/QmltcTests/cpptypes/testprivateproperty.cpp
diff --git a/tests/auto/qml/qmltc/data/cpptypes/testprivateproperty.h b/tests/auto/qml/qmltc/QmltcTests/cpptypes/testprivateproperty.h
index 956b862f12..956b862f12 100644
--- a/tests/auto/qml/qmltc/data/cpptypes/testprivateproperty.h
+++ b/tests/auto/qml/qmltc/QmltcTests/cpptypes/testprivateproperty.h
diff --git a/tests/auto/qml/qmltc/data/cpptypes/typewithproperties.cpp b/tests/auto/qml/qmltc/QmltcTests/cpptypes/typewithproperties.cpp
index 322211b44d..322211b44d 100644
--- a/tests/auto/qml/qmltc/data/cpptypes/typewithproperties.cpp
+++ b/tests/auto/qml/qmltc/QmltcTests/cpptypes/typewithproperties.cpp
diff --git a/tests/auto/qml/qmltc/data/cpptypes/typewithproperties.h b/tests/auto/qml/qmltc/QmltcTests/cpptypes/typewithproperties.h
index 689f667643..689f667643 100644
--- a/tests/auto/qml/qmltc/data/cpptypes/typewithproperties.h
+++ b/tests/auto/qml/qmltc/QmltcTests/cpptypes/typewithproperties.h
diff --git a/tests/auto/qml/qmltc/data/defaultAlias.qml b/tests/auto/qml/qmltc/QmltcTests/defaultAlias.qml
index 48203c3063..48203c3063 100644
--- a/tests/auto/qml/qmltc/data/defaultAlias.qml
+++ b/tests/auto/qml/qmltc/QmltcTests/defaultAlias.qml
diff --git a/tests/auto/qml/qmltc/data/defaultProperty.qml b/tests/auto/qml/qmltc/QmltcTests/defaultProperty.qml
index aff919edb3..aff919edb3 100644
--- a/tests/auto/qml/qmltc/data/defaultProperty.qml
+++ b/tests/auto/qml/qmltc/QmltcTests/defaultProperty.qml
diff --git a/tests/auto/qml/qmltc/data/defaultPropertyCorrectSelection.qml b/tests/auto/qml/qmltc/QmltcTests/defaultPropertyCorrectSelection.qml
index 04713d8c55..04713d8c55 100644
--- a/tests/auto/qml/qmltc/data/defaultPropertyCorrectSelection.qml
+++ b/tests/auto/qml/qmltc/QmltcTests/defaultPropertyCorrectSelection.qml
diff --git a/tests/auto/qml/qmltc/data/deferredProperties.qml b/tests/auto/qml/qmltc/QmltcTests/deferredProperties.qml
index 7b977744e2..7b977744e2 100644
--- a/tests/auto/qml/qmltc/data/deferredProperties.qml
+++ b/tests/auto/qml/qmltc/QmltcTests/deferredProperties.qml
diff --git a/tests/auto/qml/qmltc/data/deferredProperties_attached.qml b/tests/auto/qml/qmltc/QmltcTests/deferredProperties_attached.qml
index 875deb5778..875deb5778 100644
--- a/tests/auto/qml/qmltc/data/deferredProperties_attached.qml
+++ b/tests/auto/qml/qmltc/QmltcTests/deferredProperties_attached.qml
diff --git a/tests/auto/qml/qmltc/data/deferredProperties_complex.qml b/tests/auto/qml/qmltc/QmltcTests/deferredProperties_complex.qml
index ce5429a095..ce5429a095 100644
--- a/tests/auto/qml/qmltc/data/deferredProperties_complex.qml
+++ b/tests/auto/qml/qmltc/QmltcTests/deferredProperties_complex.qml
diff --git a/tests/auto/qml/qmltc/data/deferredProperties_group.qml b/tests/auto/qml/qmltc/QmltcTests/deferredProperties_group.qml
index a162968c86..a162968c86 100644
--- a/tests/auto/qml/qmltc/data/deferredProperties_group.qml
+++ b/tests/auto/qml/qmltc/QmltcTests/deferredProperties_group.qml
diff --git a/tests/auto/qml/qmltc/data/delegate_context.qml b/tests/auto/qml/qmltc/QmltcTests/delegate_context.qml
index 8dfcbb24b4..8dfcbb24b4 100644
--- a/tests/auto/qml/qmltc/data/delegate_context.qml
+++ b/tests/auto/qml/qmltc/QmltcTests/delegate_context.qml
diff --git a/tests/auto/qml/qmltc/data/documentWithIds.qml b/tests/auto/qml/qmltc/QmltcTests/documentWithIds.qml
index 5936be96bd..5936be96bd 100644
--- a/tests/auto/qml/qmltc/data/documentWithIds.qml
+++ b/tests/auto/qml/qmltc/QmltcTests/documentWithIds.qml
diff --git a/tests/auto/qml/qmltc/data/extensionTypeBindings.qml b/tests/auto/qml/qmltc/QmltcTests/extensionTypeBindings.qml
index 9331b9e25c..9331b9e25c 100644
--- a/tests/auto/qml/qmltc/data/extensionTypeBindings.qml
+++ b/tests/auto/qml/qmltc/QmltcTests/extensionTypeBindings.qml
diff --git a/tests/auto/qml/qmltc/data/gradients.qml b/tests/auto/qml/qmltc/QmltcTests/gradients.qml
index 008b0431da..008b0431da 100644
--- a/tests/auto/qml/qmltc/data/gradients.qml
+++ b/tests/auto/qml/qmltc/QmltcTests/gradients.qml
diff --git a/tests/auto/qml/qmltc/data/groupedProperty.qml b/tests/auto/qml/qmltc/QmltcTests/groupedProperty.qml
index 4fbe6dc876..4fbe6dc876 100644
--- a/tests/auto/qml/qmltc/data/groupedProperty.qml
+++ b/tests/auto/qml/qmltc/QmltcTests/groupedProperty.qml
diff --git a/tests/auto/qml/qmltc/data/groupedProperty_qquicktext.qml b/tests/auto/qml/qmltc/QmltcTests/groupedProperty_qquicktext.qml
index 7c067e0e89..7c067e0e89 100644
--- a/tests/auto/qml/qmltc/data/groupedProperty_qquicktext.qml
+++ b/tests/auto/qml/qmltc/QmltcTests/groupedProperty_qquicktext.qml
diff --git a/tests/auto/qml/qmltc/data/importNamespace.qml b/tests/auto/qml/qmltc/QmltcTests/importNamespace.qml
index 2786356843..2786356843 100644
--- a/tests/auto/qml/qmltc/data/importNamespace.qml
+++ b/tests/auto/qml/qmltc/QmltcTests/importNamespace.qml
diff --git a/tests/auto/qml/qmltc/data/javaScriptFunctions.qml b/tests/auto/qml/qmltc/QmltcTests/javaScriptFunctions.qml
index f1dc98b86c..f1dc98b86c 100644
--- a/tests/auto/qml/qmltc/data/javaScriptFunctions.qml
+++ b/tests/auto/qml/qmltc/QmltcTests/javaScriptFunctions.qml
diff --git a/tests/auto/qml/qmltc/data/javascriptCaller.qml b/tests/auto/qml/qmltc/QmltcTests/javascriptCaller.qml
index 3d84b57e28..3d84b57e28 100644
--- a/tests/auto/qml/qmltc/data/javascriptCaller.qml
+++ b/tests/auto/qml/qmltc/QmltcTests/javascriptCaller.qml
diff --git a/tests/auto/qml/qmltc/data/justAnimation.qml b/tests/auto/qml/qmltc/QmltcTests/justAnimation.qml
index 274c4f4112..274c4f4112 100644
--- a/tests/auto/qml/qmltc/data/justAnimation.qml
+++ b/tests/auto/qml/qmltc/QmltcTests/justAnimation.qml
diff --git a/tests/auto/qml/qmltc/data/justAnimationOnAlias.qml b/tests/auto/qml/qmltc/QmltcTests/justAnimationOnAlias.qml
index 7c3553641f..7c3553641f 100644
--- a/tests/auto/qml/qmltc/data/justAnimationOnAlias.qml
+++ b/tests/auto/qml/qmltc/QmltcTests/justAnimationOnAlias.qml
diff --git a/tests/auto/qml/qmltc/data/keyEvents.qml b/tests/auto/qml/qmltc/QmltcTests/keyEvents.qml
index ea67f314e8..ea67f314e8 100644
--- a/tests/auto/qml/qmltc/data/keyEvents.qml
+++ b/tests/auto/qml/qmltc/QmltcTests/keyEvents.qml
diff --git a/tests/auto/qml/qmltc/data/listProperty.qml b/tests/auto/qml/qmltc/QmltcTests/listProperty.qml
index b2f16fe11c..b2f16fe11c 100644
--- a/tests/auto/qml/qmltc/data/listProperty.qml
+++ b/tests/auto/qml/qmltc/QmltcTests/listProperty.qml
diff --git a/tests/auto/qml/qmltc/data/listPropertySameName.qml b/tests/auto/qml/qmltc/QmltcTests/listPropertySameName.qml
index 58575b88e6..58575b88e6 100644
--- a/tests/auto/qml/qmltc/data/listPropertySameName.qml
+++ b/tests/auto/qml/qmltc/QmltcTests/listPropertySameName.qml
diff --git a/tests/auto/qml/qmltc/data/listView.qml b/tests/auto/qml/qmltc/QmltcTests/listView.qml
index 1251501daf..1251501daf 100644
--- a/tests/auto/qml/qmltc/data/listView.qml
+++ b/tests/auto/qml/qmltc/QmltcTests/listView.qml
diff --git a/tests/auto/qml/qmltc/data/localDerived.qml b/tests/auto/qml/qmltc/QmltcTests/localDerived.qml
index fca613cad9..fca613cad9 100644
--- a/tests/auto/qml/qmltc/data/localDerived.qml
+++ b/tests/auto/qml/qmltc/QmltcTests/localDerived.qml
diff --git a/tests/auto/qml/qmltc/data/localImport.qml b/tests/auto/qml/qmltc/QmltcTests/localImport.qml
index 8185e4cfed..8185e4cfed 100644
--- a/tests/auto/qml/qmltc/data/localImport.qml
+++ b/tests/auto/qml/qmltc/QmltcTests/localImport.qml
diff --git a/tests/auto/qml/qmltc/data/localImport_context.qml b/tests/auto/qml/qmltc/QmltcTests/localImport_context.qml
index 5117ca8f25..5117ca8f25 100644
--- a/tests/auto/qml/qmltc/data/localImport_context.qml
+++ b/tests/auto/qml/qmltc/QmltcTests/localImport_context.qml
diff --git a/tests/auto/qml/qmltc/data/localImport_explicit.qml b/tests/auto/qml/qmltc/QmltcTests/localImport_explicit.qml
index a5455cb5a9..a5455cb5a9 100644
--- a/tests/auto/qml/qmltc/data/localImport_explicit.qml
+++ b/tests/auto/qml/qmltc/QmltcTests/localImport_explicit.qml
diff --git a/tests/auto/qml/qmltc/data/methods.qml b/tests/auto/qml/qmltc/QmltcTests/methods.qml
index 2ee128af92..2ee128af92 100644
--- a/tests/auto/qml/qmltc/data/methods.qml
+++ b/tests/auto/qml/qmltc/QmltcTests/methods.qml
diff --git a/tests/auto/qml/qmltc/data/neighbors_context.qml b/tests/auto/qml/qmltc/QmltcTests/neighbors_context.qml
index 9854052557..9854052557 100644
--- a/tests/auto/qml/qmltc/data/neighbors_context.qml
+++ b/tests/auto/qml/qmltc/QmltcTests/neighbors_context.qml
diff --git a/tests/auto/qml/qmltc/data/newPropertyBoundToOld.qml b/tests/auto/qml/qmltc/QmltcTests/newPropertyBoundToOld.qml
index 62f0bf098c..62f0bf098c 100644
--- a/tests/auto/qml/qmltc/data/newPropertyBoundToOld.qml
+++ b/tests/auto/qml/qmltc/QmltcTests/newPropertyBoundToOld.qml
diff --git a/tests/auto/qml/qmltc/data/nonLocalQmlPropertyBoundToAny.qml b/tests/auto/qml/qmltc/QmltcTests/nonLocalQmlPropertyBoundToAny.qml
index 769d902009..769d902009 100644
--- a/tests/auto/qml/qmltc/data/nonLocalQmlPropertyBoundToAny.qml
+++ b/tests/auto/qml/qmltc/QmltcTests/nonLocalQmlPropertyBoundToAny.qml
diff --git a/tests/auto/qml/qmltc/data/nontrivial_context.qml b/tests/auto/qml/qmltc/QmltcTests/nontrivial_context.qml
index a986409dd3..a986409dd3 100644
--- a/tests/auto/qml/qmltc/data/nontrivial_context.qml
+++ b/tests/auto/qml/qmltc/QmltcTests/nontrivial_context.qml
diff --git a/tests/auto/qml/qmltc/data/oldPropertyBoundToNew.qml b/tests/auto/qml/qmltc/QmltcTests/oldPropertyBoundToNew.qml
index b6be5ec658..b6be5ec658 100644
--- a/tests/auto/qml/qmltc/data/oldPropertyBoundToNew.qml
+++ b/tests/auto/qml/qmltc/QmltcTests/oldPropertyBoundToNew.qml
diff --git a/tests/auto/qml/qmltc/data/privatePropertySubclass.qml b/tests/auto/qml/qmltc/QmltcTests/privatePropertySubclass.qml
index 22b1c7d9c5..22b1c7d9c5 100644
--- a/tests/auto/qml/qmltc/data/privatePropertySubclass.qml
+++ b/tests/auto/qml/qmltc/QmltcTests/privatePropertySubclass.qml
diff --git a/tests/auto/qml/qmltc/data/properties.qml b/tests/auto/qml/qmltc/QmltcTests/properties.qml
index 896cd88eac..896cd88eac 100644
--- a/tests/auto/qml/qmltc/data/properties.qml
+++ b/tests/auto/qml/qmltc/QmltcTests/properties.qml
diff --git a/tests/auto/qml/qmltc/data/propertyAlias.qml b/tests/auto/qml/qmltc/QmltcTests/propertyAlias.qml
index c02ba82a6f..c02ba82a6f 100644
--- a/tests/auto/qml/qmltc/data/propertyAlias.qml
+++ b/tests/auto/qml/qmltc/QmltcTests/propertyAlias.qml
diff --git a/tests/auto/qml/qmltc/data/propertyAlias_external.qml b/tests/auto/qml/qmltc/QmltcTests/propertyAlias_external.qml
index 0830bf1bf9..0830bf1bf9 100644
--- a/tests/auto/qml/qmltc/data/propertyAlias_external.qml
+++ b/tests/auto/qml/qmltc/QmltcTests/propertyAlias_external.qml
diff --git a/tests/auto/qml/qmltc/data/propertyChangeAndSignalHandlers.qml b/tests/auto/qml/qmltc/QmltcTests/propertyChangeAndSignalHandlers.qml
index 60f1b7a994..60f1b7a994 100644
--- a/tests/auto/qml/qmltc/data/propertyChangeAndSignalHandlers.qml
+++ b/tests/auto/qml/qmltc/QmltcTests/propertyChangeAndSignalHandlers.qml
diff --git a/tests/auto/qml/qmltc/data/propertyChangeHandler.qml b/tests/auto/qml/qmltc/QmltcTests/propertyChangeHandler.qml
index 9e4e8de6c0..9e4e8de6c0 100644
--- a/tests/auto/qml/qmltc/data/propertyChangeHandler.qml
+++ b/tests/auto/qml/qmltc/QmltcTests/propertyChangeHandler.qml
diff --git a/tests/auto/qml/qmltc/data/propertyReturningFunction.qml b/tests/auto/qml/qmltc/QmltcTests/propertyReturningFunction.qml
index a8472c3332..a8472c3332 100644
--- a/tests/auto/qml/qmltc/data/propertyReturningFunction.qml
+++ b/tests/auto/qml/qmltc/QmltcTests/propertyReturningFunction.qml
diff --git a/tests/auto/qml/qmltc/data/qjsvalueAssignments.qml b/tests/auto/qml/qmltc/QmltcTests/qjsvalueAssignments.qml
index 5ac909e1eb..5ac909e1eb 100644
--- a/tests/auto/qml/qmltc/data/qjsvalueAssignments.qml
+++ b/tests/auto/qml/qmltc/QmltcTests/qjsvalueAssignments.qml
diff --git a/tests/auto/qml/qmltc/data/signalHandlers.qml b/tests/auto/qml/qmltc/QmltcTests/signalHandlers.qml
index 4d6b39750f..4d6b39750f 100644
--- a/tests/auto/qml/qmltc/data/signalHandlers.qml
+++ b/tests/auto/qml/qmltc/QmltcTests/signalHandlers.qml
diff --git a/tests/auto/qml/qmltc/data/simpleQtQuickTypes.qml b/tests/auto/qml/qmltc/QmltcTests/simpleQtQuickTypes.qml
index be485b8d86..be485b8d86 100644
--- a/tests/auto/qml/qmltc/data/simpleQtQuickTypes.qml
+++ b/tests/auto/qml/qmltc/QmltcTests/simpleQtQuickTypes.qml
diff --git a/tests/auto/qml/qmltc/data/singletonUser.qml b/tests/auto/qml/qmltc/QmltcTests/singletonUser.qml
index 53007f10ec..53007f10ec 100644
--- a/tests/auto/qml/qmltc/data/singletonUser.qml
+++ b/tests/auto/qml/qmltc/QmltcTests/singletonUser.qml
diff --git a/tests/auto/qml/qmltc/data/subfolder/code.js b/tests/auto/qml/qmltc/QmltcTests/subfolder/code.js
index 15970c56d4..15970c56d4 100644
--- a/tests/auto/qml/qmltc/data/subfolder/code.js
+++ b/tests/auto/qml/qmltc/QmltcTests/subfolder/code.js
diff --git a/tests/auto/qml/qmltc/data/typeWithEnums.qml b/tests/auto/qml/qmltc/QmltcTests/typeWithEnums.qml
index 7aaad03562..7aaad03562 100644
--- a/tests/auto/qml/qmltc/data/typeWithEnums.qml
+++ b/tests/auto/qml/qmltc/QmltcTests/typeWithEnums.qml