Rename QDeclarative symbols to QQuick and QQml
authorMatthew Vogt <matthew.vogt@nokia.com>
Thu, 16 Feb 2012 04:43:03 +0000 (14:43 +1000)
committerQt by Nokia <qt-info@nokia.com>
Fri, 24 Feb 2012 03:51:31 +0000 (04:51 +0100)
commitb855240b782395f94315f43ea3e7e182299fac48
treebc594c04449be8cd14cd0ab0bb72dafc2be0ffb2
parent6a42a6e0a9a1abdda0d07a5a20b4ac7e45348684
Rename QDeclarative symbols to QQuick and QQml

Symbols beginning with QDeclarative are already exported
by the quick1 module.

Users can apply the bin/rename-qtdeclarative-symbols.sh
script to modify client code using the previous names of the
renamed symbols.

Task-number: QTBUG-23737
Change-Id: Ifaa482663767634931e8711a8e9bf6e404859e66
Reviewed-by: Martin Jones <martin.jones@nokia.com>
6225 files changed:
bin/rename-qtdeclarative-symbols.sh [new file with mode: 0755]
doc/src/localstorage/localstorage.qdoc
doc/src/qml/basictypes.qdoc
doc/src/qml/c++models.qdoc
doc/src/qml/codingconventions.qdoc
doc/src/qml/debugging.qdoc
doc/src/qml/dynamicobjects.qdoc
doc/src/qml/extending-tutorial.qdoc
doc/src/qml/integrating.qdoc
doc/src/qml/javascriptblocks.qdoc
doc/src/qml/modules.qdoc
doc/src/qml/network.qdoc
doc/src/qml/propertybinding.qdoc
doc/src/qml/qmlcomponents.qdoc
doc/src/qml/qmldocument.qdoc
doc/src/qml/qmlengine.qdoc
doc/src/qml/qmlevents.qdoc
doc/src/qml/qmlintro.qdoc
doc/src/qml/qmlplugins.qdoc
doc/src/qml/qmlruntime.qdoc
doc/src/qml/qmlsyntax.qdoc
doc/src/qml/qmltypes.qdoc
doc/src/qml/qmlviewer.qdoc
doc/src/qml/qtbinding.qdoc
doc/src/qml/qtdeclarative.qdoc
doc/src/qml/qtprogrammers.qdoc
doc/src/qtquick2/animation.qdoc
doc/src/qtquick2/focus.qdoc
doc/src/qtquick2/modelview.qdoc
doc/src/qtquick2/mouseevents.qdoc
doc/src/qtquick2/positioners.qdoc
doc/src/qtquick2/qmltexthandling.qdoc
doc/src/qtquick2/qtquick-intro.qdoc
doc/src/qtquick2/qtquick2.qdoc
doc/src/qtquick2/righttoleft.qdoc
doc/src/qtquick2/states.qdoc
doc/src/qtquick2/writingcomponents.qdoc
doc/src/snippets/declarative/integrating-javascript/scarceresources/avatarExample.cpp [deleted file]
doc/src/snippets/declarative/qtbinding/context-advanced/main.cpp [deleted file]
doc/src/snippets/declarative/qtbinding/context/main.cpp [deleted file]
doc/src/snippets/declarative/qtbinding/enums/imageviewer.h [deleted file]
doc/src/snippets/declarative/qtbinding/functions-cpp/main.cpp [deleted file]
doc/src/snippets/declarative/qtbinding/functions-qml/main.cpp [deleted file]
doc/src/snippets/declarative/qtbinding/loading/main.cpp [deleted file]
doc/src/snippets/declarative/qtbinding/newelements/imageviewer.h [deleted file]
doc/src/snippets/declarative/qtbinding/newelements/main.cpp [deleted file]
doc/src/snippets/declarative/qtbinding/properties-qml/main.cpp [deleted file]
doc/src/snippets/declarative/qtbinding/resources/main.cpp [deleted file]
doc/src/snippets/declarative/qtbinding/resources/resources.pro [deleted file]
doc/src/snippets/declarative/qtbinding/signals-cpp/imageviewer.h [deleted file]
doc/src/snippets/declarative/qtbinding/signals-cpp/main.cpp [deleted file]
doc/src/snippets/declarative/qtbinding/signals-qml/main.cpp [deleted file]
doc/src/snippets/declarative/qtbinding/variantlistmap/main.cpp [deleted file]
doc/src/snippets/declarative/text/onLinkActivated.qml [deleted file]
doc/src/snippets/declarative/visualdatamodel_rootindex/main.cpp [deleted file]
doc/src/snippets/qml/Button.qml [moved from doc/src/snippets/declarative/Button.qml with 100% similarity]
doc/src/snippets/qml/SelfDestroyingRect.qml [moved from doc/src/snippets/declarative/SelfDestroyingRect.qml with 100% similarity]
doc/src/snippets/qml/Sprite.qml [moved from doc/src/snippets/declarative/Sprite.qml with 100% similarity]
doc/src/snippets/qml/anchoranimation.qml [moved from doc/src/snippets/declarative/anchoranimation.qml with 100% similarity]
doc/src/snippets/qml/anchorchanges.qml [moved from doc/src/snippets/declarative/anchorchanges.qml with 100% similarity]
doc/src/snippets/qml/animatedimage.qml [moved from doc/src/snippets/declarative/animatedimage.qml with 100% similarity]
doc/src/snippets/qml/animation.qml [moved from doc/src/snippets/declarative/animation.qml with 100% similarity]
doc/src/snippets/qml/application.qml [moved from doc/src/snippets/declarative/application.qml with 100% similarity]
doc/src/snippets/qml/behavior.qml [moved from doc/src/snippets/declarative/behavior.qml with 100% similarity]
doc/src/snippets/qml/borderimage/borderimage-scaled.qml [moved from doc/src/snippets/declarative/borderimage/borderimage-scaled.qml with 100% similarity]
doc/src/snippets/qml/borderimage/borderimage-tiled.qml [moved from doc/src/snippets/declarative/borderimage/borderimage-tiled.qml with 100% similarity]
doc/src/snippets/qml/borderimage/normal-image.qml [moved from doc/src/snippets/declarative/borderimage/normal-image.qml with 100% similarity]
doc/src/snippets/qml/codingconventions/dotproperties.qml [moved from doc/src/snippets/declarative/codingconventions/dotproperties.qml with 100% similarity]
doc/src/snippets/qml/codingconventions/javascript-imports.qml [moved from doc/src/snippets/declarative/codingconventions/javascript-imports.qml with 100% similarity]
doc/src/snippets/qml/codingconventions/javascript.qml [moved from doc/src/snippets/declarative/codingconventions/javascript.qml with 100% similarity]
doc/src/snippets/qml/codingconventions/lists.qml [moved from doc/src/snippets/declarative/codingconventions/lists.qml with 100% similarity]
doc/src/snippets/qml/codingconventions/myscript.js [moved from doc/src/snippets/declarative/codingconventions/myscript.js with 100% similarity]
doc/src/snippets/qml/codingconventions/photo.qml [moved from doc/src/snippets/declarative/codingconventions/photo.qml with 100% similarity]
doc/src/snippets/qml/codingconventions/private.qml [moved from doc/src/snippets/declarative/codingconventions/private.qml with 100% similarity]
doc/src/snippets/qml/coloranimation.qml [moved from doc/src/snippets/declarative/coloranimation.qml with 100% similarity]
doc/src/snippets/qml/colors.qml [moved from doc/src/snippets/declarative/colors.qml with 100% similarity]
doc/src/snippets/qml/column/column-transitions.qml [moved from doc/src/snippets/declarative/column/column-transitions.qml with 100% similarity]
doc/src/snippets/qml/column/column.qml [moved from doc/src/snippets/declarative/column/column.qml with 100% similarity]
doc/src/snippets/qml/column/vertical-positioner.qml [moved from doc/src/snippets/declarative/column/vertical-positioner.qml with 100% similarity]
doc/src/snippets/qml/comments.qml [moved from doc/src/snippets/declarative/comments.qml with 100% similarity]
doc/src/snippets/qml/component.qml [moved from doc/src/snippets/declarative/component.qml with 100% similarity]
doc/src/snippets/qml/componentCreation.js [moved from doc/src/snippets/declarative/componentCreation.js with 100% similarity]
doc/src/snippets/qml/createComponent-simple.qml [moved from doc/src/snippets/declarative/createComponent-simple.qml with 100% similarity]
doc/src/snippets/qml/createComponent.qml [moved from doc/src/snippets/declarative/createComponent.qml with 100% similarity]
doc/src/snippets/qml/createQmlObject.qml [moved from doc/src/snippets/declarative/createQmlObject.qml with 100% similarity]
doc/src/snippets/qml/drag.qml [moved from doc/src/snippets/declarative/drag.qml with 100% similarity]
doc/src/snippets/qml/dynamicObjects-destroy.qml [moved from doc/src/snippets/declarative/dynamicObjects-destroy.qml with 100% similarity]
doc/src/snippets/qml/events.qml [moved from doc/src/snippets/declarative/events.qml with 100% similarity]
doc/src/snippets/qml/flickable.qml [moved from doc/src/snippets/declarative/flickable.qml with 100% similarity]
doc/src/snippets/qml/flickableScrollbar.qml [moved from doc/src/snippets/declarative/flickableScrollbar.qml with 100% similarity]
doc/src/snippets/qml/flipable/flipable.qml [moved from doc/src/snippets/declarative/flipable/flipable.qml with 100% similarity]
doc/src/snippets/qml/flow.qml [moved from doc/src/snippets/declarative/flow.qml with 100% similarity]
doc/src/snippets/qml/focus/MyClickableWidget.qml [moved from doc/src/snippets/declarative/focus/MyClickableWidget.qml with 100% similarity]
doc/src/snippets/qml/focus/MyWidget.qml [moved from doc/src/snippets/declarative/focus/MyWidget.qml with 100% similarity]
doc/src/snippets/qml/focus/advancedFocus.qml [moved from doc/src/snippets/declarative/focus/advancedFocus.qml with 100% similarity]
doc/src/snippets/qml/focus/basicwidget.qml [moved from doc/src/snippets/declarative/focus/basicwidget.qml with 100% similarity]
doc/src/snippets/qml/focus/clickablewidget.qml [moved from doc/src/snippets/declarative/focus/clickablewidget.qml with 100% similarity]
doc/src/snippets/qml/focus/myfocusscopewidget.qml [moved from doc/src/snippets/declarative/focus/myfocusscopewidget.qml with 100% similarity]
doc/src/snippets/qml/focus/rectangle.qml [moved from doc/src/snippets/declarative/focus/rectangle.qml with 100% similarity]
doc/src/snippets/qml/focus/widget.qml [moved from doc/src/snippets/declarative/focus/widget.qml with 100% similarity]
doc/src/snippets/qml/folderlistmodel.qml [moved from doc/src/snippets/declarative/folderlistmodel.qml with 100% similarity]
doc/src/snippets/qml/gradient.qml [moved from doc/src/snippets/declarative/gradient.qml with 100% similarity]
doc/src/snippets/qml/grid-spacing.qml [moved from doc/src/snippets/declarative/grid/grid-spacing.qml with 100% similarity]
doc/src/snippets/qml/grid/grid-items.qml [moved from doc/src/snippets/declarative/grid/grid-items.qml with 100% similarity]
doc/src/snippets/qml/grid/grid-no-spacing.qml [moved from doc/src/snippets/declarative/grid/grid-no-spacing.qml with 100% similarity]
doc/src/snippets/qml/grid/grid-spacing.qml [moved from doc/src/snippets/declarative/grid-spacing.qml with 100% similarity]
doc/src/snippets/qml/grid/grid.qml [moved from doc/src/snippets/declarative/grid/grid.qml with 100% similarity]
doc/src/snippets/qml/gridview/ContactModel.qml [moved from doc/src/snippets/declarative/gridview/ContactModel.qml with 100% similarity]
doc/src/snippets/qml/gridview/gridview.qml [moved from doc/src/snippets/declarative/gridview/gridview.qml with 100% similarity]
doc/src/snippets/qml/image.qml [moved from doc/src/snippets/declarative/image.qml with 100% similarity]
doc/src/snippets/qml/imports/chart.qml [moved from doc/src/snippets/declarative/imports/chart.qml with 100% similarity]
doc/src/snippets/qml/imports/installed-module.qml [moved from doc/src/snippets/declarative/imports/installed-module.qml with 100% similarity]
doc/src/snippets/qml/imports/merged-named-imports.qml [moved from doc/src/snippets/declarative/imports/merged-named-imports.qml with 100% similarity]
doc/src/snippets/qml/imports/named-imports.qml [moved from doc/src/snippets/declarative/imports/named-imports.qml with 100% similarity]
doc/src/snippets/qml/imports/network-imports.qml [moved from doc/src/snippets/declarative/imports/network-imports.qml with 100% similarity]
doc/src/snippets/qml/imports/qtquick-1.0.qml [moved from doc/src/snippets/declarative/imports/qtquick-1.0.qml with 100% similarity]
doc/src/snippets/qml/imports/timeexample.qml [moved from doc/src/snippets/declarative/imports/timeexample.qml with 100% similarity]
doc/src/snippets/qml/integrating-javascript/connectjs.qml [moved from doc/src/snippets/declarative/integrating-javascript/connectjs.qml with 100% similarity]
doc/src/snippets/qml/integrating-javascript/includejs/app.qml [moved from doc/src/snippets/declarative/integrating-javascript/includejs/app.qml with 100% similarity]
doc/src/snippets/qml/integrating-javascript/includejs/factorial.js [moved from doc/src/snippets/declarative/integrating-javascript/includejs/factorial.js with 100% similarity]
doc/src/snippets/qml/integrating-javascript/includejs/script.js [moved from doc/src/snippets/declarative/integrating-javascript/includejs/script.js with 100% similarity]
doc/src/snippets/qml/integrating-javascript/scarceresources/avatarExample.cpp [new file with mode: 0644]
doc/src/snippets/qml/integrating-javascript/scarceresources/avatarExample.h [moved from doc/src/snippets/declarative/integrating-javascript/scarceresources/avatarExample.h with 100% similarity]
doc/src/snippets/qml/integrating-javascript/scarceresources/exampleFive.qml [moved from doc/src/snippets/declarative/integrating-javascript/scarceresources/exampleFive.qml with 100% similarity]
doc/src/snippets/qml/integrating-javascript/scarceresources/exampleFour.js [moved from doc/src/snippets/declarative/integrating-javascript/scarceresources/exampleFour.js with 100% similarity]
doc/src/snippets/qml/integrating-javascript/scarceresources/exampleFour.qml [moved from doc/src/snippets/declarative/integrating-javascript/scarceresources/exampleFour.qml with 100% similarity]
doc/src/snippets/qml/integrating-javascript/scarceresources/exampleOne.qml [moved from doc/src/snippets/declarative/integrating-javascript/scarceresources/exampleOne.qml with 100% similarity]
doc/src/snippets/qml/integrating-javascript/scarceresources/exampleThree.js [moved from doc/src/snippets/declarative/integrating-javascript/scarceresources/exampleThree.js with 100% similarity]
doc/src/snippets/qml/integrating-javascript/scarceresources/exampleThree.qml [moved from doc/src/snippets/declarative/integrating-javascript/scarceresources/exampleThree.qml with 100% similarity]
doc/src/snippets/qml/integrating-javascript/scarceresources/exampleTwo.qml [moved from doc/src/snippets/declarative/integrating-javascript/scarceresources/exampleTwo.qml with 100% similarity]
doc/src/snippets/qml/integrating-javascript/script.js [moved from doc/src/snippets/declarative/integrating-javascript/script.js with 100% similarity]
doc/src/snippets/qml/keynavigation.qml [moved from doc/src/snippets/declarative/keynavigation.qml with 100% similarity]
doc/src/snippets/qml/keys/keys-handler.qml [moved from doc/src/snippets/declarative/keys/keys-handler.qml with 100% similarity]
doc/src/snippets/qml/keys/keys-pressed.qml [moved from doc/src/snippets/declarative/keys/keys-pressed.qml with 100% similarity]
doc/src/snippets/qml/layoutmirroring.qml [moved from doc/src/snippets/declarative/layoutmirroring.qml with 100% similarity]
doc/src/snippets/qml/listmodel-modify.qml [moved from doc/src/snippets/declarative/listmodel-modify.qml with 100% similarity]
doc/src/snippets/qml/listmodel-nested.qml [moved from doc/src/snippets/declarative/listmodel-nested.qml with 100% similarity]
doc/src/snippets/qml/listmodel-simple.qml [moved from doc/src/snippets/declarative/listmodel-simple.qml with 100% similarity]
doc/src/snippets/qml/listmodel.qml [moved from doc/src/snippets/declarative/listmodel.qml with 100% similarity]
doc/src/snippets/qml/listview-decorations.qml [moved from doc/src/snippets/declarative/listview-decorations.qml with 100% similarity]
doc/src/snippets/qml/listview-sections.qml [moved from doc/src/snippets/declarative/listview-sections.qml with 100% similarity]
doc/src/snippets/qml/listview.qml [moved from doc/src/snippets/declarative/listview.qml with 100% similarity]
doc/src/snippets/qml/listview/ContactModel.qml [moved from doc/src/snippets/declarative/listview/ContactModel.qml with 100% similarity]
doc/src/snippets/qml/listview/listview-snippet.qml [moved from doc/src/snippets/declarative/listview/listview-snippet.qml with 100% similarity]
doc/src/snippets/qml/listview/listview.qml [moved from doc/src/snippets/declarative/listview/listview.qml with 100% similarity]
doc/src/snippets/qml/loader/KeyReader.qml [moved from doc/src/snippets/declarative/loader/KeyReader.qml with 100% similarity]
doc/src/snippets/qml/loader/MyItem.qml [moved from doc/src/snippets/declarative/loader/MyItem.qml with 100% similarity]
doc/src/snippets/qml/loader/connections.qml [moved from doc/src/snippets/declarative/loader/connections.qml with 100% similarity]
doc/src/snippets/qml/loader/focus.qml [moved from doc/src/snippets/declarative/loader/focus.qml with 100% similarity]
doc/src/snippets/qml/loader/simple.qml [moved from doc/src/snippets/declarative/loader/simple.qml with 100% similarity]
doc/src/snippets/qml/loader/sizeitem.qml [moved from doc/src/snippets/declarative/loader/sizeitem.qml with 100% similarity]
doc/src/snippets/qml/loader/sizeloader.qml [moved from doc/src/snippets/declarative/loader/sizeloader.qml with 100% similarity]
doc/src/snippets/qml/models/views-models-delegates.qml [moved from doc/src/snippets/declarative/models/views-models-delegates.qml with 100% similarity]
doc/src/snippets/qml/models/visual-model-and-view.qml [moved from doc/src/snippets/declarative/models/visual-model-and-view.qml with 100% similarity]
doc/src/snippets/qml/mousearea/mousearea-snippet.qml [moved from doc/src/snippets/declarative/mousearea/mousearea-snippet.qml with 100% similarity]
doc/src/snippets/qml/mousearea/mousearea.qml [moved from doc/src/snippets/declarative/mousearea/mousearea.qml with 100% similarity]
doc/src/snippets/qml/mousearea/mouseareadragfilter.qml [moved from doc/src/snippets/declarative/mousearea/mouseareadragfilter.qml with 100% similarity]
doc/src/snippets/qml/multipointtoucharea/multipointtoucharea.qml [moved from doc/src/snippets/declarative/multipointtoucharea/multipointtoucharea.qml with 100% similarity]
doc/src/snippets/qml/numberanimation.qml [moved from doc/src/snippets/declarative/numberanimation.qml with 100% similarity]
doc/src/snippets/qml/parallelanimation.qml [moved from doc/src/snippets/declarative/parallelanimation.qml with 100% similarity]
doc/src/snippets/qml/parentanimation.qml [moved from doc/src/snippets/declarative/parentanimation.qml with 100% similarity]
doc/src/snippets/qml/parentchange.qml [moved from doc/src/snippets/declarative/parentchange.qml with 100% similarity]
doc/src/snippets/qml/path/arcdirection.qml [moved from doc/src/snippets/declarative/path/arcdirection.qml with 100% similarity]
doc/src/snippets/qml/path/arcradius.qml [moved from doc/src/snippets/declarative/path/arcradius.qml with 100% similarity]
doc/src/snippets/qml/path/basicarc.qml [moved from doc/src/snippets/declarative/path/basicarc.qml with 100% similarity]
doc/src/snippets/qml/path/basiccurve.qml [moved from doc/src/snippets/declarative/path/basiccurve.qml with 100% similarity]
doc/src/snippets/qml/path/largearc.qml [moved from doc/src/snippets/declarative/path/largearc.qml with 100% similarity]
doc/src/snippets/qml/pathinterpolator.qml [moved from doc/src/snippets/declarative/pathinterpolator.qml with 100% similarity]
doc/src/snippets/qml/pathview/ContactModel.qml [moved from doc/src/snippets/declarative/pathview/ContactModel.qml with 100% similarity]
doc/src/snippets/qml/pathview/pathattributes.qml [moved from doc/src/snippets/declarative/pathview/pathattributes.qml with 100% similarity]
doc/src/snippets/qml/pathview/pathview.qml [moved from doc/src/snippets/declarative/pathview/pathview.qml with 100% similarity]
doc/src/snippets/qml/properties.qml [moved from doc/src/snippets/declarative/properties.qml with 100% similarity]
doc/src/snippets/qml/propertyaction-sequential.qml [moved from doc/src/snippets/declarative/propertyaction-sequential.qml with 100% similarity]
doc/src/snippets/qml/propertyaction.qml [moved from doc/src/snippets/declarative/propertyaction.qml with 100% similarity]
doc/src/snippets/qml/propertyanimation.qml [moved from doc/src/snippets/declarative/propertyanimation.qml with 100% similarity]
doc/src/snippets/qml/propertychanges.qml [moved from doc/src/snippets/declarative/propertychanges.qml with 100% similarity]
doc/src/snippets/qml/qml-data-models/dynamic-listmodel.qml [moved from doc/src/snippets/declarative/qml-data-models/dynamic-listmodel.qml with 100% similarity]
doc/src/snippets/qml/qml-data-models/listelements.qml [moved from doc/src/snippets/declarative/qml-data-models/listelements.qml with 100% similarity]
doc/src/snippets/qml/qml-data-models/listmodel-listview.qml [moved from doc/src/snippets/declarative/qml-data-models/listmodel-listview.qml with 100% similarity]
doc/src/snippets/qml/qml-documents/inline-component.qml [moved from doc/src/snippets/declarative/qml-documents/inline-component.qml with 100% similarity]
doc/src/snippets/qml/qml-documents/inline-text-component.qml [moved from doc/src/snippets/declarative/qml-documents/inline-text-component.qml with 100% similarity]
doc/src/snippets/qml/qml-documents/non-trivial.qml [moved from doc/src/snippets/declarative/qml-documents/non-trivial.qml with 100% similarity]
doc/src/snippets/qml/qml-documents/qmldocuments.qml [moved from doc/src/snippets/declarative/qml-documents/qmldocuments.qml with 100% similarity]
doc/src/snippets/qml/qml-intro/images/qt-logo.svg [moved from doc/src/snippets/declarative/qml-intro/images/qt-logo.svg with 100% similarity]
doc/src/snippets/qml/qtbinding/context-advanced/MyItem.qml [moved from doc/src/snippets/declarative/qtbinding/context-advanced/MyItem.qml with 100% similarity]
doc/src/snippets/qml/qtbinding/context-advanced/applicationdata.h [moved from doc/src/snippets/declarative/qtbinding/context-advanced/applicationdata.h with 100% similarity]
doc/src/snippets/qml/qtbinding/context-advanced/connections.qml [moved from doc/src/snippets/declarative/qtbinding/context-advanced/connections.qml with 100% similarity]
doc/src/snippets/qml/qtbinding/context-advanced/main.cpp [new file with mode: 0644]
doc/src/snippets/qml/qtbinding/context/MyItem.qml [moved from doc/src/snippets/declarative/qtbinding/context/MyItem.qml with 100% similarity]
doc/src/snippets/qml/qtbinding/context/main.cpp [new file with mode: 0644]
doc/src/snippets/qml/qtbinding/enums/imageviewer.h [new file with mode: 0644]
doc/src/snippets/qml/qtbinding/enums/standalone.qml [moved from doc/src/snippets/declarative/qtbinding/enums/standalone.qml with 100% similarity]
doc/src/snippets/qml/qtbinding/functions-cpp/MyItem.qml [moved from doc/src/snippets/declarative/qtbinding/functions-cpp/MyItem.qml with 100% similarity]
doc/src/snippets/qml/qtbinding/functions-cpp/main.cpp [new file with mode: 0644]
doc/src/snippets/qml/qtbinding/functions-cpp/myclass.h [moved from doc/src/snippets/declarative/qtbinding/functions-cpp/myclass.h with 100% similarity]
doc/src/snippets/qml/qtbinding/functions-qml/MyItem.qml [moved from doc/src/snippets/declarative/qtbinding/functions-qml/MyItem.qml with 100% similarity]
doc/src/snippets/qml/qtbinding/functions-qml/main.cpp [new file with mode: 0644]
doc/src/snippets/qml/qtbinding/loading/MyItem.qml [moved from doc/src/snippets/declarative/qtbinding/loading/MyItem.qml with 100% similarity]
doc/src/snippets/qml/qtbinding/loading/main.cpp [new file with mode: 0644]
doc/src/snippets/qml/qtbinding/newelements/imageviewer.h [new file with mode: 0644]
doc/src/snippets/qml/qtbinding/newelements/main.cpp [new file with mode: 0644]
doc/src/snippets/qml/qtbinding/newelements/standalone.qml [moved from doc/src/snippets/declarative/qtbinding/newelements/standalone.qml with 100% similarity]
doc/src/snippets/qml/qtbinding/properties-cpp/MyItem.qml [moved from doc/src/snippets/declarative/qtbinding/properties-cpp/MyItem.qml with 100% similarity]
doc/src/snippets/qml/qtbinding/properties-cpp/applicationdata.h [moved from doc/src/snippets/declarative/qtbinding/properties-cpp/applicationdata.h with 100% similarity]
doc/src/snippets/qml/qtbinding/properties-qml/MyItem.qml [moved from doc/src/snippets/declarative/qtbinding/properties-qml/MyItem.qml with 100% similarity]
doc/src/snippets/qml/qtbinding/properties-qml/main.cpp [new file with mode: 0644]
doc/src/snippets/qml/qtbinding/resources/example.qrc [moved from doc/src/snippets/declarative/qtbinding/resources/example.qrc with 100% similarity]
doc/src/snippets/qml/qtbinding/resources/main.cpp [new file with mode: 0644]
doc/src/snippets/qml/qtbinding/resources/main.qml [moved from doc/src/snippets/declarative/qtbinding/resources/main.qml with 100% similarity]
doc/src/snippets/qml/qtbinding/resources/resources.pro [new file with mode: 0644]
doc/src/snippets/qml/qtbinding/signals-cpp/MyItem.qml [moved from doc/src/snippets/declarative/qtbinding/signals-cpp/MyItem.qml with 100% similarity]
doc/src/snippets/qml/qtbinding/signals-cpp/imageviewer.h [new file with mode: 0644]
doc/src/snippets/qml/qtbinding/signals-cpp/main.cpp [new file with mode: 0644]
doc/src/snippets/qml/qtbinding/signals-cpp/standalone.qml [moved from doc/src/snippets/declarative/qtbinding/signals-cpp/standalone.qml with 100% similarity]
doc/src/snippets/qml/qtbinding/signals-qml/MyItem.qml [moved from doc/src/snippets/declarative/qtbinding/signals-qml/MyItem.qml with 100% similarity]
doc/src/snippets/qml/qtbinding/signals-qml/main.cpp [new file with mode: 0644]
doc/src/snippets/qml/qtbinding/signals-qml/myclass.h [moved from doc/src/snippets/declarative/qtbinding/signals-qml/myclass.h with 100% similarity]
doc/src/snippets/qml/qtbinding/variantlistmap/MyItem.qml [moved from doc/src/snippets/declarative/qtbinding/variantlistmap/MyItem.qml with 100% similarity]
doc/src/snippets/qml/qtbinding/variantlistmap/main.cpp [new file with mode: 0644]
doc/src/snippets/qml/qtobject.qml [moved from doc/src/snippets/declarative/qtobject.qml with 100% similarity]
doc/src/snippets/qml/rectangle/rect-border-width.qml [moved from doc/src/snippets/declarative/rectangle/rect-border-width.qml with 100% similarity]
doc/src/snippets/qml/rectangle/rectangle-colors.qml [moved from doc/src/snippets/declarative/rectangle/rectangle-colors.qml with 100% similarity]
doc/src/snippets/qml/rectangle/rectangle-gradient.qml [moved from doc/src/snippets/declarative/rectangle/rectangle-gradient.qml with 100% similarity]
doc/src/snippets/qml/rectangle/rectangle.qml [moved from doc/src/snippets/declarative/rectangle/rectangle.qml with 100% similarity]
doc/src/snippets/qml/repeaters/repeater-grid-index.qml [moved from doc/src/snippets/declarative/repeaters/repeater-grid-index.qml with 100% similarity]
doc/src/snippets/qml/repeaters/repeater.qml [moved from doc/src/snippets/declarative/repeaters/repeater.qml with 100% similarity]
doc/src/snippets/qml/reusablecomponents/Button.qml [moved from doc/src/snippets/declarative/reusablecomponents/Button.qml with 100% similarity]
doc/src/snippets/qml/reusablecomponents/application.qml [moved from doc/src/snippets/declarative/reusablecomponents/application.qml with 100% similarity]
doc/src/snippets/qml/reusablecomponents/component.qml [moved from doc/src/snippets/declarative/reusablecomponents/component.qml with 100% similarity]
doc/src/snippets/qml/reusablecomponents/focusbutton.qml [moved from doc/src/snippets/declarative/reusablecomponents/focusbutton.qml with 100% similarity]
doc/src/snippets/qml/reusablecomponents/qmldir [moved from doc/src/snippets/declarative/reusablecomponents/qmldir with 100% similarity]
doc/src/snippets/qml/righttoleft.qml [moved from doc/src/snippets/declarative/righttoleft.qml with 100% similarity]
doc/src/snippets/qml/righttoleft/Child.qml [moved from doc/src/snippets/declarative/righttoleft/Child.qml with 100% similarity]
doc/src/snippets/qml/rotation.qml [moved from doc/src/snippets/declarative/rotation.qml with 100% similarity]
doc/src/snippets/qml/rotationanimation.qml [moved from doc/src/snippets/declarative/rotationanimation.qml with 100% similarity]
doc/src/snippets/qml/row.qml [moved from doc/src/snippets/declarative/row.qml with 100% similarity]
doc/src/snippets/qml/row/row.qml [moved from doc/src/snippets/declarative/row/row.qml with 100% similarity]
doc/src/snippets/qml/script.js [moved from doc/src/snippets/declarative/script.js with 100% similarity]
doc/src/snippets/qml/sequentialanimation.qml [moved from doc/src/snippets/declarative/sequentialanimation.qml with 100% similarity]
doc/src/snippets/qml/smoothedanimation.qml [moved from doc/src/snippets/declarative/smoothedanimation.qml with 100% similarity]
doc/src/snippets/qml/springanimation.qml [moved from doc/src/snippets/declarative/springanimation.qml with 100% similarity]
doc/src/snippets/qml/state-when.qml [moved from doc/src/snippets/declarative/state-when.qml with 100% similarity]
doc/src/snippets/qml/state.qml [moved from doc/src/snippets/declarative/state.qml with 100% similarity]
doc/src/snippets/qml/states.qml [moved from doc/src/snippets/declarative/states.qml with 100% similarity]
doc/src/snippets/qml/states/statechangescript.qml [moved from doc/src/snippets/declarative/states/statechangescript.qml with 100% similarity]
doc/src/snippets/qml/systempalette.qml [moved from doc/src/snippets/declarative/systempalette.qml with 100% similarity]
doc/src/snippets/qml/text/onLinkActivated.qml [new file with mode: 0644]
doc/src/snippets/qml/texthandling.qml [moved from doc/src/snippets/declarative/texthandling.qml with 100% similarity]
doc/src/snippets/qml/transition-from-to-modified.qml [moved from doc/src/snippets/declarative/transition-from-to-modified.qml with 100% similarity]
doc/src/snippets/qml/transition-from-to.qml [moved from doc/src/snippets/declarative/transition-from-to.qml with 100% similarity]
doc/src/snippets/qml/transition-reversible.qml [moved from doc/src/snippets/declarative/transition-reversible.qml with 100% similarity]
doc/src/snippets/qml/transition.qml [moved from doc/src/snippets/declarative/transition.qml with 100% similarity]
doc/src/snippets/qml/transitions-list.qml [moved from doc/src/snippets/declarative/transitions-list.qml with 100% similarity]
doc/src/snippets/qml/viewtransitions/viewtransitions-basic.qml [moved from doc/src/snippets/declarative/viewtransitions/viewtransitions-basic.qml with 100% similarity]
doc/src/snippets/qml/viewtransitions/viewtransitions-delayedbyindex.qml [moved from doc/src/snippets/declarative/viewtransitions/viewtransitions-delayedbyindex.qml with 100% similarity]
doc/src/snippets/qml/viewtransitions/viewtransitions-intermediatemove.qml [moved from doc/src/snippets/declarative/viewtransitions/viewtransitions-intermediatemove.qml with 100% similarity]
doc/src/snippets/qml/viewtransitions/viewtransitions-interruptedgood.qml [moved from doc/src/snippets/declarative/viewtransitions/viewtransitions-interruptedgood.qml with 100% similarity]
doc/src/snippets/qml/viewtransitions/viewtransitions-pathanim.qml [moved from doc/src/snippets/declarative/viewtransitions/viewtransitions-pathanim.qml with 100% similarity]
doc/src/snippets/qml/viewtransitions/viewtransitions-scriptactionbad.qml [moved from doc/src/snippets/declarative/viewtransitions/viewtransitions-scriptactionbad.qml with 100% similarity]
doc/src/snippets/qml/viewtransitions/viewtransitions-scriptactiongood.qml [moved from doc/src/snippets/declarative/viewtransitions/viewtransitions-scriptactiongood.qml with 100% similarity]
doc/src/snippets/qml/visualdatagroup.qml [moved from doc/src/snippets/declarative/visualdatagroup.qml with 100% similarity]
doc/src/snippets/qml/visualdatamodel.qml [moved from doc/src/snippets/declarative/visualdatamodel.qml with 100% similarity]
doc/src/snippets/qml/visualdatamodel_rootindex/main.cpp [new file with mode: 0644]
doc/src/snippets/qml/visualdatamodel_rootindex/view.qml [moved from doc/src/snippets/declarative/visualdatamodel_rootindex/view.qml with 100% similarity]
doc/src/snippets/qml/workerscript.qml [moved from doc/src/snippets/declarative/workerscript.qml with 100% similarity]
doc/src/snippets/qml/xmlrole.qml [moved from doc/src/snippets/declarative/xmlrole.qml with 100% similarity]
doc/src/snippets/qml/xmlrole.xml [moved from doc/src/snippets/declarative/xmlrole.xml with 100% similarity]
doc/src/snippets/qtjavascript/evaluation/main.cpp
doc/src/snippets/qtjavascript/registeringobjects/main.cpp
doc/src/snippets/qtjavascript/registeringvalues/main.cpp
doc/src/whatsnew.qdoc
examples/declarative/accessibility/accessibility.qml [deleted file]
examples/declarative/accessibility/widgets/Button.qml [deleted file]
examples/declarative/calculator/calculator.qml [deleted file]
examples/declarative/calculator/content/Button.qml [deleted file]
examples/declarative/calculator/content/Display.qml [deleted file]
examples/declarative/canvas/stockchart/plugin.cpp [deleted file]
examples/declarative/canvas/stockchart/stockchart.pro [deleted file]
examples/declarative/cppextensions/imageprovider/imageprovider.cpp [deleted file]
examples/declarative/cppextensions/imageprovider/imageprovider.pro [deleted file]
examples/declarative/cppextensions/networkaccessmanagerfactory/main.cpp [deleted file]
examples/declarative/cppextensions/networkaccessmanagerfactory/networkaccessmanagerfactory.pro [deleted file]
examples/declarative/cppextensions/plugins/plugin.cpp [deleted file]
examples/declarative/cppextensions/plugins/plugins.pro [deleted file]
examples/declarative/cppextensions/referenceexamples/adding/adding.pro [deleted file]
examples/declarative/cppextensions/referenceexamples/adding/main.cpp [deleted file]
examples/declarative/cppextensions/referenceexamples/attached/attached.pro [deleted file]
examples/declarative/cppextensions/referenceexamples/attached/birthdayparty.cpp [deleted file]
examples/declarative/cppextensions/referenceexamples/attached/birthdayparty.h [deleted file]
examples/declarative/cppextensions/referenceexamples/attached/main.cpp [deleted file]
examples/declarative/cppextensions/referenceexamples/binding/binding.pro [deleted file]
examples/declarative/cppextensions/referenceexamples/binding/birthdayparty.cpp [deleted file]
examples/declarative/cppextensions/referenceexamples/binding/birthdayparty.h [deleted file]
examples/declarative/cppextensions/referenceexamples/binding/happybirthdaysong.cpp [deleted file]
examples/declarative/cppextensions/referenceexamples/binding/happybirthdaysong.h [deleted file]
examples/declarative/cppextensions/referenceexamples/binding/main.cpp [deleted file]
examples/declarative/cppextensions/referenceexamples/coercion/birthdayparty.cpp [deleted file]
examples/declarative/cppextensions/referenceexamples/coercion/birthdayparty.h [deleted file]
examples/declarative/cppextensions/referenceexamples/coercion/coercion.pro [deleted file]
examples/declarative/cppextensions/referenceexamples/coercion/main.cpp [deleted file]
examples/declarative/cppextensions/referenceexamples/default/birthdayparty.cpp [deleted file]
examples/declarative/cppextensions/referenceexamples/default/birthdayparty.h [deleted file]
examples/declarative/cppextensions/referenceexamples/default/default.pro [deleted file]
examples/declarative/cppextensions/referenceexamples/default/main.cpp [deleted file]
examples/declarative/cppextensions/referenceexamples/extended/extended.pro [deleted file]
examples/declarative/cppextensions/referenceexamples/extended/lineedit.cpp [deleted file]
examples/declarative/cppextensions/referenceexamples/extended/main.cpp [deleted file]
examples/declarative/cppextensions/referenceexamples/grouped/birthdayparty.cpp [deleted file]
examples/declarative/cppextensions/referenceexamples/grouped/birthdayparty.h [deleted file]
examples/declarative/cppextensions/referenceexamples/grouped/grouped.pro [deleted file]
examples/declarative/cppextensions/referenceexamples/grouped/main.cpp [deleted file]
examples/declarative/cppextensions/referenceexamples/methods/birthdayparty.cpp [deleted file]
examples/declarative/cppextensions/referenceexamples/methods/birthdayparty.h [deleted file]
examples/declarative/cppextensions/referenceexamples/methods/main.cpp [deleted file]
examples/declarative/cppextensions/referenceexamples/methods/methods.pro [deleted file]
examples/declarative/cppextensions/referenceexamples/properties/birthdayparty.cpp [deleted file]
examples/declarative/cppextensions/referenceexamples/properties/birthdayparty.h [deleted file]
examples/declarative/cppextensions/referenceexamples/properties/main.cpp [deleted file]
examples/declarative/cppextensions/referenceexamples/properties/properties.pro [deleted file]
examples/declarative/cppextensions/referenceexamples/signal/birthdayparty.cpp [deleted file]
examples/declarative/cppextensions/referenceexamples/signal/birthdayparty.h [deleted file]
examples/declarative/cppextensions/referenceexamples/signal/main.cpp [deleted file]
examples/declarative/cppextensions/referenceexamples/signal/signal.pro [deleted file]
examples/declarative/cppextensions/referenceexamples/valuesource/birthdayparty.cpp [deleted file]
examples/declarative/cppextensions/referenceexamples/valuesource/birthdayparty.h [deleted file]
examples/declarative/cppextensions/referenceexamples/valuesource/happybirthdaysong.cpp [deleted file]
examples/declarative/cppextensions/referenceexamples/valuesource/happybirthdaysong.h [deleted file]
examples/declarative/cppextensions/referenceexamples/valuesource/main.cpp [deleted file]
examples/declarative/cppextensions/referenceexamples/valuesource/valuesource.pro [deleted file]
examples/declarative/declarative.pro [deleted file]
examples/declarative/flickr/content/Button.qml [deleted file]
examples/declarative/flickr/content/GridDelegate.qml [deleted file]
examples/declarative/flickr/content/ImageDetails.qml [deleted file]
examples/declarative/flickr/content/ListDelegate.qml [deleted file]
examples/declarative/flickr/content/Progress.qml [deleted file]
examples/declarative/flickr/content/RssModel.qml [deleted file]
examples/declarative/flickr/content/ScrollBar.qml [deleted file]
examples/declarative/flickr/content/Slider.qml [deleted file]
examples/declarative/flickr/content/TitleBar.qml [deleted file]
examples/declarative/flickr/content/ToolBar.qml [deleted file]
examples/declarative/flickr/content/UnifiedDelegate.qml [deleted file]
examples/declarative/flickr/flickr-90.qml [deleted file]
examples/declarative/flickr/flickr.qml [deleted file]
examples/declarative/minehunt/MinehuntCore/Explosion.qml [deleted file]
examples/declarative/minehunt/MinehuntCore/Tile.qml [deleted file]
examples/declarative/minehunt/main.cpp [deleted file]
examples/declarative/minehunt/minehunt.cpp [deleted file]
examples/declarative/minehunt/minehunt.h [deleted file]
examples/declarative/minehunt/minehunt.pro [deleted file]
examples/declarative/minehunt/minehunt.qml [deleted file]
examples/declarative/modelviews/abstractitemmodel/abstractitemmodel.pro [deleted file]
examples/declarative/modelviews/abstractitemmodel/main.cpp [deleted file]
examples/declarative/modelviews/listview/content/ToggleButton.qml [deleted file]
examples/declarative/modelviews/objectlistmodel/main.cpp [deleted file]
examples/declarative/modelviews/objectlistmodel/objectlistmodel.pro [deleted file]
examples/declarative/modelviews/stringlistmodel/main.cpp [deleted file]
examples/declarative/modelviews/stringlistmodel/stringlistmodel.pro [deleted file]
examples/declarative/openglunderqml/openglunderqml.pro [deleted file]
examples/declarative/painteditem/smile/main.cpp [deleted file]
examples/declarative/painteditem/smile/smile.pro [deleted file]
examples/declarative/painteditem/textballoons/TextBalloonPlugin/plugin.h [deleted file]
examples/declarative/painteditem/textballoons/textballoons.pro [deleted file]
examples/declarative/particles/plasmapatrol/content/BlasterHardpoint.qml [deleted file]
examples/declarative/particles/plasmapatrol/content/Button.qml [deleted file]
examples/declarative/particles/plasmapatrol/content/CannonHardpoint.qml [deleted file]
examples/declarative/particles/plasmapatrol/content/ChoiceBox.qml [deleted file]
examples/declarative/particles/plasmapatrol/content/Cruiser.qml [deleted file]
examples/declarative/particles/plasmapatrol/content/Frigate.qml [deleted file]
examples/declarative/particles/plasmapatrol/content/Hardpoint.qml [deleted file]
examples/declarative/particles/plasmapatrol/content/HelpScreens.qml [deleted file]
examples/declarative/particles/plasmapatrol/content/LaserHardpoint.qml [deleted file]
examples/declarative/particles/plasmapatrol/content/PlasmaPatrolParticles.qml [deleted file]
examples/declarative/particles/plasmapatrol/content/SequentialLoader.qml [deleted file]
examples/declarative/particles/plasmapatrol/content/Ship.qml [deleted file]
examples/declarative/particles/plasmapatrol/content/Sloop.qml [deleted file]
examples/declarative/particles/plasmapatrol/plasmapatrol.qml [deleted file]
examples/declarative/photoviewer/PhotoViewerCore/AlbumDelegate.qml [deleted file]
examples/declarative/photoviewer/PhotoViewerCore/BusyIndicator.qml [deleted file]
examples/declarative/photoviewer/PhotoViewerCore/Button.qml [deleted file]
examples/declarative/photoviewer/PhotoViewerCore/EditableButton.qml [deleted file]
examples/declarative/photoviewer/PhotoViewerCore/PhotoDelegate.qml [deleted file]
examples/declarative/photoviewer/PhotoViewerCore/ProgressBar.qml [deleted file]
examples/declarative/photoviewer/PhotoViewerCore/RssModel.qml [deleted file]
examples/declarative/photoviewer/PhotoViewerCore/Tag.qml [deleted file]
examples/declarative/photoviewer/photoviewer.qml [deleted file]
examples/declarative/rssnews/content/BusyIndicator.qml [deleted file]
examples/declarative/rssnews/content/CategoryDelegate.qml [deleted file]
examples/declarative/rssnews/content/NewsDelegate.qml [deleted file]
examples/declarative/rssnews/content/RssFeeds.qml [deleted file]
examples/declarative/rssnews/content/ScrollBar.qml [deleted file]
examples/declarative/rssnews/rssnews.qml [deleted file]
examples/declarative/samegame/content/BoomBlock.qml [deleted file]
examples/declarative/samegame/content/Button.qml [deleted file]
examples/declarative/samegame/content/Dialog.qml [deleted file]
examples/declarative/samegame/content/GameArea.qml [deleted file]
examples/declarative/samegame/content/NameInputDialog.qml [deleted file]
examples/declarative/samegame/samegame.qml [deleted file]
examples/declarative/script/shell/main.cpp [deleted file]
examples/declarative/script/shell/shell.pro [deleted file]
examples/declarative/snake/content/Button.qml [deleted file]
examples/declarative/snake/content/Cookie.qml [deleted file]
examples/declarative/snake/content/HighScoreModel.qml [deleted file]
examples/declarative/snake/content/Link.qml [deleted file]
examples/declarative/snake/content/Skull.qml [deleted file]
examples/declarative/snake/snake.qml [deleted file]
examples/declarative/tutorials/extending/chapter1-basics/chapter1-basics.pro [deleted file]
examples/declarative/tutorials/extending/chapter2-methods/chapter2-methods.pro [deleted file]
examples/declarative/tutorials/extending/chapter3-bindings/chapter3-bindings.pro [deleted file]
examples/declarative/tutorials/extending/chapter4-customPropertyTypes/chapter4-customPropertyTypes.pro [deleted file]
examples/declarative/tutorials/extending/chapter5-listproperties/chapter5-listproperties.pro [deleted file]
examples/declarative/tutorials/extending/chapter5-listproperties/piechart.cpp [deleted file]
examples/declarative/tutorials/extending/chapter5-listproperties/piechart.h [deleted file]
examples/declarative/tutorials/extending/chapter6-plugins/chapter6-plugins.pro [deleted file]
examples/declarative/tutorials/extending/chapter6-plugins/chartsplugin.cpp [deleted file]
examples/declarative/tutorials/extending/chapter6-plugins/chartsplugin.h [deleted file]
examples/declarative/tutorials/extending/chapter6-plugins/piechart.cpp [deleted file]
examples/declarative/tutorials/extending/chapter6-plugins/piechart.h [deleted file]
examples/declarative/twitter/TwitterCore/Button.qml [deleted file]
examples/declarative/twitter/TwitterCore/FatDelegate.qml [deleted file]
examples/declarative/twitter/TwitterCore/Input.qml [deleted file]
examples/declarative/twitter/TwitterCore/Loading.qml [deleted file]
examples/declarative/twitter/TwitterCore/MultiTitleBar.qml [deleted file]
examples/declarative/twitter/TwitterCore/RssModel.qml [deleted file]
examples/declarative/twitter/TwitterCore/SearchView.qml [deleted file]
examples/declarative/twitter/TwitterCore/TitleBar.qml [deleted file]
examples/declarative/twitter/TwitterCore/ToolBar.qml [deleted file]
examples/declarative/twitter/TwitterCore/UserModel.qml [deleted file]
examples/declarative/twitter/twitter.qml [deleted file]
examples/declarative/window/window.cpp [deleted file]
examples/declarative/window/window.pro [deleted file]
examples/embedded/qmlcalculator/deployment.pri
examples/embedded/qmlcalculator/qmlcalculator.cpp
examples/embedded/qmlcalculator/qmlcalculator.pro
examples/embedded/qmlclocks/deployment.pri
examples/embedded/qmlclocks/qmlclocks.cpp
examples/embedded/qmlclocks/qmlclocks.pro
examples/embedded/qmldialcontrol/deployment.pri
examples/embedded/qmldialcontrol/qmldialcontrol.cpp
examples/embedded/qmldialcontrol/qmldialcontrol.pro
examples/embedded/qmleasing/deployment.pri
examples/embedded/qmleasing/qmleasing.cpp
examples/embedded/qmleasing/qmleasing.pro
examples/embedded/qmlflickr/deployment.pri
examples/embedded/qmlflickr/qmlflickr.cpp
examples/embedded/qmlflickr/qmlflickr.pro
examples/embedded/qmlphotoviewer/deployment.pri
examples/embedded/qmlphotoviewer/qmlphotoviewer.cpp
examples/embedded/qmlphotoviewer/qmlphotoviewer.pro
examples/embedded/qmltwitter/deployment.pri
examples/embedded/qmltwitter/qmltwitter.cpp
examples/embedded/qmltwitter/qmltwitter.pro
examples/examples.pro
examples/qml/README [moved from examples/declarative/README with 100% similarity]
examples/qml/accessibility/accessibility.qml [new file with mode: 0644]
examples/qml/accessibility/widgets/Button.qml [new file with mode: 0644]
examples/qml/animation/animation.qml [moved from examples/declarative/animation/animation.qml with 100% similarity]
examples/qml/animation/animation.qmlproject [moved from examples/declarative/animation/animation.qmlproject with 100% similarity]
examples/qml/animation/basics/color-animation.qml [moved from examples/declarative/animation/basics/color-animation.qml with 100% similarity]
examples/qml/animation/basics/images/face-smile.png [moved from examples/declarative/toys/dynamicscene/content/images/face-smile.png with 100% similarity]
examples/qml/animation/basics/images/moon.png [moved from examples/declarative/animation/basics/images/moon.png with 100% similarity]
examples/qml/animation/basics/images/shadow.png [moved from examples/declarative/modelviews/parallax/content/pics/shadow.png with 100% similarity]
examples/qml/animation/basics/images/star.png [moved from examples/declarative/toys/dynamicscene/content/images/star.png with 100% similarity]
examples/qml/animation/basics/images/sun.png [moved from examples/declarative/toys/dynamicscene/content/images/sun.png with 100% similarity]
examples/qml/animation/basics/property-animation.qml [moved from examples/declarative/animation/basics/property-animation.qml with 100% similarity]
examples/qml/animation/behaviors/SideRect.qml [moved from examples/declarative/animation/behaviors/SideRect.qml with 100% similarity]
examples/qml/animation/behaviors/behavior-example.qml [moved from examples/declarative/animation/behaviors/behavior-example.qml with 100% similarity]
examples/qml/animation/behaviors/wigglytext.qml [moved from examples/declarative/animation/behaviors/wigglytext.qml with 100% similarity]
examples/qml/animation/easing/content/QuitButton.qml [moved from examples/declarative/ui-components/dialcontrol/content/QuitButton.qml with 100% similarity]
examples/qml/animation/easing/content/quit.png [moved from examples/declarative/ui-components/dialcontrol/content/quit.png with 100% similarity]
examples/qml/animation/easing/easing.qml [moved from examples/declarative/animation/easing/easing.qml with 100% similarity]
examples/qml/animation/pathanimation/pathanimation.qml [moved from examples/declarative/animation/pathanimation/pathanimation.qml with 100% similarity]
examples/qml/animation/pathinterpolator/pathinterpolator.qml [moved from examples/declarative/animation/pathinterpolator/pathinterpolator.qml with 100% similarity]
examples/qml/animation/states/qt-logo.png [moved from tests/auto/qtquick2/qdeclarativestates/data/Implementation/images/qt-logo.png with 100% similarity]
examples/qml/animation/states/states.qml [moved from examples/declarative/animation/states/states.qml with 100% similarity]
examples/qml/animation/states/transitions.qml [moved from examples/declarative/animation/states/transitions.qml with 100% similarity]
examples/qml/calculator/calculator.qml [new file with mode: 0644]
examples/qml/calculator/content/Button.qml [new file with mode: 0644]
examples/qml/calculator/content/Display.qml [new file with mode: 0644]
examples/qml/calculator/content/calculator.js [moved from examples/declarative/calculator/content/calculator.js with 100% similarity]
examples/qml/calculator/content/images/button-.png [moved from examples/declarative/calculator/content/images/button-.png with 100% similarity]
examples/qml/calculator/content/images/button-blue.png [moved from examples/declarative/calculator/content/images/button-blue.png with 100% similarity]
examples/qml/calculator/content/images/button-green.png [moved from examples/declarative/calculator/content/images/button-green.png with 100% similarity]
examples/qml/calculator/content/images/button-purple.png [moved from examples/declarative/calculator/content/images/button-purple.png with 100% similarity]
examples/qml/calculator/content/images/button-red.png [moved from examples/declarative/calculator/content/images/button-red.png with 100% similarity]
examples/qml/calculator/content/images/display.png [moved from examples/declarative/calculator/content/images/display.png with 100% similarity]
examples/qml/calculator/content/qmldir [moved from examples/declarative/calculator/content/qmldir with 100% similarity]
examples/qml/canvas/bezierCurve/bezierCurve.qml [moved from examples/declarative/canvas/bezierCurve/bezierCurve.qml with 100% similarity]
examples/qml/canvas/clip/clip.qml [moved from examples/declarative/canvas/clip/clip.qml with 100% similarity]
examples/qml/canvas/contents/Button.qml [moved from examples/declarative/canvas/contents/Button.qml with 100% similarity]
examples/qml/canvas/contents/ScrollBar.qml [moved from examples/declarative/canvas/contents/ScrollBar.qml with 100% similarity]
examples/qml/canvas/contents/Slider.qml [moved from examples/declarative/canvas/contents/Slider.qml with 100% similarity]
examples/qml/canvas/contents/Stocks.qml [moved from examples/declarative/canvas/contents/Stocks.qml with 100% similarity]
examples/qml/canvas/contents/TitleBar.qml [moved from examples/declarative/canvas/contents/TitleBar.qml with 100% similarity]
examples/qml/canvas/contents/ToolBar.qml [moved from examples/declarative/canvas/contents/ToolBar.qml with 100% similarity]
examples/qml/canvas/contents/images/button-pressed.png [moved from examples/declarative/canvas/contents/images/button-pressed.png with 100% similarity]
examples/qml/canvas/contents/images/button.png [moved from examples/declarative/canvas/contents/images/button.png with 100% similarity]
examples/qml/canvas/contents/images/default.svg [moved from examples/declarative/canvas/contents/images/default.svg with 100% similarity]
examples/qml/canvas/contents/images/gloss.png [moved from examples/declarative/twitter/TwitterCore/images/gloss.png with 100% similarity, mode: 0755]
examples/qml/canvas/contents/images/lineedit.png [moved from examples/declarative/twitter/TwitterCore/images/lineedit.png with 100% similarity, mode: 0755]
examples/qml/canvas/contents/images/lineedit.sci [moved from examples/declarative/twitter/TwitterCore/images/lineedit.sci with 100% similarity]
examples/qml/canvas/contents/images/quit.png [moved from examples/declarative/twitter/TwitterCore/images/quit.png with 100% similarity, mode: 0755]
examples/qml/canvas/contents/images/stripes.png [moved from examples/declarative/twitter/TwitterCore/images/stripes.png with 100% similarity, mode: 0755]
examples/qml/canvas/contents/images/titlebar.png [moved from examples/declarative/twitter/TwitterCore/images/titlebar.png with 100% similarity, mode: 0755]
examples/qml/canvas/contents/images/titlebar.sci [moved from examples/declarative/twitter/TwitterCore/images/titlebar.sci with 100% similarity]
examples/qml/canvas/contents/images/toolbutton.png [moved from examples/declarative/twitter/TwitterCore/images/toolbutton.png with 100% similarity, mode: 0755]
examples/qml/canvas/contents/images/toolbutton.sci [moved from examples/declarative/twitter/TwitterCore/images/toolbutton.sci with 100% similarity]
examples/qml/canvas/contents/qt-logo.png [moved from examples/declarative/canvas/contents/qt-logo.png with 100% similarity]
examples/qml/canvas/quadraticCurveTo/quadraticCurveTo.qml [moved from examples/declarative/canvas/quadraticCurveTo/quadraticCurveTo.qml with 100% similarity]
examples/qml/canvas/roundedrect/roundedrect.qml [moved from examples/declarative/canvas/roundedrect/roundedrect.qml with 100% similarity]
examples/qml/canvas/smile/smile.qml [moved from examples/declarative/canvas/smile/smile.qml with 100% similarity]
examples/qml/canvas/squircle/squircle.png [moved from examples/declarative/canvas/squircle/squircle.png with 100% similarity]
examples/qml/canvas/squircle/squircle.qml [moved from examples/declarative/canvas/squircle/squircle.qml with 100% similarity]
examples/qml/canvas/stockchart/README [moved from examples/declarative/canvas/stockchart/README with 100% similarity]
examples/qml/canvas/stockchart/com/nokia/StockChartExample/qmldir [moved from examples/declarative/canvas/stockchart/com/nokia/StockChartExample/qmldir with 100% similarity]
examples/qml/canvas/stockchart/model.cpp [moved from examples/declarative/canvas/stockchart/model.cpp with 100% similarity]
examples/qml/canvas/stockchart/model.h [moved from examples/declarative/canvas/stockchart/model.h with 100% similarity]
examples/qml/canvas/stockchart/plugin.cpp [new file with mode: 0644]
examples/qml/canvas/stockchart/stock.qml [moved from examples/declarative/canvas/stockchart/stock.qml with 100% similarity]
examples/qml/canvas/stockchart/stockchart.pro [new file with mode: 0644]
examples/qml/canvas/tiger/tiger.js [moved from examples/declarative/canvas/tiger/tiger.js with 100% similarity]
examples/qml/canvas/tiger/tiger.qml [moved from examples/declarative/canvas/tiger/tiger.qml with 100% similarity]
examples/qml/canvas/twitterfriends/TwitterUser.qml [moved from examples/declarative/canvas/twitterfriends/TwitterUser.qml with 100% similarity]
examples/qml/canvas/twitterfriends/cache.js [moved from examples/declarative/canvas/twitterfriends/cache.js with 100% similarity]
examples/qml/canvas/twitterfriends/twitter.qml [moved from examples/declarative/canvas/twitterfriends/twitter.qml with 100% similarity]
examples/qml/cppextensions/cppextensions.pro [moved from examples/declarative/cppextensions/cppextensions.pro with 100% similarity]
examples/qml/cppextensions/cppextensions.qmlproject [moved from examples/declarative/cppextensions/cppextensions.qmlproject with 100% similarity]
examples/qml/cppextensions/imageprovider/ImageProviderCore/qmldir [moved from examples/declarative/cppextensions/imageprovider/ImageProviderCore/qmldir with 100% similarity]
examples/qml/cppextensions/imageprovider/imageprovider-example.qml [moved from examples/declarative/cppextensions/imageprovider/imageprovider-example.qml with 100% similarity]
examples/qml/cppextensions/imageprovider/imageprovider.cpp [new file with mode: 0644]
examples/qml/cppextensions/imageprovider/imageprovider.pro [new file with mode: 0644]
examples/qml/cppextensions/imageprovider/imageprovider.qmlproject [moved from examples/declarative/cppextensions/imageprovider/imageprovider.qmlproject with 100% similarity]
examples/qml/cppextensions/networkaccessmanagerfactory/main.cpp [new file with mode: 0644]
examples/qml/cppextensions/networkaccessmanagerfactory/networkaccessmanagerfactory.pro [new file with mode: 0644]
examples/qml/cppextensions/networkaccessmanagerfactory/networkaccessmanagerfactory.qmlproject [moved from examples/declarative/cppextensions/networkaccessmanagerfactory/networkaccessmanagerfactory.qmlproject with 100% similarity]
examples/qml/cppextensions/networkaccessmanagerfactory/networkaccessmanagerfactory.qrc [moved from examples/declarative/cppextensions/networkaccessmanagerfactory/networkaccessmanagerfactory.qrc with 100% similarity]
examples/qml/cppextensions/networkaccessmanagerfactory/view.qml [moved from examples/declarative/cppextensions/networkaccessmanagerfactory/view.qml with 100% similarity]
examples/qml/cppextensions/plugins/README [moved from examples/declarative/cppextensions/plugins/README with 100% similarity]
examples/qml/cppextensions/plugins/com/nokia/TimeExample/Clock.qml [moved from examples/declarative/cppextensions/plugins/com/nokia/TimeExample/Clock.qml with 100% similarity]
examples/qml/cppextensions/plugins/com/nokia/TimeExample/center.png [moved from examples/declarative/toys/clocks/content/center.png with 100% similarity]
examples/qml/cppextensions/plugins/com/nokia/TimeExample/clock.png [moved from examples/declarative/toys/clocks/content/clock.png with 100% similarity]
examples/qml/cppextensions/plugins/com/nokia/TimeExample/hour.png [moved from examples/declarative/toys/clocks/content/hour.png with 100% similarity]
examples/qml/cppextensions/plugins/com/nokia/TimeExample/minute.png [moved from examples/declarative/toys/clocks/content/minute.png with 100% similarity]
examples/qml/cppextensions/plugins/com/nokia/TimeExample/qmldir [moved from examples/declarative/cppextensions/plugins/com/nokia/TimeExample/qmldir with 100% similarity]
examples/qml/cppextensions/plugins/plugin.cpp [new file with mode: 0644]
examples/qml/cppextensions/plugins/plugins.pro [new file with mode: 0644]
examples/qml/cppextensions/plugins/plugins.qml [moved from examples/declarative/cppextensions/plugins/plugins.qml with 100% similarity]
examples/qml/cppextensions/plugins/plugins.qmlproject [moved from examples/declarative/cppextensions/plugins/plugins.qmlproject with 100% similarity]
examples/qml/cppextensions/referenceexamples/adding/adding.pro [new file with mode: 0644]
examples/qml/cppextensions/referenceexamples/adding/adding.qrc [moved from examples/declarative/cppextensions/referenceexamples/adding/adding.qrc with 100% similarity]
examples/qml/cppextensions/referenceexamples/adding/example.qml [moved from examples/declarative/cppextensions/referenceexamples/adding/example.qml with 100% similarity]
examples/qml/cppextensions/referenceexamples/adding/main.cpp [new file with mode: 0644]
examples/qml/cppextensions/referenceexamples/adding/person.cpp [moved from examples/declarative/cppextensions/referenceexamples/adding/person.cpp with 100% similarity]
examples/qml/cppextensions/referenceexamples/adding/person.h [moved from examples/declarative/cppextensions/referenceexamples/adding/person.h with 100% similarity]
examples/qml/cppextensions/referenceexamples/attached/attached.pro [new file with mode: 0644]
examples/qml/cppextensions/referenceexamples/attached/attached.qrc [moved from examples/declarative/cppextensions/referenceexamples/attached/attached.qrc with 100% similarity]
examples/qml/cppextensions/referenceexamples/attached/birthdayparty.cpp [new file with mode: 0644]
examples/qml/cppextensions/referenceexamples/attached/birthdayparty.h [new file with mode: 0644]
examples/qml/cppextensions/referenceexamples/attached/example.qml [moved from examples/declarative/cppextensions/referenceexamples/attached/example.qml with 100% similarity]
examples/qml/cppextensions/referenceexamples/attached/main.cpp [new file with mode: 0644]
examples/qml/cppextensions/referenceexamples/attached/person.cpp [moved from examples/declarative/cppextensions/referenceexamples/valuesource/person.cpp with 100% similarity]
examples/qml/cppextensions/referenceexamples/attached/person.h [moved from examples/declarative/cppextensions/referenceexamples/valuesource/person.h with 100% similarity]
examples/qml/cppextensions/referenceexamples/binding/binding.pro [new file with mode: 0644]
examples/qml/cppextensions/referenceexamples/binding/binding.qrc [moved from examples/declarative/cppextensions/referenceexamples/binding/binding.qrc with 100% similarity]
examples/qml/cppextensions/referenceexamples/binding/birthdayparty.cpp [new file with mode: 0644]
examples/qml/cppextensions/referenceexamples/binding/birthdayparty.h [new file with mode: 0644]
examples/qml/cppextensions/referenceexamples/binding/example.qml [moved from examples/declarative/cppextensions/referenceexamples/binding/example.qml with 100% similarity]
examples/qml/cppextensions/referenceexamples/binding/happybirthdaysong.cpp [new file with mode: 0644]
examples/qml/cppextensions/referenceexamples/binding/happybirthdaysong.h [new file with mode: 0644]
examples/qml/cppextensions/referenceexamples/binding/main.cpp [new file with mode: 0644]
examples/qml/cppextensions/referenceexamples/binding/person.cpp [moved from examples/declarative/cppextensions/referenceexamples/binding/person.cpp with 100% similarity]
examples/qml/cppextensions/referenceexamples/binding/person.h [moved from examples/declarative/cppextensions/referenceexamples/binding/person.h with 100% similarity]
examples/qml/cppextensions/referenceexamples/coercion/birthdayparty.cpp [new file with mode: 0644]
examples/qml/cppextensions/referenceexamples/coercion/birthdayparty.h [new file with mode: 0644]
examples/qml/cppextensions/referenceexamples/coercion/coercion.pro [new file with mode: 0644]
examples/qml/cppextensions/referenceexamples/coercion/coercion.qrc [moved from examples/declarative/cppextensions/referenceexamples/coercion/coercion.qrc with 100% similarity]
examples/qml/cppextensions/referenceexamples/coercion/example.qml [moved from examples/declarative/cppextensions/referenceexamples/coercion/example.qml with 100% similarity]
examples/qml/cppextensions/referenceexamples/coercion/main.cpp [new file with mode: 0644]
examples/qml/cppextensions/referenceexamples/coercion/person.cpp [moved from examples/declarative/cppextensions/referenceexamples/coercion/person.cpp with 100% similarity]
examples/qml/cppextensions/referenceexamples/coercion/person.h [moved from examples/declarative/cppextensions/referenceexamples/coercion/person.h with 100% similarity]
examples/qml/cppextensions/referenceexamples/default/birthdayparty.cpp [new file with mode: 0644]
examples/qml/cppextensions/referenceexamples/default/birthdayparty.h [new file with mode: 0644]
examples/qml/cppextensions/referenceexamples/default/default.pro [new file with mode: 0644]
examples/qml/cppextensions/referenceexamples/default/default.qrc [moved from examples/declarative/cppextensions/referenceexamples/default/default.qrc with 100% similarity]
examples/qml/cppextensions/referenceexamples/default/example.qml [moved from examples/declarative/cppextensions/referenceexamples/default/example.qml with 100% similarity]
examples/qml/cppextensions/referenceexamples/default/main.cpp [new file with mode: 0644]
examples/qml/cppextensions/referenceexamples/default/person.cpp [moved from examples/declarative/cppextensions/referenceexamples/default/person.cpp with 100% similarity]
examples/qml/cppextensions/referenceexamples/default/person.h [moved from examples/declarative/cppextensions/referenceexamples/default/person.h with 100% similarity]
examples/qml/cppextensions/referenceexamples/extended/example.qml [moved from examples/declarative/cppextensions/referenceexamples/extended/example.qml with 100% similarity]
examples/qml/cppextensions/referenceexamples/extended/extended.pro [new file with mode: 0644]
examples/qml/cppextensions/referenceexamples/extended/extended.qrc [moved from examples/declarative/cppextensions/referenceexamples/extended/extended.qrc with 100% similarity]
examples/qml/cppextensions/referenceexamples/extended/lineedit.cpp [new file with mode: 0644]
examples/qml/cppextensions/referenceexamples/extended/lineedit.h [moved from examples/declarative/cppextensions/referenceexamples/extended/lineedit.h with 100% similarity]
examples/qml/cppextensions/referenceexamples/extended/main.cpp [new file with mode: 0644]
examples/qml/cppextensions/referenceexamples/grouped/birthdayparty.cpp [new file with mode: 0644]
examples/qml/cppextensions/referenceexamples/grouped/birthdayparty.h [new file with mode: 0644]
examples/qml/cppextensions/referenceexamples/grouped/example.qml [moved from examples/declarative/cppextensions/referenceexamples/grouped/example.qml with 100% similarity]
examples/qml/cppextensions/referenceexamples/grouped/grouped.pro [new file with mode: 0644]
examples/qml/cppextensions/referenceexamples/grouped/grouped.qrc [moved from examples/declarative/cppextensions/referenceexamples/grouped/grouped.qrc with 100% similarity]
examples/qml/cppextensions/referenceexamples/grouped/main.cpp [new file with mode: 0644]
examples/qml/cppextensions/referenceexamples/grouped/person.cpp [moved from examples/declarative/cppextensions/referenceexamples/signal/person.cpp with 100% similarity]
examples/qml/cppextensions/referenceexamples/grouped/person.h [moved from examples/declarative/cppextensions/referenceexamples/grouped/person.h with 100% similarity]
examples/qml/cppextensions/referenceexamples/methods/birthdayparty.cpp [new file with mode: 0644]
examples/qml/cppextensions/referenceexamples/methods/birthdayparty.h [new file with mode: 0644]
examples/qml/cppextensions/referenceexamples/methods/example.qml [moved from examples/declarative/cppextensions/referenceexamples/methods/example.qml with 100% similarity]
examples/qml/cppextensions/referenceexamples/methods/main.cpp [new file with mode: 0644]
examples/qml/cppextensions/referenceexamples/methods/methods.pro [new file with mode: 0644]
examples/qml/cppextensions/referenceexamples/methods/methods.qrc [moved from examples/declarative/cppextensions/referenceexamples/methods/methods.qrc with 100% similarity]
examples/qml/cppextensions/referenceexamples/methods/person.cpp [moved from examples/declarative/cppextensions/referenceexamples/properties/person.cpp with 100% similarity]
examples/qml/cppextensions/referenceexamples/methods/person.h [moved from examples/declarative/cppextensions/referenceexamples/properties/person.h with 100% similarity]
examples/qml/cppextensions/referenceexamples/properties/birthdayparty.cpp [new file with mode: 0644]
examples/qml/cppextensions/referenceexamples/properties/birthdayparty.h [new file with mode: 0644]
examples/qml/cppextensions/referenceexamples/properties/example.qml [moved from examples/declarative/cppextensions/referenceexamples/properties/example.qml with 100% similarity]
examples/qml/cppextensions/referenceexamples/properties/main.cpp [new file with mode: 0644]
examples/qml/cppextensions/referenceexamples/properties/person.cpp [moved from examples/declarative/cppextensions/referenceexamples/methods/person.cpp with 100% similarity]
examples/qml/cppextensions/referenceexamples/properties/person.h [moved from examples/declarative/cppextensions/referenceexamples/methods/person.h with 100% similarity]
examples/qml/cppextensions/referenceexamples/properties/properties.pro [new file with mode: 0644]
examples/qml/cppextensions/referenceexamples/properties/properties.qrc [moved from examples/declarative/cppextensions/referenceexamples/properties/properties.qrc with 100% similarity]
examples/qml/cppextensions/referenceexamples/referenceexamples.pro [moved from examples/declarative/cppextensions/referenceexamples/referenceexamples.pro with 100% similarity]
examples/qml/cppextensions/referenceexamples/referenceexamples.qmlproject [moved from examples/declarative/cppextensions/referenceexamples/referenceexamples.qmlproject with 100% similarity]
examples/qml/cppextensions/referenceexamples/signal/birthdayparty.cpp [new file with mode: 0644]
examples/qml/cppextensions/referenceexamples/signal/birthdayparty.h [new file with mode: 0644]
examples/qml/cppextensions/referenceexamples/signal/example.qml [moved from examples/declarative/cppextensions/referenceexamples/signal/example.qml with 100% similarity]
examples/qml/cppextensions/referenceexamples/signal/main.cpp [new file with mode: 0644]
examples/qml/cppextensions/referenceexamples/signal/person.cpp [moved from examples/declarative/cppextensions/referenceexamples/grouped/person.cpp with 100% similarity]
examples/qml/cppextensions/referenceexamples/signal/person.h [moved from examples/declarative/cppextensions/referenceexamples/signal/person.h with 100% similarity]
examples/qml/cppextensions/referenceexamples/signal/signal.pro [new file with mode: 0644]
examples/qml/cppextensions/referenceexamples/signal/signal.qrc [moved from examples/declarative/cppextensions/referenceexamples/signal/signal.qrc with 100% similarity]
examples/qml/cppextensions/referenceexamples/valuesource/birthdayparty.cpp [new file with mode: 0644]
examples/qml/cppextensions/referenceexamples/valuesource/birthdayparty.h [new file with mode: 0644]
examples/qml/cppextensions/referenceexamples/valuesource/example.qml [moved from examples/declarative/cppextensions/referenceexamples/valuesource/example.qml with 100% similarity]
examples/qml/cppextensions/referenceexamples/valuesource/happybirthdaysong.cpp [new file with mode: 0644]
examples/qml/cppextensions/referenceexamples/valuesource/happybirthdaysong.h [new file with mode: 0644]
examples/qml/cppextensions/referenceexamples/valuesource/main.cpp [new file with mode: 0644]
examples/qml/cppextensions/referenceexamples/valuesource/person.cpp [moved from examples/declarative/cppextensions/referenceexamples/attached/person.cpp with 100% similarity]
examples/qml/cppextensions/referenceexamples/valuesource/person.h [moved from examples/declarative/cppextensions/referenceexamples/attached/person.h with 100% similarity]
examples/qml/cppextensions/referenceexamples/valuesource/valuesource.pro [new file with mode: 0644]
examples/qml/cppextensions/referenceexamples/valuesource/valuesource.qrc [moved from examples/declarative/cppextensions/referenceexamples/valuesource/valuesource.qrc with 100% similarity]
examples/qml/draganddrop/dragtarget.qmlproject [moved from examples/declarative/draganddrop/dragtarget.qmlproject with 100% similarity]
examples/qml/draganddrop/tiles/DragTile.qml [moved from examples/declarative/draganddrop/tiles/DragTile.qml with 100% similarity]
examples/qml/draganddrop/tiles/DropTile.qml [moved from examples/declarative/draganddrop/tiles/DropTile.qml with 100% similarity]
examples/qml/draganddrop/tiles/tiles.qml [moved from examples/declarative/draganddrop/tiles/tiles.qml with 100% similarity]
examples/qml/draganddrop/views/gridview.qml [moved from examples/declarative/draganddrop/views/gridview.qml with 100% similarity]
examples/qml/flickr/content/Button.qml [new file with mode: 0644]
examples/qml/flickr/content/GridDelegate.qml [new file with mode: 0644]
examples/qml/flickr/content/ImageDetails.qml [new file with mode: 0644]
examples/qml/flickr/content/ListDelegate.qml [new file with mode: 0644]
examples/qml/flickr/content/Progress.qml [new file with mode: 0644]
examples/qml/flickr/content/RssModel.qml [new file with mode: 0644]
examples/qml/flickr/content/ScrollBar.qml [new file with mode: 0644]
examples/qml/flickr/content/Slider.qml [new file with mode: 0644]
examples/qml/flickr/content/TitleBar.qml [new file with mode: 0644]
examples/qml/flickr/content/ToolBar.qml [new file with mode: 0644]
examples/qml/flickr/content/UnifiedDelegate.qml [new file with mode: 0644]
examples/qml/flickr/content/images/gloss.png [moved from examples/declarative/flickr/content/images/gloss.png with 100% similarity]
examples/qml/flickr/content/images/lineedit.png [moved from examples/declarative/flickr/content/images/lineedit.png with 100% similarity]
examples/qml/flickr/content/images/lineedit.sci [moved from examples/declarative/flickr/content/images/lineedit.sci with 100% similarity]
examples/qml/flickr/content/images/noise.png [moved from examples/declarative/flickr/content/images/noise.png with 100% similarity]
examples/qml/flickr/content/images/particle.png [moved from examples/declarative/flickr/content/images/particle.png with 100% similarity]
examples/qml/flickr/content/images/quit.png [moved from examples/declarative/flickr/content/images/quit.png with 100% similarity]
examples/qml/flickr/content/images/squareParticle.png [moved from examples/declarative/flickr/content/images/squareParticle.png with 100% similarity]
examples/qml/flickr/content/images/stripes.png [moved from examples/declarative/flickr/content/images/stripes.png with 100% similarity]
examples/qml/flickr/content/images/titlebar.png [moved from examples/declarative/flickr/content/images/titlebar.png with 100% similarity]
examples/qml/flickr/content/images/titlebar.sci [moved from examples/declarative/flickr/content/images/titlebar.sci with 100% similarity]
examples/qml/flickr/content/images/toolbutton.png [moved from examples/declarative/flickr/content/images/toolbutton.png with 100% similarity]
examples/qml/flickr/content/images/toolbutton.sci [moved from examples/declarative/flickr/content/images/toolbutton.sci with 100% similarity]
examples/qml/flickr/content/qmldir [moved from examples/declarative/flickr/content/qmldir with 100% similarity]
examples/qml/flickr/flickr-90.qml [new file with mode: 0644]
examples/qml/flickr/flickr.qml [new file with mode: 0644]
examples/qml/flickr/flickr.qmlproject [moved from examples/declarative/flickr/flickr.qmlproject with 100% similarity]
examples/qml/i18n/i18n.qml [moved from examples/declarative/i18n/i18n.qml with 100% similarity]
examples/qml/i18n/i18n/base.ts [moved from examples/declarative/i18n/i18n/base.ts with 100% similarity]
examples/qml/i18n/i18n/qml_en_AU.ts [moved from examples/declarative/i18n/i18n/qml_en_AU.ts with 100% similarity]
examples/qml/i18n/i18n/qml_fr.ts [moved from examples/declarative/i18n/i18n/qml_fr.ts with 100% similarity]
examples/qml/imageelements/borderimage.qml [moved from examples/declarative/imageelements/borderimage.qml with 100% similarity]
examples/qml/imageelements/content/BearSheet.png [moved from examples/declarative/imageelements/content/BearSheet.png with 100% similarity]
examples/qml/imageelements/content/ImageCell.qml [moved from examples/declarative/imageelements/content/ImageCell.qml with 100% similarity]
examples/qml/imageelements/content/MyBorderImage.qml [moved from examples/declarative/imageelements/content/MyBorderImage.qml with 100% similarity]
examples/qml/imageelements/content/ShadowRectangle.qml [moved from examples/declarative/imageelements/content/ShadowRectangle.qml with 100% similarity]
examples/qml/imageelements/content/bw.png [moved from examples/declarative/imageelements/content/bw.png with 100% similarity]
examples/qml/imageelements/content/colors-round.sci [moved from examples/declarative/imageelements/content/colors-round.sci with 100% similarity]
examples/qml/imageelements/content/colors-stretch.sci [moved from examples/declarative/imageelements/content/colors-stretch.sci with 100% similarity]
examples/qml/imageelements/content/colors.png [moved from tests/auto/qtquick2/qquickimage/data/colors.png with 100% similarity]
examples/qml/imageelements/content/qt-logo.png [moved from examples/declarative/keyinteraction/focus/Core/images/qt-logo.png with 100% similarity]
examples/qml/imageelements/content/shadow.png [moved from examples/declarative/imageelements/content/shadow.png with 100% similarity]
examples/qml/imageelements/content/speaker.png [moved from examples/declarative/imageelements/content/speaker.png with 100% similarity]
examples/qml/imageelements/image.qml [moved from examples/declarative/imageelements/image.qml with 100% similarity]
examples/qml/imageelements/imageelements.qml [moved from examples/declarative/imageelements/imageelements.qml with 100% similarity]
examples/qml/imageelements/imageelements.qmlproject [moved from examples/declarative/imageelements/imageelements.qmlproject with 100% similarity]
examples/qml/imageelements/shadows.qml [moved from examples/declarative/imageelements/shadows.qml with 100% similarity]
examples/qml/imageelements/simplesprite.qml [moved from examples/declarative/imageelements/simplesprite.qml with 100% similarity]
examples/qml/imageelements/spriteimage.qml [moved from examples/declarative/imageelements/spriteimage.qml with 100% similarity]
examples/qml/keyinteraction/focus/Core/ContextMenu.qml [moved from examples/declarative/keyinteraction/focus/Core/ContextMenu.qml with 100% similarity]
examples/qml/keyinteraction/focus/Core/GridMenu.qml [moved from examples/declarative/keyinteraction/focus/Core/GridMenu.qml with 100% similarity]
examples/qml/keyinteraction/focus/Core/ListMenu.qml [moved from examples/declarative/keyinteraction/focus/Core/ListMenu.qml with 100% similarity]
examples/qml/keyinteraction/focus/Core/ListViewDelegate.qml [moved from examples/declarative/keyinteraction/focus/Core/ListViewDelegate.qml with 100% similarity]
examples/qml/keyinteraction/focus/Core/images/arrow.png [moved from examples/declarative/keyinteraction/focus/Core/images/arrow.png with 100% similarity]
examples/qml/keyinteraction/focus/Core/images/qt-logo.png [moved from examples/declarative/imageelements/content/qt-logo.png with 100% similarity]
examples/qml/keyinteraction/focus/focus.qml [moved from examples/declarative/keyinteraction/focus/focus.qml with 100% similarity]
examples/qml/locale/locale.qml [moved from examples/declarative/locale/locale.qml with 100% similarity]
examples/qml/minehunt/MinehuntCore/Explosion.qml [new file with mode: 0644]
examples/qml/minehunt/MinehuntCore/Tile.qml [new file with mode: 0644]
examples/qml/minehunt/MinehuntCore/pics/back.png [moved from examples/declarative/minehunt/MinehuntCore/pics/back.png with 100% similarity]
examples/qml/minehunt/MinehuntCore/pics/background.png [moved from examples/declarative/samegame/content/pics/background.png with 100% similarity]
examples/qml/minehunt/MinehuntCore/pics/bomb-color.png [moved from examples/declarative/minehunt/MinehuntCore/pics/bomb-color.png with 100% similarity]
examples/qml/minehunt/MinehuntCore/pics/bomb.png [moved from examples/declarative/minehunt/MinehuntCore/pics/bomb.png with 100% similarity]
examples/qml/minehunt/MinehuntCore/pics/face-sad.png [moved from examples/declarative/minehunt/MinehuntCore/pics/face-sad.png with 100% similarity]
examples/qml/minehunt/MinehuntCore/pics/face-smile-big.png [moved from examples/declarative/minehunt/MinehuntCore/pics/face-smile-big.png with 100% similarity]
examples/qml/minehunt/MinehuntCore/pics/face-smile.png [moved from examples/declarative/shadereffects/content/face-smile.png with 100% similarity]
examples/qml/minehunt/MinehuntCore/pics/flag-color.png [moved from examples/declarative/minehunt/MinehuntCore/pics/flag-color.png with 100% similarity]
examples/qml/minehunt/MinehuntCore/pics/flag.png [moved from examples/declarative/minehunt/MinehuntCore/pics/flag.png with 100% similarity]
examples/qml/minehunt/MinehuntCore/pics/front.png [moved from examples/declarative/minehunt/MinehuntCore/pics/front.png with 100% similarity]
examples/qml/minehunt/MinehuntCore/pics/quit.png [moved from examples/declarative/toys/clocks/content/quit.png with 100% similarity]
examples/qml/minehunt/MinehuntCore/pics/star.png [moved from examples/declarative/minehunt/MinehuntCore/pics/star.png with 100% similarity]
examples/qml/minehunt/MinehuntCore/qmldir [moved from examples/declarative/minehunt/MinehuntCore/qmldir with 100% similarity]
examples/qml/minehunt/README [moved from examples/declarative/minehunt/README with 100% similarity]
examples/qml/minehunt/main.cpp [new file with mode: 0644]
examples/qml/minehunt/minehunt.cpp [new file with mode: 0644]
examples/qml/minehunt/minehunt.h [new file with mode: 0644]
examples/qml/minehunt/minehunt.pro [new file with mode: 0644]
examples/qml/minehunt/minehunt.qml [new file with mode: 0644]
examples/qml/minehunt/minehunt.qmlproject [moved from examples/declarative/minehunt/minehunt.qmlproject with 100% similarity]
examples/qml/minehunt/minehunt.qrc [moved from examples/declarative/minehunt/minehunt.qrc with 100% similarity]
examples/qml/modelviews/abstractitemmodel/abstractitemmodel.pro [new file with mode: 0644]
examples/qml/modelviews/abstractitemmodel/abstractitemmodel.qrc [moved from examples/declarative/modelviews/abstractitemmodel/abstractitemmodel.qrc with 100% similarity]
examples/qml/modelviews/abstractitemmodel/main.cpp [new file with mode: 0644]
examples/qml/modelviews/abstractitemmodel/model.cpp [moved from examples/declarative/modelviews/abstractitemmodel/model.cpp with 100% similarity]
examples/qml/modelviews/abstractitemmodel/model.h [moved from examples/declarative/modelviews/abstractitemmodel/model.h with 100% similarity]
examples/qml/modelviews/abstractitemmodel/view.qml [moved from examples/declarative/modelviews/abstractitemmodel/view.qml with 100% similarity]
examples/qml/modelviews/gridview/gridview-example.qml [moved from examples/declarative/modelviews/gridview/gridview-example.qml with 100% similarity]
examples/qml/modelviews/gridview/pics/AddressBook_48.png [moved from examples/declarative/modelviews/pathview/pics/AddressBook_48.png with 100% similarity]
examples/qml/modelviews/gridview/pics/AudioPlayer_48.png [moved from examples/declarative/modelviews/pathview/pics/AudioPlayer_48.png with 100% similarity]
examples/qml/modelviews/gridview/pics/Camera_48.png [moved from examples/declarative/modelviews/pathview/pics/Camera_48.png with 100% similarity]
examples/qml/modelviews/gridview/pics/DateBook_48.png [moved from examples/declarative/modelviews/pathview/pics/DateBook_48.png with 100% similarity]
examples/qml/modelviews/gridview/pics/EMail_48.png [moved from examples/declarative/modelviews/pathview/pics/EMail_48.png with 100% similarity]
examples/qml/modelviews/gridview/pics/TodoList_48.png [moved from examples/declarative/modelviews/pathview/pics/TodoList_48.png with 100% similarity]
examples/qml/modelviews/gridview/pics/VideoPlayer_48.png [moved from examples/declarative/modelviews/pathview/pics/VideoPlayer_48.png with 100% similarity]
examples/qml/modelviews/listview/content/PetsModel.qml [moved from examples/declarative/tutorials/dynamicview/dynamicview4/PetsModel.qml with 100% similarity]
examples/qml/modelviews/listview/content/PressAndHoldButton.qml [moved from examples/declarative/modelviews/listview/content/PressAndHoldButton.qml with 100% similarity]
examples/qml/modelviews/listview/content/RecipesModel.qml [moved from examples/declarative/modelviews/listview/content/RecipesModel.qml with 100% similarity]
examples/qml/modelviews/listview/content/TextButton.qml [moved from examples/declarative/modelviews/listview/content/TextButton.qml with 100% similarity]
examples/qml/modelviews/listview/content/ToggleButton.qml [new file with mode: 0644]
examples/qml/modelviews/listview/content/pics/arrow-down.png [moved from examples/declarative/modelviews/listview/content/pics/arrow-down.png with 100% similarity]
examples/qml/modelviews/listview/content/pics/arrow-up.png [moved from examples/declarative/modelviews/listview/content/pics/arrow-up.png with 100% similarity]
examples/qml/modelviews/listview/content/pics/fruit-salad.jpg [moved from examples/declarative/modelviews/listview/content/pics/fruit-salad.jpg with 100% similarity]
examples/qml/modelviews/listview/content/pics/hamburger.jpg [moved from examples/declarative/modelviews/listview/content/pics/hamburger.jpg with 100% similarity]
examples/qml/modelviews/listview/content/pics/lemonade.jpg [moved from examples/declarative/modelviews/listview/content/pics/lemonade.jpg with 100% similarity]
examples/qml/modelviews/listview/content/pics/list-delete.png [moved from examples/declarative/modelviews/listview/content/pics/list-delete.png with 100% similarity]
examples/qml/modelviews/listview/content/pics/minus-sign.png [moved from examples/declarative/modelviews/listview/content/pics/minus-sign.png with 100% similarity]
examples/qml/modelviews/listview/content/pics/moreDown.png [moved from examples/declarative/modelviews/listview/content/pics/moreDown.png with 100% similarity]
examples/qml/modelviews/listview/content/pics/moreUp.png [moved from examples/declarative/modelviews/listview/content/pics/moreUp.png with 100% similarity]
examples/qml/modelviews/listview/content/pics/pancakes.jpg [moved from examples/declarative/modelviews/listview/content/pics/pancakes.jpg with 100% similarity]
examples/qml/modelviews/listview/content/pics/plus-sign.png [moved from examples/declarative/modelviews/listview/content/pics/plus-sign.png with 100% similarity]
examples/qml/modelviews/listview/content/pics/vegetable-soup.jpg [moved from examples/declarative/modelviews/listview/content/pics/vegetable-soup.jpg with 100% similarity]
examples/qml/modelviews/listview/dynamiclist.qml [moved from examples/declarative/modelviews/listview/dynamiclist.qml with 100% similarity]
examples/qml/modelviews/listview/expandingdelegates.qml [moved from examples/declarative/modelviews/listview/expandingdelegates.qml with 100% similarity]
examples/qml/modelviews/listview/highlight.qml [moved from examples/declarative/modelviews/listview/highlight.qml with 100% similarity]
examples/qml/modelviews/listview/highlightranges.qml [moved from examples/declarative/modelviews/listview/highlightranges.qml with 100% similarity]
examples/qml/modelviews/listview/sections.qml [moved from examples/declarative/modelviews/listview/sections.qml with 100% similarity]
examples/qml/modelviews/modelviews.pro [moved from examples/declarative/modelviews/modelviews.pro with 100% similarity]
examples/qml/modelviews/modelviews.qml [moved from examples/declarative/modelviews/modelviews.qml with 100% similarity]
examples/qml/modelviews/modelviews.qmlproject [moved from examples/declarative/modelviews/modelviews.qmlproject with 100% similarity]
examples/qml/modelviews/objectlistmodel/dataobject.cpp [moved from examples/declarative/modelviews/objectlistmodel/dataobject.cpp with 100% similarity]
examples/qml/modelviews/objectlistmodel/dataobject.h [moved from examples/declarative/modelviews/objectlistmodel/dataobject.h with 100% similarity]
examples/qml/modelviews/objectlistmodel/main.cpp [new file with mode: 0644]
examples/qml/modelviews/objectlistmodel/objectlistmodel.pro [new file with mode: 0644]
examples/qml/modelviews/objectlistmodel/objectlistmodel.qmlproject [moved from examples/declarative/modelviews/objectlistmodel/objectlistmodel.qmlproject with 100% similarity]
examples/qml/modelviews/objectlistmodel/objectlistmodel.qrc [moved from examples/declarative/modelviews/objectlistmodel/objectlistmodel.qrc with 100% similarity]
examples/qml/modelviews/objectlistmodel/view.qml [moved from examples/declarative/modelviews/objectlistmodel/view.qml with 100% similarity]
examples/qml/modelviews/package/Delegate.qml [moved from examples/declarative/particles/itemparticle/content/Delegate.qml with 100% similarity]
examples/qml/modelviews/package/view.qml [moved from examples/declarative/modelviews/package/view.qml with 100% similarity]
examples/qml/modelviews/parallax/content/ParallaxView.qml [moved from examples/declarative/modelviews/parallax/content/ParallaxView.qml with 100% similarity]
examples/qml/modelviews/parallax/content/Smiley.qml [moved from examples/declarative/modelviews/parallax/content/Smiley.qml with 100% similarity]
examples/qml/modelviews/parallax/content/pics/background.jpg [moved from examples/declarative/modelviews/parallax/content/pics/background.jpg with 100% similarity]
examples/qml/modelviews/parallax/content/pics/face-smile.png [moved from examples/declarative/modelviews/parallax/content/pics/face-smile.png with 100% similarity]
examples/qml/modelviews/parallax/content/pics/home-page.png [moved from examples/declarative/modelviews/parallax/content/pics/home-page.png with 100% similarity]
examples/qml/modelviews/parallax/content/pics/home-page.svg [moved from examples/declarative/modelviews/parallax/content/pics/home-page.svg with 100% similarity]
examples/qml/modelviews/parallax/content/pics/shadow.png [moved from examples/declarative/animation/basics/images/shadow.png with 100% similarity]
examples/qml/modelviews/parallax/content/pics/yast-joystick.png [moved from examples/declarative/modelviews/parallax/content/pics/yast-joystick.png with 100% similarity]
examples/qml/modelviews/parallax/content/pics/yast-wol.png [moved from examples/declarative/modelviews/parallax/content/pics/yast-wol.png with 100% similarity]
examples/qml/modelviews/parallax/parallax.qml [moved from examples/declarative/modelviews/parallax/parallax.qml with 100% similarity]
examples/qml/modelviews/pathview/pathview-example.qml [moved from examples/declarative/modelviews/pathview/pathview-example.qml with 100% similarity]
examples/qml/modelviews/pathview/pics/AddressBook_48.png [moved from examples/declarative/modelviews/gridview/pics/AddressBook_48.png with 100% similarity]
examples/qml/modelviews/pathview/pics/AudioPlayer_48.png [moved from examples/declarative/modelviews/gridview/pics/AudioPlayer_48.png with 100% similarity]
examples/qml/modelviews/pathview/pics/Camera_48.png [moved from examples/declarative/modelviews/gridview/pics/Camera_48.png with 100% similarity]
examples/qml/modelviews/pathview/pics/DateBook_48.png [moved from examples/declarative/modelviews/gridview/pics/DateBook_48.png with 100% similarity]
examples/qml/modelviews/pathview/pics/EMail_48.png [moved from examples/declarative/modelviews/gridview/pics/EMail_48.png with 100% similarity]
examples/qml/modelviews/pathview/pics/TodoList_48.png [moved from examples/declarative/modelviews/gridview/pics/TodoList_48.png with 100% similarity]
examples/qml/modelviews/pathview/pics/VideoPlayer_48.png [moved from examples/declarative/modelviews/gridview/pics/VideoPlayer_48.png with 100% similarity]
examples/qml/modelviews/stringlistmodel/main.cpp [new file with mode: 0644]
examples/qml/modelviews/stringlistmodel/stringlistmodel.pro [new file with mode: 0644]
examples/qml/modelviews/stringlistmodel/stringlistmodel.qrc [moved from examples/declarative/modelviews/stringlistmodel/stringlistmodel.qrc with 100% similarity]
examples/qml/modelviews/stringlistmodel/view.qml [moved from examples/declarative/modelviews/stringlistmodel/view.qml with 100% similarity]
examples/qml/modelviews/visualdatamodel/dragselection.qml [moved from examples/declarative/modelviews/visualdatamodel/dragselection.qml with 100% similarity]
examples/qml/modelviews/visualdatamodel/slideshow.qml [moved from examples/declarative/modelviews/visualdatamodel/slideshow.qml with 100% similarity]
examples/qml/modelviews/visualdatamodel/sortedmodel.qml [moved from examples/declarative/modelviews/visualdatamodel/sortedmodel.qml with 100% similarity]
examples/qml/modelviews/visualdatamodel/visualdatamodel.qmlproject [moved from examples/declarative/modelviews/visualdatamodel/visualdatamodel.qmlproject with 100% similarity]
examples/qml/modelviews/visualitemmodel/visualitemmodel.qml [moved from examples/declarative/modelviews/visualitemmodel/visualitemmodel.qml with 100% similarity]
examples/qml/openglunderqml/main.cpp [moved from examples/declarative/openglunderqml/main.cpp with 100% similarity]
examples/qml/openglunderqml/main.qml [moved from examples/declarative/openglunderqml/main.qml with 100% similarity]
examples/qml/openglunderqml/openglunderqml.pro [new file with mode: 0644]
examples/qml/openglunderqml/squircle.cpp [moved from examples/declarative/openglunderqml/squircle.cpp with 100% similarity]
examples/qml/openglunderqml/squircle.h [moved from examples/declarative/openglunderqml/squircle.h with 100% similarity]
examples/qml/painteditem/painteditem.pro [moved from examples/declarative/painteditem/painteditem.pro with 100% similarity]
examples/qml/painteditem/smile/main.cpp [new file with mode: 0644]
examples/qml/painteditem/smile/smile.pro [new file with mode: 0644]
examples/qml/painteditem/smile/smile.qml [moved from examples/declarative/painteditem/smile/smile.qml with 100% similarity]
examples/qml/painteditem/textballoons/TextBalloonPlugin/plugin.h [new file with mode: 0644]
examples/qml/painteditem/textballoons/TextBalloonPlugin/qmldir [moved from examples/declarative/painteditem/textballoons/TextBalloonPlugin/qmldir with 100% similarity]
examples/qml/painteditem/textballoons/textballoon.cpp [moved from examples/declarative/painteditem/textballoons/textballoon.cpp with 100% similarity]
examples/qml/painteditem/textballoons/textballoon.h [moved from examples/declarative/painteditem/textballoons/textballoon.h with 100% similarity]
examples/qml/painteditem/textballoons/textballoons.pro [new file with mode: 0644]
examples/qml/painteditem/textballoons/textballoons.qml [moved from examples/declarative/painteditem/textballoons/textballoons.qml with 100% similarity]
examples/qml/particles/affectors/age.qml [moved from examples/declarative/particles/affectors/age.qml with 100% similarity]
examples/qml/particles/affectors/attractor.qml [moved from examples/declarative/particles/affectors/attractor.qml with 100% similarity]
examples/qml/particles/affectors/customaffector.qml [moved from examples/declarative/particles/affectors/customaffector.qml with 100% similarity]
examples/qml/particles/affectors/friction.qml [moved from examples/declarative/particles/affectors/friction.qml with 100% similarity]
examples/qml/particles/affectors/gravity.qml [moved from examples/declarative/particles/affectors/gravity.qml with 100% similarity]
examples/qml/particles/affectors/groupgoal.qml [moved from examples/declarative/particles/affectors/groupgoal.qml with 100% similarity]
examples/qml/particles/affectors/move.qml [moved from examples/declarative/particles/affectors/move.qml with 100% similarity]
examples/qml/particles/affectors/spritegoal.qml [moved from examples/declarative/particles/affectors/spritegoal.qml with 100% similarity]
examples/qml/particles/affectors/turbulence.qml [moved from examples/declarative/particles/affectors/turbulence.qml with 100% similarity]
examples/qml/particles/affectors/wander.qml [moved from examples/declarative/particles/affectors/wander.qml with 100% similarity]
examples/qml/particles/customparticle/blurparticles.qml [moved from examples/declarative/particles/customparticle/blurparticles.qml with 100% similarity]
examples/qml/particles/customparticle/fragmentshader.qml [moved from examples/declarative/particles/customparticle/fragmentshader.qml with 100% similarity]
examples/qml/particles/customparticle/imagecolors.qml [moved from examples/declarative/particles/customparticle/imagecolors.qml with 100% similarity]
examples/qml/particles/emitters/burstandpulse.qml [moved from examples/declarative/particles/emitters/burstandpulse.qml with 100% similarity]
examples/qml/particles/emitters/customemitter.qml [moved from examples/declarative/particles/emitters/customemitter.qml with 100% similarity]
examples/qml/particles/emitters/emitmask.qml [moved from examples/declarative/particles/emitters/emitmask.qml with 100% similarity]
examples/qml/particles/emitters/maximumemitted.qml [moved from examples/declarative/particles/emitters/maximumemitted.qml with 100% similarity]
examples/qml/particles/emitters/shapeanddirection.qml [moved from examples/declarative/particles/emitters/shapeanddirection.qml with 100% similarity]
examples/qml/particles/emitters/timedgroupchanges.qml [moved from examples/declarative/particles/emitters/timedgroupchanges.qml with 100% similarity]
examples/qml/particles/emitters/trailemitter.qml [moved from examples/declarative/particles/emitters/trailemitter.qml with 100% similarity]
examples/qml/particles/emitters/velocityfrommotion.qml [moved from examples/declarative/particles/emitters/velocityfrommotion.qml with 100% similarity]
examples/qml/particles/exampleslauncher/content/Button.qml [moved from examples/declarative/particles/exampleslauncher/content/Button.qml with 100% similarity]
examples/qml/particles/exampleslauncher/content/Shell.qml [moved from examples/declarative/particles/exampleslauncher/content/Shell.qml with 100% similarity]
examples/qml/particles/exampleslauncher/content/launcher.js [moved from examples/declarative/particles/exampleslauncher/content/launcher.js with 100% similarity]
examples/qml/particles/exampleslauncher/exampleslauncher.qml [moved from examples/declarative/particles/exampleslauncher/exampleslauncher.qml with 100% similarity]
examples/qml/particles/imageparticle/allatonce.qml [moved from examples/declarative/particles/imageparticle/allatonce.qml with 100% similarity]
examples/qml/particles/imageparticle/colored.qml [moved from examples/declarative/particles/imageparticle/colored.qml with 100% similarity]
examples/qml/particles/imageparticle/colortable.qml [moved from examples/declarative/particles/imageparticle/colortable.qml with 100% similarity]
examples/qml/particles/imageparticle/deformation.qml [moved from examples/declarative/particles/imageparticle/deformation.qml with 100% similarity]
examples/qml/particles/imageparticle/rotation.qml [moved from examples/declarative/particles/imageparticle/rotation.qml with 100% similarity]
examples/qml/particles/imageparticle/sharing.qml [moved from examples/declarative/particles/imageparticle/sharing.qml with 100% similarity]
examples/qml/particles/imageparticle/sprites.qml [moved from examples/declarative/particles/imageparticle/sprites.qml with 100% similarity]
examples/qml/particles/images/_explo.png [moved from examples/declarative/particles/images/_explo.png with 100% similarity]
examples/qml/particles/images/backgroundLeaves.jpg [moved from examples/declarative/particles/images/backgroundLeaves.jpg with 100% similarity]
examples/qml/particles/images/bear_tiles.png [moved from examples/declarative/particles/images/bear_tiles.png with 100% similarity]
examples/qml/particles/images/candle.png [moved from examples/declarative/particles/images/candle.png with 100% similarity]
examples/qml/particles/images/colortable.png [moved from examples/declarative/particles/images/colortable.png with 100% similarity]
examples/qml/particles/images/finalfrontier.png [moved from examples/declarative/particles/plasmapatrol/content/pics/finalfrontier.png with 100% similarity]
examples/qml/particles/images/flower.png [moved from examples/declarative/particles/images/flower.png with 100% similarity]
examples/qml/particles/images/launcherIcons/allatonce.png [moved from examples/declarative/particles/images/launcherIcons/allatonce.png with 100% similarity]
examples/qml/particles/images/launcherIcons/attractor.png [moved from examples/declarative/particles/images/launcherIcons/attractor.png with 100% similarity]
examples/qml/particles/images/launcherIcons/blurparticles.png [moved from examples/declarative/particles/images/launcherIcons/blurparticles.png with 100% similarity]
examples/qml/particles/images/launcherIcons/close.png [moved from examples/declarative/particles/images/launcherIcons/close.png with 100% similarity]
examples/qml/particles/images/launcherIcons/colortable.png [moved from examples/declarative/particles/images/launcherIcons/colortable.png with 100% similarity]
examples/qml/particles/images/launcherIcons/customaffector.png [moved from examples/declarative/particles/images/launcherIcons/customaffector.png with 100% similarity]
examples/qml/particles/images/launcherIcons/customemitter.png [moved from examples/declarative/particles/images/launcherIcons/customemitter.png with 100% similarity]
examples/qml/particles/images/launcherIcons/deformation.png [moved from examples/declarative/particles/images/launcherIcons/deformation.png with 100% similarity]
examples/qml/particles/images/launcherIcons/delegates.png [moved from examples/declarative/particles/images/launcherIcons/delegates.png with 100% similarity]
examples/qml/particles/images/launcherIcons/dynamicemitters.png [moved from examples/declarative/particles/images/launcherIcons/dynamicemitters.png with 100% similarity]
examples/qml/particles/images/launcherIcons/emitmask.png [moved from examples/declarative/particles/images/launcherIcons/emitmask.png with 100% similarity]
examples/qml/particles/images/launcherIcons/flickr.png [moved from examples/declarative/particles/images/launcherIcons/flickr.png with 100% similarity]
examples/qml/particles/images/launcherIcons/fragmentshader.png [moved from examples/declarative/particles/images/launcherIcons/fragmentshader.png with 100% similarity]
examples/qml/particles/images/launcherIcons/gridsplosion.png [moved from examples/declarative/particles/images/launcherIcons/gridsplosion.png with 100% similarity]
examples/qml/particles/images/launcherIcons/groupgoal.png [moved from examples/declarative/particles/images/launcherIcons/groupgoal.png with 100% similarity]
examples/qml/particles/images/launcherIcons/imagecolors.png [moved from examples/declarative/particles/images/launcherIcons/imagecolors.png with 100% similarity]
examples/qml/particles/images/launcherIcons/list.png [moved from examples/declarative/particles/images/launcherIcons/list.png with 100% similarity]
examples/qml/particles/images/launcherIcons/maximumemitted.png [moved from examples/declarative/particles/images/launcherIcons/maximumemitted.png with 100% similarity]
examples/qml/particles/images/launcherIcons/multiplepainters.png [moved from examples/declarative/particles/images/launcherIcons/multiplepainters.png with 100% similarity]
examples/qml/particles/images/launcherIcons/package.png [moved from examples/declarative/particles/images/launcherIcons/package.png with 100% similarity]
examples/qml/particles/images/launcherIcons/particleview.png [moved from examples/declarative/particles/images/launcherIcons/particleview.png with 100% similarity]
examples/qml/particles/images/launcherIcons/plasmapatrol.png [moved from examples/declarative/particles/images/launcherIcons/plasmapatrol.png with 100% similarity]
examples/qml/particles/images/launcherIcons/remove.png [moved from examples/declarative/particles/images/launcherIcons/remove.png with 100% similarity]
examples/qml/particles/images/launcherIcons/rotation.png [moved from examples/declarative/particles/images/launcherIcons/rotation.png with 100% similarity]
examples/qml/particles/images/launcherIcons/samegame.png [moved from examples/declarative/particles/images/launcherIcons/samegame.png with 100% similarity]
examples/qml/particles/images/launcherIcons/shapeanddirection.png [moved from examples/declarative/particles/images/launcherIcons/shapeanddirection.png with 100% similarity]
examples/qml/particles/images/launcherIcons/spaceexplorer.png [moved from examples/declarative/particles/images/launcherIcons/spaceexplorer.png with 100% similarity]
examples/qml/particles/images/launcherIcons/spritegoal.png [moved from examples/declarative/particles/images/launcherIcons/spritegoal.png with 100% similarity]
examples/qml/particles/images/launcherIcons/sprites.png [moved from examples/declarative/particles/images/launcherIcons/sprites.png with 100% similarity]
examples/qml/particles/images/launcherIcons/spritevariedparticles.png [moved from examples/declarative/particles/images/launcherIcons/spritevariedparticles.png with 100% similarity]
examples/qml/particles/images/launcherIcons/startstop.png [moved from examples/declarative/particles/images/launcherIcons/startstop.png with 100% similarity]
examples/qml/particles/images/launcherIcons/timedgroupchanges.png [moved from examples/declarative/particles/images/launcherIcons/timedgroupchanges.png with 100% similarity]
examples/qml/particles/images/launcherIcons/trailemitter.png [moved from examples/declarative/particles/images/launcherIcons/trailemitter.png with 100% similarity]
examples/qml/particles/images/launcherIcons/trails.png [moved from examples/declarative/particles/images/launcherIcons/trails.png with 100% similarity]
examples/qml/particles/images/launcherIcons/turbulence.png [moved from examples/declarative/particles/images/launcherIcons/turbulence.png with 100% similarity]
examples/qml/particles/images/launcherIcons/velocityfrommotion.png [moved from examples/declarative/particles/images/launcherIcons/velocityfrommotion.png with 100% similarity]
examples/qml/particles/images/launcherIcons/wander.png [moved from examples/declarative/particles/images/launcherIcons/wander.png with 100% similarity]
examples/qml/particles/images/matchmask.png [moved from examples/declarative/particles/images/matchmask.png with 100% similarity]
examples/qml/particles/images/meteor.png [moved from examples/declarative/particles/plasmapatrol/content/pics/meteor.png with 100% similarity]
examples/qml/particles/images/meteor_explo.png [moved from examples/declarative/particles/images/meteor_explo.png with 100% similarity]
examples/qml/particles/images/meteors.png [moved from examples/declarative/particles/images/meteors.png with 100% similarity]
examples/qml/particles/images/nullRock.png [moved from examples/declarative/particles/plasmapatrol/content/pics/nullRock.png with 100% similarity]
examples/qml/particles/images/particle.png [moved from examples/declarative/samegame/content/pics/particle.png with 100% similarity]
examples/qml/particles/images/particle2.png [moved from examples/declarative/particles/images/particle2.png with 100% similarity]
examples/qml/particles/images/particle3.png [moved from examples/declarative/particles/images/particle3.png with 100% similarity]
examples/qml/particles/images/particle4.png [moved from examples/declarative/particles/images/particle4.png with 100% similarity]
examples/qml/particles/images/particleA.png [moved from examples/declarative/particles/images/particleA.png with 100% similarity]
examples/qml/particles/images/portal_bg.png [moved from examples/declarative/particles/images/portal_bg.png with 100% similarity]
examples/qml/particles/images/realLeaf1.png [moved from examples/declarative/particles/images/realLeaf1.png with 100% similarity]
examples/qml/particles/images/realLeaf2.png [moved from examples/declarative/particles/images/realLeaf2.png with 100% similarity]
examples/qml/particles/images/realLeaf3.png [moved from examples/declarative/particles/images/realLeaf3.png with 100% similarity]
examples/qml/particles/images/realLeaf4.png [moved from examples/declarative/particles/images/realLeaf4.png with 100% similarity]
examples/qml/particles/images/rocket.png [moved from examples/declarative/particles/images/rocket.png with 100% similarity]
examples/qml/particles/images/rocket2.png [moved from examples/declarative/particles/images/rocket2.png with 100% similarity]
examples/qml/particles/images/sizeInOut.png [moved from examples/declarative/particles/images/sizeInOut.png with 100% similarity]
examples/qml/particles/images/snowflake.png [moved from examples/declarative/particles/images/snowflake.png with 100% similarity]
examples/qml/particles/images/sparkleSize.png [moved from examples/declarative/particles/images/sparkleSize.png with 100% similarity]
examples/qml/particles/images/star.png [moved from examples/declarative/particles/plasmapatrol/content/pics/star.png with 100% similarity]
examples/qml/particles/images/starfish_0.png [moved from examples/declarative/particles/images/starfish_0.png with 100% similarity]
examples/qml/particles/images/starfish_1.png [moved from examples/declarative/particles/images/starfish_1.png with 100% similarity]
examples/qml/particles/images/starfish_2.png [moved from examples/declarative/particles/images/starfish_2.png with 100% similarity]
examples/qml/particles/images/starfish_3.png [moved from examples/declarative/particles/images/starfish_3.png with 100% similarity]
examples/qml/particles/images/starfish_4.png [moved from examples/declarative/particles/images/starfish_4.png with 100% similarity]
examples/qml/particles/images/starfish_mask.png [moved from examples/declarative/particles/images/starfish_mask.png with 100% similarity]
examples/qml/particles/itemparticle/content/Delegate.qml [moved from examples/declarative/modelviews/package/Delegate.qml with 100% similarity]
examples/qml/particles/itemparticle/content/Delegate2.qml [moved from examples/declarative/particles/itemparticle/content/Delegate2.qml with 100% similarity]
examples/qml/particles/itemparticle/content/ExpandingDelegate.qml [moved from examples/declarative/particles/itemparticle/content/ExpandingDelegate.qml with 100% similarity]
examples/qml/particles/itemparticle/content/RssModel.qml [moved from examples/declarative/particles/itemparticle/content/RssModel.qml with 100% similarity]
examples/qml/particles/itemparticle/content/bubble.png [moved from examples/declarative/particles/itemparticle/content/bubble.png with 100% similarity]
examples/qml/particles/itemparticle/content/script.js [moved from examples/declarative/photoviewer/PhotoViewerCore/script/script.js with 100% similarity]
examples/qml/particles/itemparticle/delegates.qml [moved from examples/declarative/particles/itemparticle/delegates.qml with 100% similarity]
examples/qml/particles/itemparticle/particleview.qml [moved from examples/declarative/particles/itemparticle/particleview.qml with 100% similarity]
examples/qml/particles/plasmapatrol/PlasmaPatrol.qmlproject [moved from examples/declarative/particles/plasmapatrol/PlasmaPatrol.qmlproject with 100% similarity]
examples/qml/particles/plasmapatrol/TODO [moved from examples/declarative/particles/plasmapatrol/TODO with 100% similarity]
examples/qml/particles/plasmapatrol/content/BlasterHardpoint.qml [new file with mode: 0644]
examples/qml/particles/plasmapatrol/content/Button.qml [new file with mode: 0644]
examples/qml/particles/plasmapatrol/content/CannonHardpoint.qml [new file with mode: 0644]
examples/qml/particles/plasmapatrol/content/ChoiceBox.qml [new file with mode: 0644]
examples/qml/particles/plasmapatrol/content/Cruiser.qml [new file with mode: 0644]
examples/qml/particles/plasmapatrol/content/Frigate.qml [new file with mode: 0644]
examples/qml/particles/plasmapatrol/content/Hardpoint.qml [new file with mode: 0644]
examples/qml/particles/plasmapatrol/content/HelpScreens.qml [new file with mode: 0644]
examples/qml/particles/plasmapatrol/content/LaserHardpoint.qml [new file with mode: 0644]
examples/qml/particles/plasmapatrol/content/PlasmaPatrolParticles.qml [new file with mode: 0644]
examples/qml/particles/plasmapatrol/content/SequentialLoader.qml [new file with mode: 0644]
examples/qml/particles/plasmapatrol/content/Ship.qml [new file with mode: 0644]
examples/qml/particles/plasmapatrol/content/Sloop.qml [new file with mode: 0644]
examples/qml/particles/plasmapatrol/content/pics/TitleText.png [moved from examples/declarative/particles/plasmapatrol/content/pics/TitleText.png with 100% similarity]
examples/qml/particles/plasmapatrol/content/pics/blur-circle2.png [moved from examples/declarative/particles/plasmapatrol/content/pics/blur-circle2.png with 100% similarity]
examples/qml/particles/plasmapatrol/content/pics/blur-circle3.png [moved from examples/declarative/touchinteraction/multipointtouch/content/blur-circle3.png with 100% similarity]
examples/qml/particles/plasmapatrol/content/pics/finalfrontier.png [moved from examples/declarative/particles/images/finalfrontier.png with 100% similarity]
examples/qml/particles/plasmapatrol/content/pics/meteor.png [moved from examples/declarative/particles/images/meteor.png with 100% similarity]
examples/qml/particles/plasmapatrol/content/pics/meteor_explo.png [moved from examples/declarative/particles/plasmapatrol/content/pics/meteor_explo.png with 100% similarity]
examples/qml/particles/plasmapatrol/content/pics/nullRock.png [moved from examples/declarative/particles/images/nullRock.png with 100% similarity]
examples/qml/particles/plasmapatrol/content/pics/particle.png [moved from examples/declarative/particles/plasmapatrol/content/pics/particle.png with 100% similarity]
examples/qml/particles/plasmapatrol/content/pics/star.png [moved from examples/declarative/particles/images/star.png with 100% similarity]
examples/qml/particles/plasmapatrol/content/pics/star2.png [moved from examples/declarative/particles/plasmapatrol/content/pics/star2.png with 100% similarity]
examples/qml/particles/plasmapatrol/content/pics/star3.png [moved from examples/declarative/particles/plasmapatrol/content/pics/star3.png with 100% similarity]
examples/qml/particles/plasmapatrol/plasmapatrol.qml [new file with mode: 0644]
examples/qml/particles/simple/dynamiccomparison.qml [moved from examples/declarative/particles/simple/dynamiccomparison.qml with 100% similarity]
examples/qml/particles/simple/dynamicemitters.qml [moved from examples/declarative/particles/simple/dynamicemitters.qml with 100% similarity]
examples/qml/particles/simple/multiplepainters.qml [moved from examples/declarative/particles/simple/multiplepainters.qml with 100% similarity]
examples/qml/particles/simple/startstop.qml [moved from examples/declarative/particles/simple/startstop.qml with 100% similarity]
examples/qml/photoviewer/PhotoViewerCore/AlbumDelegate.qml [new file with mode: 0644]
examples/qml/photoviewer/PhotoViewerCore/BusyIndicator.qml [new file with mode: 0644]
examples/qml/photoviewer/PhotoViewerCore/Button.qml [new file with mode: 0644]
examples/qml/photoviewer/PhotoViewerCore/EditableButton.qml [new file with mode: 0644]
examples/qml/photoviewer/PhotoViewerCore/PhotoDelegate.qml [new file with mode: 0644]
examples/qml/photoviewer/PhotoViewerCore/ProgressBar.qml [new file with mode: 0644]
examples/qml/photoviewer/PhotoViewerCore/RssModel.qml [new file with mode: 0644]
examples/qml/photoviewer/PhotoViewerCore/Tag.qml [new file with mode: 0644]
examples/qml/photoviewer/PhotoViewerCore/images/box-shadow.png [moved from examples/declarative/photoviewer/PhotoViewerCore/images/box-shadow.png with 100% similarity]
examples/qml/photoviewer/PhotoViewerCore/images/busy.png [moved from examples/declarative/rssnews/content/images/busy.png with 100% similarity]
examples/qml/photoviewer/PhotoViewerCore/images/cardboard.png [moved from examples/declarative/photoviewer/PhotoViewerCore/images/cardboard.png with 100% similarity]
examples/qml/photoviewer/PhotoViewerCore/qmldir [moved from examples/declarative/photoviewer/PhotoViewerCore/qmldir with 100% similarity]
examples/qml/photoviewer/PhotoViewerCore/script/script.js [moved from examples/declarative/particles/itemparticle/content/script.js with 100% similarity]
examples/qml/photoviewer/i18n/base.ts [moved from examples/declarative/photoviewer/i18n/base.ts with 100% similarity]
examples/qml/photoviewer/i18n/qml_fr.qm [moved from examples/declarative/photoviewer/i18n/qml_fr.qm with 100% similarity]
examples/qml/photoviewer/i18n/qml_fr.ts [moved from examples/declarative/photoviewer/i18n/qml_fr.ts with 100% similarity]
examples/qml/photoviewer/photoviewer.qml [new file with mode: 0644]
examples/qml/photoviewer/photoviewer.qmlproject [moved from examples/declarative/photoviewer/photoviewer.qmlproject with 100% similarity]
examples/qml/positioners/content/Button.qml [moved from examples/declarative/positioners/content/Button.qml with 100% similarity]
examples/qml/positioners/content/add.png [moved from examples/declarative/positioners/content/add.png with 100% similarity]
examples/qml/positioners/content/del.png [moved from examples/declarative/positioners/content/del.png with 100% similarity]
examples/qml/positioners/positioners-attachedproperties.qml [moved from examples/declarative/positioners/positioners-attachedproperties.qml with 100% similarity]
examples/qml/positioners/positioners.qml [moved from examples/declarative/positioners/positioners.qml with 100% similarity]
examples/qml/qml.pro [new file with mode: 0644]
examples/qml/righttoleft/layoutdirection/layoutdirection.qml [moved from examples/declarative/righttoleft/layoutdirection/layoutdirection.qml with 100% similarity]
examples/qml/righttoleft/layoutdirection/layoutdirection.qmlproject [moved from examples/declarative/righttoleft/layoutdirection/layoutdirection.qmlproject with 100% similarity]
examples/qml/righttoleft/layoutmirroring/layoutmirroring.qml [moved from examples/declarative/righttoleft/layoutmirroring/layoutmirroring.qml with 100% similarity]
examples/qml/righttoleft/layoutmirroring/layoutmirroring.qmlproject [moved from examples/declarative/righttoleft/layoutmirroring/layoutmirroring.qmlproject with 100% similarity]
examples/qml/righttoleft/textalignment/textalignment.qml [moved from examples/declarative/righttoleft/textalignment/textalignment.qml with 100% similarity]
examples/qml/righttoleft/textalignment/textalignment.qmlproject [moved from examples/declarative/righttoleft/textalignment/textalignment.qmlproject with 100% similarity]
examples/qml/rssnews/content/BusyIndicator.qml [new file with mode: 0644]
examples/qml/rssnews/content/CategoryDelegate.qml [new file with mode: 0644]
examples/qml/rssnews/content/NewsDelegate.qml [new file with mode: 0644]
examples/qml/rssnews/content/RssFeeds.qml [new file with mode: 0644]
examples/qml/rssnews/content/ScrollBar.qml [new file with mode: 0644]
examples/qml/rssnews/content/images/busy.png [moved from examples/declarative/photoviewer/PhotoViewerCore/images/busy.png with 100% similarity]
examples/qml/rssnews/content/images/scrollbar.png [moved from examples/declarative/rssnews/content/images/scrollbar.png with 100% similarity]
examples/qml/rssnews/rssnews.qml [new file with mode: 0644]
examples/qml/rssnews/rssnews.qmlproject [moved from examples/declarative/rssnews/rssnews.qmlproject with 100% similarity]
examples/qml/samegame/content/BoomBlock.qml [new file with mode: 0644]
examples/qml/samegame/content/Button.qml [new file with mode: 0644]
examples/qml/samegame/content/Dialog.qml [new file with mode: 0644]
examples/qml/samegame/content/GameArea.qml [new file with mode: 0644]
examples/qml/samegame/content/NameInputDialog.qml [new file with mode: 0644]
examples/qml/samegame/content/pics/background.png [moved from examples/declarative/minehunt/MinehuntCore/pics/background.png with 100% similarity]
examples/qml/samegame/content/pics/blueStone.png [moved from tests/benchmarks/declarative/qdeclarativecomponent/data/samegame/pics/blueStone.png with 100% similarity]
examples/qml/samegame/content/pics/greenStone.png [moved from tests/benchmarks/declarative/qdeclarativecomponent/data/samegame/pics/greenStone.png with 100% similarity]
examples/qml/samegame/content/pics/particle.png [moved from examples/declarative/particles/images/particle.png with 100% similarity]
examples/qml/samegame/content/pics/redStone.png [moved from tests/benchmarks/declarative/qdeclarativecomponent/data/samegame/pics/redStone.png with 100% similarity]
examples/qml/samegame/content/pics/yellowStone.png [moved from tests/benchmarks/declarative/qdeclarativecomponent/data/samegame/pics/yellowStone.png with 100% similarity]
examples/qml/samegame/content/samegame.js [moved from examples/declarative/samegame/content/samegame.js with 100% similarity]
examples/qml/samegame/samegame.qml [new file with mode: 0644]
examples/qml/samegame/samegame.qmlproject [moved from examples/declarative/samegame/samegame.qmlproject with 100% similarity]
examples/qml/script/script.pro [moved from examples/declarative/script/script.pro with 100% similarity]
examples/qml/script/shell/main.cpp [new file with mode: 0644]
examples/qml/script/shell/shell.pro [new file with mode: 0644]
examples/qml/shadereffects/content/Slider.qml [moved from examples/declarative/shadereffects/content/Slider.qml with 100% similarity]
examples/qml/shadereffects/content/face-smile.png [moved from examples/declarative/minehunt/MinehuntCore/pics/face-smile.png with 100% similarity]
examples/qml/shadereffects/content/qt-logo.png [moved from examples/declarative/shadereffects/content/qt-logo.png with 100% similarity]
examples/qml/shadereffects/shadereffects.qml [moved from examples/declarative/shadereffects/shadereffects.qml with 100% similarity]
examples/qml/shared/Button.qml [moved from examples/declarative/shared/Button.qml with 100% similarity]
examples/qml/shared/LauncherList.qml [moved from examples/declarative/shared/LauncherList.qml with 100% similarity]
examples/qml/shared/README [moved from examples/declarative/shared/README with 100% similarity]
examples/qml/shared/SimpleLauncherDelegate.qml [moved from examples/declarative/shared/SimpleLauncherDelegate.qml with 100% similarity]
examples/qml/shared/back.png [moved from examples/declarative/shared/back.png with 100% similarity]
examples/qml/snake/content/Button.qml [new file with mode: 0644]
examples/qml/snake/content/Cookie.qml [new file with mode: 0644]
examples/qml/snake/content/HighScoreModel.qml [new file with mode: 0644]
examples/qml/snake/content/Link.qml [new file with mode: 0644]
examples/qml/snake/content/Skull.qml [new file with mode: 0644]
examples/qml/snake/content/pics/README [moved from examples/declarative/snake/content/pics/README with 100% similarity]
examples/qml/snake/content/pics/background.png [moved from examples/declarative/snake/content/pics/background.png with 100% similarity]
examples/qml/snake/content/pics/blueStar.png [moved from examples/declarative/snake/content/pics/blueStar.png with 100% similarity]
examples/qml/snake/content/pics/blueStone.png [moved from examples/declarative/snake/content/pics/blueStone.png with 100% similarity]
examples/qml/snake/content/pics/cookie.png [moved from examples/declarative/snake/content/pics/cookie.png with 100% similarity]
examples/qml/snake/content/pics/eyes.svg [moved from examples/declarative/snake/content/pics/eyes.svg with 100% similarity]
examples/qml/snake/content/pics/head.png [moved from examples/declarative/snake/content/pics/head.png with 100% similarity]
examples/qml/snake/content/pics/pause.png [moved from examples/declarative/snake/content/pics/pause.png with 100% similarity]
examples/qml/snake/content/pics/redStar.png [moved from examples/declarative/snake/content/pics/redStar.png with 100% similarity]
examples/qml/snake/content/pics/redStone.png [moved from examples/declarative/snake/content/pics/redStone.png with 100% similarity]
examples/qml/snake/content/pics/skull.png [moved from examples/declarative/snake/content/pics/skull.png with 100% similarity]
examples/qml/snake/content/pics/snake.jpg [moved from examples/declarative/snake/content/pics/snake.jpg with 100% similarity]
examples/qml/snake/content/pics/star.png [moved from examples/declarative/tutorials/samegame/shared/pics/star.png with 100% similarity]
examples/qml/snake/content/pics/stoneShadow.png [moved from examples/declarative/snake/content/pics/stoneShadow.png with 100% similarity]
examples/qml/snake/content/pics/yellowStar.png [moved from examples/declarative/snake/content/pics/yellowStar.png with 100% similarity]
examples/qml/snake/content/pics/yellowStone.png [moved from examples/declarative/snake/content/pics/yellowStone.png with 100% similarity]
examples/qml/snake/content/snake.js [moved from examples/declarative/snake/content/snake.js with 100% similarity]
examples/qml/snake/snake.qml [new file with mode: 0644]
examples/qml/snake/snake.qmlproject [moved from examples/declarative/snake/snake.qmlproject with 100% similarity]
examples/qml/sqllocalstorage/hello.qml [moved from examples/declarative/sqllocalstorage/hello.qml with 100% similarity]
examples/qml/text/fonts/availableFonts.qml [moved from examples/declarative/text/fonts/availableFonts.qml with 100% similarity]
examples/qml/text/fonts/banner.qml [moved from examples/declarative/text/fonts/banner.qml with 100% similarity]
examples/qml/text/fonts/content/fonts/tarzeau_ocr_a.ttf [moved from tests/auto/qtquick2/qdeclarativefontloader/data/tarzeau_ocr_a.ttf with 100% similarity]
examples/qml/text/fonts/fonts.qml [moved from examples/declarative/text/fonts/fonts.qml with 100% similarity]
examples/qml/text/fonts/hello.qml [moved from examples/declarative/text/fonts/hello.qml with 100% similarity]
examples/qml/text/imgtag/TextWithImage.qml [moved from examples/declarative/text/imgtag/TextWithImage.qml with 100% similarity]
examples/qml/text/imgtag/images/face-sad.png [moved from tests/auto/qtquick2/qquicktext/data/images/face-sad.png with 100% similarity]
examples/qml/text/imgtag/images/face-smile-big.png [moved from examples/declarative/text/imgtag/images/face-smile-big.png with 100% similarity]
examples/qml/text/imgtag/images/face-smile.png [moved from examples/declarative/text/imgtag/images/face-smile.png with 100% similarity]
examples/qml/text/imgtag/images/heart200.png [moved from tests/auto/qtquick2/qquicktext/data/images/heart200.png with 100% similarity]
examples/qml/text/imgtag/images/qtlogo.png [moved from examples/declarative/text/imgtag/images/qtlogo.png with 100% similarity]
examples/qml/text/imgtag/images/starfish_2.png [moved from tests/auto/qtquick2/qquicktext/data/images/starfish_2.png with 100% similarity]
examples/qml/text/imgtag/imgtag.qml [moved from examples/declarative/text/imgtag/imgtag.qml with 100% similarity]
examples/qml/text/styledtext-layout.qml [moved from examples/declarative/text/styledtext-layout.qml with 100% similarity]
examples/qml/text/text.qml [moved from examples/declarative/text/text.qml with 100% similarity]
examples/qml/text/text.qmlproject [moved from examples/declarative/text/text.qmlproject with 100% similarity]
examples/qml/text/textselection/pics/endHandle.png [moved from examples/declarative/text/textselection/pics/endHandle.png with 100% similarity]
examples/qml/text/textselection/pics/endHandle.sci [moved from examples/declarative/text/textselection/pics/endHandle.sci with 100% similarity]
examples/qml/text/textselection/pics/startHandle.png [moved from examples/declarative/text/textselection/pics/startHandle.png with 100% similarity]
examples/qml/text/textselection/pics/startHandle.sci [moved from examples/declarative/text/textselection/pics/startHandle.sci with 100% similarity]
examples/qml/text/textselection/textselection.qml [moved from examples/declarative/text/textselection/textselection.qml with 100% similarity]
examples/qml/threading/threadedlistmodel/dataloader.js [moved from examples/declarative/threading/threadedlistmodel/dataloader.js with 100% similarity]
examples/qml/threading/threadedlistmodel/threadedlistmodel.qmlproject [moved from examples/declarative/threading/threadedlistmodel/threadedlistmodel.qmlproject with 100% similarity]
examples/qml/threading/threadedlistmodel/timedisplay.qml [moved from examples/declarative/threading/threadedlistmodel/timedisplay.qml with 100% similarity]
examples/qml/threading/workerscript/workerscript.js [moved from examples/declarative/threading/workerscript/workerscript.js with 100% similarity]
examples/qml/threading/workerscript/workerscript.qml [moved from examples/declarative/threading/workerscript/workerscript.qml with 100% similarity]
examples/qml/threading/workerscript/workerscript.qmlproject [moved from examples/declarative/threading/workerscript/workerscript.qmlproject with 100% similarity]
examples/qml/touchinteraction/mousearea/mousearea-example.qml [moved from examples/declarative/touchinteraction/mousearea/mousearea-example.qml with 100% similarity]
examples/qml/touchinteraction/multipointtouch/bearwhack.qml [moved from examples/declarative/touchinteraction/multipointtouch/bearwhack.qml with 100% similarity]
examples/qml/touchinteraction/multipointtouch/content/AugmentedTouchPoint.qml [moved from examples/declarative/touchinteraction/multipointtouch/content/AugmentedTouchPoint.qml with 100% similarity]
examples/qml/touchinteraction/multipointtouch/content/Bear0.png [moved from examples/declarative/touchinteraction/multipointtouch/content/Bear0.png with 100% similarity]
examples/qml/touchinteraction/multipointtouch/content/Bear1.png [moved from examples/declarative/touchinteraction/multipointtouch/content/Bear1.png with 100% similarity]
examples/qml/touchinteraction/multipointtouch/content/Bear2.png [moved from examples/declarative/touchinteraction/multipointtouch/content/Bear2.png with 100% similarity]
examples/qml/touchinteraction/multipointtouch/content/Bear3.png [moved from examples/declarative/touchinteraction/multipointtouch/content/Bear3.png with 100% similarity]
examples/qml/touchinteraction/multipointtouch/content/BearB.png [moved from examples/declarative/touchinteraction/multipointtouch/content/BearB.png with 100% similarity]
examples/qml/touchinteraction/multipointtouch/content/BearWhackParticleSystem.qml [moved from examples/declarative/touchinteraction/multipointtouch/content/BearWhackParticleSystem.qml with 100% similarity]
examples/qml/touchinteraction/multipointtouch/content/ParticleFlame.qml [moved from examples/declarative/touchinteraction/multipointtouch/content/ParticleFlame.qml with 100% similarity]
examples/qml/touchinteraction/multipointtouch/content/blur-circle.png [moved from examples/declarative/touchinteraction/multipointtouch/content/blur-circle.png with 100% similarity]
examples/qml/touchinteraction/multipointtouch/content/blur-circle3.png [moved from examples/declarative/particles/plasmapatrol/content/pics/blur-circle3.png with 100% similarity]
examples/qml/touchinteraction/multipointtouch/content/heart-blur.png [moved from examples/declarative/touchinteraction/multipointtouch/content/heart-blur.png with 100% similarity]
examples/qml/touchinteraction/multipointtouch/content/title.png [moved from examples/declarative/touchinteraction/multipointtouch/content/title.png with 100% similarity]
examples/qml/touchinteraction/multipointtouch/multiflame.qml [moved from examples/declarative/touchinteraction/multipointtouch/multiflame.qml with 100% similarity]
examples/qml/touchinteraction/pincharea/flickresize.qml [moved from examples/declarative/touchinteraction/pincharea/flickresize.qml with 100% similarity]
examples/qml/touchinteraction/pincharea/qt-logo.jpg [moved from examples/declarative/touchinteraction/pincharea/qt-logo.jpg with 100% similarity]
examples/qml/touchinteraction/touchinteraction.qml [moved from examples/declarative/touchinteraction/touchinteraction.qml with 100% similarity]
examples/qml/touchinteraction/touchinteraction.qmlproject [moved from examples/declarative/touchinteraction/touchinteraction.qmlproject with 100% similarity]
examples/qml/toys/clocks/clocks.qml [moved from examples/declarative/toys/clocks/clocks.qml with 100% similarity]
examples/qml/toys/clocks/content/Clock.qml [moved from examples/declarative/toys/clocks/content/Clock.qml with 100% similarity]
examples/qml/toys/clocks/content/QuitButton.qml [moved from examples/declarative/toys/clocks/content/QuitButton.qml with 100% similarity]
examples/qml/toys/clocks/content/arrow.png [moved from examples/declarative/toys/clocks/content/arrow.png with 100% similarity]
examples/qml/toys/clocks/content/background.png [moved from examples/declarative/toys/clocks/content/background.png with 100% similarity]
examples/qml/toys/clocks/content/center.png [moved from examples/declarative/cppextensions/plugins/com/nokia/TimeExample/center.png with 100% similarity]
examples/qml/toys/clocks/content/clock-night.png [moved from examples/declarative/toys/clocks/content/clock-night.png with 100% similarity]
examples/qml/toys/clocks/content/clock.png [moved from examples/declarative/cppextensions/plugins/com/nokia/TimeExample/clock.png with 100% similarity]
examples/qml/toys/clocks/content/hour.png [moved from examples/declarative/cppextensions/plugins/com/nokia/TimeExample/hour.png with 100% similarity]
examples/qml/toys/clocks/content/minute.png [moved from examples/declarative/cppextensions/plugins/com/nokia/TimeExample/minute.png with 100% similarity]
examples/qml/toys/clocks/content/quit.png [moved from examples/declarative/minehunt/MinehuntCore/pics/quit.png with 100% similarity]
examples/qml/toys/clocks/content/second.png [moved from examples/declarative/toys/clocks/content/second.png with 100% similarity]
examples/qml/toys/corkboards/content/Day.qml [moved from examples/declarative/toys/corkboards/content/Day.qml with 100% similarity]
examples/qml/toys/corkboards/content/cork.jpg [moved from examples/declarative/toys/corkboards/content/cork.jpg with 100% similarity]
examples/qml/toys/corkboards/content/note-yellow.png [moved from examples/declarative/toys/corkboards/content/note-yellow.png with 100% similarity]
examples/qml/toys/corkboards/content/tack.png [moved from examples/declarative/toys/corkboards/content/tack.png with 100% similarity]
examples/qml/toys/corkboards/corkboards.qml [moved from examples/declarative/toys/corkboards/corkboards.qml with 100% similarity]
examples/qml/toys/dynamicscene/content/Button.qml [moved from examples/declarative/toys/dynamicscene/content/Button.qml with 100% similarity]
examples/qml/toys/dynamicscene/content/GenericSceneItem.qml [moved from examples/declarative/toys/dynamicscene/content/GenericSceneItem.qml with 100% similarity]
examples/qml/toys/dynamicscene/content/PaletteItem.qml [moved from examples/declarative/toys/dynamicscene/content/PaletteItem.qml with 100% similarity]
examples/qml/toys/dynamicscene/content/PerspectiveItem.qml [moved from examples/declarative/toys/dynamicscene/content/PerspectiveItem.qml with 100% similarity]
examples/qml/toys/dynamicscene/content/Sun.qml [moved from examples/declarative/toys/dynamicscene/content/Sun.qml with 100% similarity]
examples/qml/toys/dynamicscene/content/images/NOTE [moved from examples/declarative/toys/dynamicscene/content/images/NOTE with 100% similarity]
examples/qml/toys/dynamicscene/content/images/face-smile.png [moved from examples/declarative/animation/basics/images/face-smile.png with 100% similarity]
examples/qml/toys/dynamicscene/content/images/moon.png [moved from examples/declarative/toys/dynamicscene/content/images/moon.png with 100% similarity]
examples/qml/toys/dynamicscene/content/images/rabbit_brown.png [moved from examples/declarative/toys/dynamicscene/content/images/rabbit_brown.png with 100% similarity]
examples/qml/toys/dynamicscene/content/images/rabbit_bw.png [moved from examples/declarative/toys/dynamicscene/content/images/rabbit_bw.png with 100% similarity]
examples/qml/toys/dynamicscene/content/images/star.png [moved from examples/declarative/animation/basics/images/star.png with 100% similarity]
examples/qml/toys/dynamicscene/content/images/sun.png [moved from examples/declarative/animation/basics/images/sun.png with 100% similarity]
examples/qml/toys/dynamicscene/content/images/tree_s.png [moved from examples/declarative/toys/dynamicscene/content/images/tree_s.png with 100% similarity]
examples/qml/toys/dynamicscene/content/itemCreation.js [moved from examples/declarative/toys/dynamicscene/content/itemCreation.js with 100% similarity]
examples/qml/toys/dynamicscene/dynamicscene.qml [moved from examples/declarative/toys/dynamicscene/dynamicscene.qml with 100% similarity]
examples/qml/toys/tic-tac-toe/content/Button.qml [moved from examples/declarative/toys/tic-tac-toe/content/Button.qml with 100% similarity]
examples/qml/toys/tic-tac-toe/content/TicTac.qml [moved from examples/declarative/toys/tic-tac-toe/content/TicTac.qml with 100% similarity]
examples/qml/toys/tic-tac-toe/content/pics/board.png [moved from examples/declarative/toys/tic-tac-toe/content/pics/board.png with 100% similarity]
examples/qml/toys/tic-tac-toe/content/pics/o.png [moved from examples/declarative/toys/tic-tac-toe/content/pics/o.png with 100% similarity]
examples/qml/toys/tic-tac-toe/content/pics/x.png [moved from examples/declarative/toys/tic-tac-toe/content/pics/x.png with 100% similarity]
examples/qml/toys/tic-tac-toe/content/tic-tac-toe.js [moved from examples/declarative/toys/tic-tac-toe/content/tic-tac-toe.js with 100% similarity]
examples/qml/toys/tic-tac-toe/tic-tac-toe.qml [moved from examples/declarative/toys/tic-tac-toe/tic-tac-toe.qml with 100% similarity]
examples/qml/toys/tvtennis/tvtennis.qml [moved from examples/declarative/toys/tvtennis/tvtennis.qml with 100% similarity]
examples/qml/tutorials/dynamicview/dynamicview1/PetsModel.qml [moved from examples/declarative/tutorials/dynamicview/dynamicview1/PetsModel.qml with 100% similarity]
examples/qml/tutorials/dynamicview/dynamicview1/dynamicview.qml [moved from examples/declarative/tutorials/dynamicview/dynamicview1/dynamicview.qml with 100% similarity]
examples/qml/tutorials/dynamicview/dynamicview2/PetsModel.qml [moved from examples/declarative/tutorials/dynamicview/dynamicview3/PetsModel.qml with 100% similarity]
examples/qml/tutorials/dynamicview/dynamicview2/dynamicview.qml [moved from examples/declarative/tutorials/dynamicview/dynamicview2/dynamicview.qml with 100% similarity]
examples/qml/tutorials/dynamicview/dynamicview3/PetsModel.qml [moved from examples/declarative/tutorials/dynamicview/dynamicview2/PetsModel.qml with 100% similarity]
examples/qml/tutorials/dynamicview/dynamicview3/dynamicview.qml [moved from examples/declarative/tutorials/dynamicview/dynamicview3/dynamicview.qml with 100% similarity]
examples/qml/tutorials/dynamicview/dynamicview4/ListSelector.qml [moved from examples/declarative/tutorials/dynamicview/dynamicview4/ListSelector.qml with 100% similarity]
examples/qml/tutorials/dynamicview/dynamicview4/PetsModel.qml [moved from examples/declarative/modelviews/listview/content/PetsModel.qml with 100% similarity]
examples/qml/tutorials/dynamicview/dynamicview4/dynamicview.qml [moved from examples/declarative/tutorials/dynamicview/dynamicview4/dynamicview.qml with 100% similarity]
examples/qml/tutorials/extending/chapter1-basics/app.qml [moved from examples/declarative/tutorials/extending/chapter1-basics/app.qml with 100% similarity]
examples/qml/tutorials/extending/chapter1-basics/chapter1-basics.pro [new file with mode: 0644]
examples/qml/tutorials/extending/chapter1-basics/main.cpp [moved from examples/declarative/tutorials/extending/chapter3-bindings/main.cpp with 100% similarity]
examples/qml/tutorials/extending/chapter1-basics/piechart.cpp [moved from examples/declarative/tutorials/extending/chapter1-basics/piechart.cpp with 100% similarity]
examples/qml/tutorials/extending/chapter1-basics/piechart.h [moved from examples/declarative/tutorials/extending/chapter1-basics/piechart.h with 100% similarity]
examples/qml/tutorials/extending/chapter2-methods/app.qml [moved from examples/declarative/tutorials/extending/chapter2-methods/app.qml with 100% similarity]
examples/qml/tutorials/extending/chapter2-methods/chapter2-methods.pro [new file with mode: 0644]
examples/qml/tutorials/extending/chapter2-methods/main.cpp [moved from examples/declarative/tutorials/extending/chapter2-methods/main.cpp with 100% similarity]
examples/qml/tutorials/extending/chapter2-methods/piechart.cpp [moved from examples/declarative/tutorials/extending/chapter2-methods/piechart.cpp with 100% similarity]
examples/qml/tutorials/extending/chapter2-methods/piechart.h [moved from examples/declarative/tutorials/extending/chapter2-methods/piechart.h with 100% similarity]
examples/qml/tutorials/extending/chapter3-bindings/app.qml [moved from examples/declarative/tutorials/extending/chapter3-bindings/app.qml with 100% similarity]
examples/qml/tutorials/extending/chapter3-bindings/chapter3-bindings.pro [new file with mode: 0644]
examples/qml/tutorials/extending/chapter3-bindings/main.cpp [moved from examples/declarative/tutorials/extending/chapter1-basics/main.cpp with 100% similarity]
examples/qml/tutorials/extending/chapter3-bindings/piechart.cpp [moved from examples/declarative/tutorials/extending/chapter3-bindings/piechart.cpp with 100% similarity]
examples/qml/tutorials/extending/chapter3-bindings/piechart.h [moved from examples/declarative/tutorials/extending/chapter3-bindings/piechart.h with 100% similarity]
examples/qml/tutorials/extending/chapter4-customPropertyTypes/app.qml [moved from examples/declarative/tutorials/extending/chapter4-customPropertyTypes/app.qml with 100% similarity]
examples/qml/tutorials/extending/chapter4-customPropertyTypes/chapter4-customPropertyTypes.pro [new file with mode: 0644]
examples/qml/tutorials/extending/chapter4-customPropertyTypes/main.cpp [moved from examples/declarative/tutorials/extending/chapter4-customPropertyTypes/main.cpp with 100% similarity]
examples/qml/tutorials/extending/chapter4-customPropertyTypes/piechart.cpp [moved from examples/declarative/tutorials/extending/chapter4-customPropertyTypes/piechart.cpp with 100% similarity]
examples/qml/tutorials/extending/chapter4-customPropertyTypes/piechart.h [moved from examples/declarative/tutorials/extending/chapter4-customPropertyTypes/piechart.h with 100% similarity]
examples/qml/tutorials/extending/chapter4-customPropertyTypes/pieslice.cpp [moved from examples/declarative/tutorials/extending/chapter4-customPropertyTypes/pieslice.cpp with 100% similarity]
examples/qml/tutorials/extending/chapter4-customPropertyTypes/pieslice.h [moved from examples/declarative/tutorials/extending/chapter4-customPropertyTypes/pieslice.h with 100% similarity]
examples/qml/tutorials/extending/chapter5-listproperties/app.qml [moved from examples/declarative/tutorials/extending/chapter5-listproperties/app.qml with 100% similarity]
examples/qml/tutorials/extending/chapter5-listproperties/chapter5-listproperties.pro [new file with mode: 0644]
examples/qml/tutorials/extending/chapter5-listproperties/main.cpp [moved from examples/declarative/tutorials/extending/chapter5-listproperties/main.cpp with 100% similarity]
examples/qml/tutorials/extending/chapter5-listproperties/piechart.cpp [new file with mode: 0644]
examples/qml/tutorials/extending/chapter5-listproperties/piechart.h [new file with mode: 0644]
examples/qml/tutorials/extending/chapter5-listproperties/pieslice.cpp [moved from examples/declarative/tutorials/extending/chapter6-plugins/pieslice.cpp with 100% similarity]
examples/qml/tutorials/extending/chapter5-listproperties/pieslice.h [moved from examples/declarative/tutorials/extending/chapter5-listproperties/pieslice.h with 100% similarity]
examples/qml/tutorials/extending/chapter6-plugins/ChartsPlugin/qmldir [moved from examples/declarative/tutorials/extending/chapter6-plugins/ChartsPlugin/qmldir with 100% similarity]
examples/qml/tutorials/extending/chapter6-plugins/app.qml [moved from examples/declarative/tutorials/extending/chapter6-plugins/app.qml with 100% similarity]
examples/qml/tutorials/extending/chapter6-plugins/chapter6-plugins.pro [new file with mode: 0644]
examples/qml/tutorials/extending/chapter6-plugins/chartsplugin.cpp [new file with mode: 0644]
examples/qml/tutorials/extending/chapter6-plugins/chartsplugin.h [new file with mode: 0644]
examples/qml/tutorials/extending/chapter6-plugins/piechart.cpp [new file with mode: 0644]
examples/qml/tutorials/extending/chapter6-plugins/piechart.h [new file with mode: 0644]
examples/qml/tutorials/extending/chapter6-plugins/pieslice.cpp [moved from examples/declarative/tutorials/extending/chapter5-listproperties/pieslice.cpp with 100% similarity]
examples/qml/tutorials/extending/chapter6-plugins/pieslice.h [moved from examples/declarative/tutorials/extending/chapter6-plugins/pieslice.h with 100% similarity]
examples/qml/tutorials/extending/extending.pro [moved from examples/declarative/tutorials/extending/extending.pro with 100% similarity]
examples/qml/tutorials/helloworld/Cell.qml [moved from examples/declarative/tutorials/helloworld/Cell.qml with 100% similarity]
examples/qml/tutorials/helloworld/tutorial1.qml [moved from examples/declarative/tutorials/helloworld/tutorial1.qml with 100% similarity]
examples/qml/tutorials/helloworld/tutorial2.qml [moved from examples/declarative/tutorials/helloworld/tutorial2.qml with 100% similarity]
examples/qml/tutorials/helloworld/tutorial3.qml [moved from examples/declarative/tutorials/helloworld/tutorial3.qml with 100% similarity]
examples/qml/tutorials/samegame/samegame1/Block.qml [moved from examples/declarative/tutorials/samegame/samegame1/Block.qml with 100% similarity]
examples/qml/tutorials/samegame/samegame1/Button.qml [moved from examples/declarative/tutorials/samegame/samegame1/Button.qml with 100% similarity]
examples/qml/tutorials/samegame/samegame1/samegame.qml [moved from examples/declarative/tutorials/samegame/samegame1/samegame.qml with 100% similarity]
examples/qml/tutorials/samegame/samegame1/samegame1.qmlproject [moved from examples/declarative/tutorials/samegame/samegame1/samegame1.qmlproject with 100% similarity]
examples/qml/tutorials/samegame/samegame2/Block.qml [moved from examples/declarative/tutorials/samegame/samegame2/Block.qml with 100% similarity]
examples/qml/tutorials/samegame/samegame2/Button.qml [moved from examples/declarative/tutorials/samegame/samegame4/content/Button.qml with 100% similarity]
examples/qml/tutorials/samegame/samegame2/samegame.js [moved from examples/declarative/tutorials/samegame/samegame2/samegame.js with 100% similarity]
examples/qml/tutorials/samegame/samegame2/samegame.qml [moved from examples/declarative/tutorials/samegame/samegame2/samegame.qml with 100% similarity]
examples/qml/tutorials/samegame/samegame2/samegame2.qmlproject [moved from examples/declarative/tutorials/samegame/samegame2/samegame2.qmlproject with 100% similarity]
examples/qml/tutorials/samegame/samegame3/Block.qml [moved from examples/declarative/tutorials/samegame/samegame3/Block.qml with 100% similarity]
examples/qml/tutorials/samegame/samegame3/Button.qml [moved from examples/declarative/tutorials/samegame/samegame3/Button.qml with 100% similarity]
examples/qml/tutorials/samegame/samegame3/Dialog.qml [moved from examples/declarative/tutorials/samegame/samegame3/Dialog.qml with 100% similarity]
examples/qml/tutorials/samegame/samegame3/samegame.js [moved from examples/declarative/tutorials/samegame/samegame3/samegame.js with 100% similarity]
examples/qml/tutorials/samegame/samegame3/samegame.qml [moved from examples/declarative/tutorials/samegame/samegame3/samegame.qml with 100% similarity]
examples/qml/tutorials/samegame/samegame3/samegame3.qmlproject [moved from examples/declarative/tutorials/samegame/samegame3/samegame3.qmlproject with 100% similarity]
examples/qml/tutorials/samegame/samegame4/content/BoomBlock.qml [moved from examples/declarative/tutorials/samegame/samegame4/content/BoomBlock.qml with 100% similarity]
examples/qml/tutorials/samegame/samegame4/content/Button.qml [moved from examples/declarative/tutorials/samegame/samegame2/Button.qml with 100% similarity]
examples/qml/tutorials/samegame/samegame4/content/Dialog.qml [moved from examples/declarative/tutorials/samegame/samegame4/content/Dialog.qml with 100% similarity]
examples/qml/tutorials/samegame/samegame4/content/samegame.js [moved from examples/declarative/tutorials/samegame/samegame4/content/samegame.js with 100% similarity]
examples/qml/tutorials/samegame/samegame4/highscores/README [moved from examples/declarative/tutorials/samegame/samegame4/highscores/README with 100% similarity]
examples/qml/tutorials/samegame/samegame4/highscores/score_data.xml [moved from examples/declarative/tutorials/samegame/samegame4/highscores/score_data.xml with 100% similarity]
examples/qml/tutorials/samegame/samegame4/highscores/score_style.xsl [moved from examples/declarative/tutorials/samegame/samegame4/highscores/score_style.xsl with 100% similarity]
examples/qml/tutorials/samegame/samegame4/highscores/scores.php [moved from examples/declarative/tutorials/samegame/samegame4/highscores/scores.php with 100% similarity]
examples/qml/tutorials/samegame/samegame4/samegame.qml [moved from examples/declarative/tutorials/samegame/samegame4/samegame.qml with 100% similarity]
examples/qml/tutorials/samegame/samegame4/samegame4.qmlproject [moved from examples/declarative/tutorials/samegame/samegame4/samegame4.qmlproject with 100% similarity]
examples/qml/tutorials/samegame/shared/pics/background.jpg [moved from examples/declarative/tutorials/samegame/shared/pics/background.jpg with 100% similarity]
examples/qml/tutorials/samegame/shared/pics/blueStar.png [moved from examples/declarative/tutorials/samegame/shared/pics/blueStar.png with 100% similarity]
examples/qml/tutorials/samegame/shared/pics/blueStone.png [moved from examples/declarative/tutorials/samegame/shared/pics/blueStone.png with 100% similarity]
examples/qml/tutorials/samegame/shared/pics/greenStar.png [moved from examples/declarative/tutorials/samegame/shared/pics/greenStar.png with 100% similarity]
examples/qml/tutorials/samegame/shared/pics/greenStone.png [moved from examples/declarative/tutorials/samegame/shared/pics/greenStone.png with 100% similarity]
examples/qml/tutorials/samegame/shared/pics/redStar.png [moved from examples/declarative/tutorials/samegame/shared/pics/redStar.png with 100% similarity]
examples/qml/tutorials/samegame/shared/pics/redStone.png [moved from examples/declarative/tutorials/samegame/shared/pics/redStone.png with 100% similarity]
examples/qml/tutorials/samegame/shared/pics/star.png [moved from examples/declarative/snake/content/pics/star.png with 100% similarity]
examples/qml/tutorials/samegame/shared/pics/yellowStone.png [moved from examples/declarative/tutorials/samegame/shared/pics/yellowStone.png with 100% similarity]
examples/qml/tutorials/tutorials.pro [moved from examples/declarative/tutorials/tutorials.pro with 100% similarity]
examples/qml/tutorials/tutorials.qmlproject [moved from examples/declarative/tutorials/tutorials.qmlproject with 100% similarity]
examples/qml/twitter/TwitterCore/Button.qml [new file with mode: 0644]
examples/qml/twitter/TwitterCore/FatDelegate.qml [new file with mode: 0644]
examples/qml/twitter/TwitterCore/Input.qml [new file with mode: 0644]
examples/qml/twitter/TwitterCore/Loading.qml [new file with mode: 0644]
examples/qml/twitter/TwitterCore/MultiTitleBar.qml [new file with mode: 0644]
examples/qml/twitter/TwitterCore/RssModel.qml [new file with mode: 0644]
examples/qml/twitter/TwitterCore/SearchView.qml [new file with mode: 0644]
examples/qml/twitter/TwitterCore/TitleBar.qml [new file with mode: 0644]
examples/qml/twitter/TwitterCore/ToolBar.qml [new file with mode: 0644]
examples/qml/twitter/TwitterCore/UserModel.qml [new file with mode: 0644]
examples/qml/twitter/TwitterCore/images/gloss.png [moved from examples/declarative/canvas/contents/images/gloss.png with 100% similarity, mode: 0644]
examples/qml/twitter/TwitterCore/images/lineedit.png [moved from examples/declarative/canvas/contents/images/lineedit.png with 100% similarity, mode: 0644]
examples/qml/twitter/TwitterCore/images/lineedit.sci [moved from examples/declarative/canvas/contents/images/lineedit.sci with 100% similarity]
examples/qml/twitter/TwitterCore/images/loading.png [moved from examples/declarative/twitter/TwitterCore/images/loading.png with 100% similarity]
examples/qml/twitter/TwitterCore/images/quit.png [moved from examples/declarative/canvas/contents/images/quit.png with 100% similarity, mode: 0644]
examples/qml/twitter/TwitterCore/images/stripes.png [moved from examples/declarative/canvas/contents/images/stripes.png with 100% similarity, mode: 0644]
examples/qml/twitter/TwitterCore/images/titlebar.png [moved from examples/declarative/canvas/contents/images/titlebar.png with 100% similarity, mode: 0644]
examples/qml/twitter/TwitterCore/images/titlebar.sci [moved from examples/declarative/canvas/contents/images/titlebar.sci with 100% similarity]
examples/qml/twitter/TwitterCore/images/toolbutton.png [moved from examples/declarative/canvas/contents/images/toolbutton.png with 100% similarity, mode: 0644]
examples/qml/twitter/TwitterCore/images/toolbutton.sci [moved from examples/declarative/canvas/contents/images/toolbutton.sci with 100% similarity]
examples/qml/twitter/TwitterCore/qmldir [moved from examples/declarative/twitter/TwitterCore/qmldir with 100% similarity]
examples/qml/twitter/twitter.qml [new file with mode: 0644]
examples/qml/twitter/twitter.qmlproject [moved from examples/declarative/twitter/twitter.qmlproject with 100% similarity]
examples/qml/ui-components/dialcontrol/content/Dial.qml [moved from examples/declarative/ui-components/dialcontrol/content/Dial.qml with 100% similarity]
examples/qml/ui-components/dialcontrol/content/QuitButton.qml [moved from examples/declarative/animation/easing/content/QuitButton.qml with 100% similarity]
examples/qml/ui-components/dialcontrol/content/background.png [moved from examples/declarative/ui-components/dialcontrol/content/background.png with 100% similarity]
examples/qml/ui-components/dialcontrol/content/needle.png [moved from examples/declarative/ui-components/dialcontrol/content/needle.png with 100% similarity]
examples/qml/ui-components/dialcontrol/content/needle_shadow.png [moved from examples/declarative/ui-components/dialcontrol/content/needle_shadow.png with 100% similarity]
examples/qml/ui-components/dialcontrol/content/overlay.png [moved from examples/declarative/ui-components/dialcontrol/content/overlay.png with 100% similarity]
examples/qml/ui-components/dialcontrol/content/quit.png [moved from examples/declarative/animation/easing/content/quit.png with 100% similarity]
examples/qml/ui-components/dialcontrol/dialcontrol.qml [moved from examples/declarative/ui-components/dialcontrol/dialcontrol.qml with 100% similarity]
examples/qml/ui-components/flipable/content/5_heart.png [moved from examples/declarative/ui-components/flipable/content/5_heart.png with 100% similarity]
examples/qml/ui-components/flipable/content/9_club.png [moved from examples/declarative/ui-components/flipable/content/9_club.png with 100% similarity]
examples/qml/ui-components/flipable/content/Card.qml [moved from examples/declarative/ui-components/flipable/content/Card.qml with 100% similarity]
examples/qml/ui-components/flipable/content/back.png [moved from examples/declarative/ui-components/flipable/content/back.png with 100% similarity]
examples/qml/ui-components/flipable/flipable.qml [moved from examples/declarative/ui-components/flipable/flipable.qml with 100% similarity]
examples/qml/ui-components/progressbar/content/ProgressBar.qml [moved from examples/declarative/ui-components/progressbar/content/ProgressBar.qml with 100% similarity]
examples/qml/ui-components/progressbar/content/background.png [moved from examples/declarative/ui-components/progressbar/content/background.png with 100% similarity]
examples/qml/ui-components/progressbar/main.qml [moved from examples/declarative/ui-components/progressbar/main.qml with 100% similarity]
examples/qml/ui-components/scrollbar/ScrollBar.qml [moved from examples/declarative/ui-components/scrollbar/ScrollBar.qml with 100% similarity]
examples/qml/ui-components/scrollbar/main.qml [moved from examples/declarative/ui-components/scrollbar/main.qml with 100% similarity]
examples/qml/ui-components/scrollbar/pics/niagara_falls.jpg [moved from examples/declarative/ui-components/scrollbar/pics/niagara_falls.jpg with 100% similarity]
examples/qml/ui-components/scrollbar/scrollbar.qmlproject [moved from examples/declarative/ui-components/scrollbar/scrollbar.qmlproject with 100% similarity]
examples/qml/ui-components/searchbox/SearchBox.qml [moved from examples/declarative/ui-components/searchbox/SearchBox.qml with 100% similarity]
examples/qml/ui-components/searchbox/images/clear.png [moved from examples/declarative/ui-components/searchbox/images/clear.png with 100% similarity]
examples/qml/ui-components/searchbox/images/lineedit-bg-focus.png [moved from examples/declarative/ui-components/searchbox/images/lineedit-bg-focus.png with 100% similarity]
examples/qml/ui-components/searchbox/images/lineedit-bg.png [moved from examples/declarative/ui-components/searchbox/images/lineedit-bg.png with 100% similarity]
examples/qml/ui-components/searchbox/main.qml [moved from examples/declarative/ui-components/searchbox/main.qml with 100% similarity]
examples/qml/ui-components/searchbox/searchbox.qmlproject [moved from examples/declarative/ui-components/searchbox/searchbox.qmlproject with 100% similarity]
examples/qml/ui-components/slideswitch/content/Switch.qml [moved from examples/declarative/ui-components/slideswitch/content/Switch.qml with 100% similarity]
examples/qml/ui-components/slideswitch/content/background.png [moved from examples/declarative/ui-components/slideswitch/content/background.png with 100% similarity]
examples/qml/ui-components/slideswitch/content/background.svg [moved from examples/declarative/ui-components/slideswitch/content/background.svg with 100% similarity]
examples/qml/ui-components/slideswitch/content/knob.png [moved from examples/declarative/ui-components/slideswitch/content/knob.png with 100% similarity]
examples/qml/ui-components/slideswitch/content/knob.svg [moved from examples/declarative/ui-components/slideswitch/content/knob.svg with 100% similarity]
examples/qml/ui-components/slideswitch/slideswitch.qml [moved from examples/declarative/ui-components/slideswitch/slideswitch.qml with 100% similarity]
examples/qml/ui-components/spinner/content/Spinner.qml [moved from examples/declarative/ui-components/spinner/content/Spinner.qml with 100% similarity]
examples/qml/ui-components/spinner/content/spinner-bg.png [moved from examples/declarative/ui-components/spinner/content/spinner-bg.png with 100% similarity]
examples/qml/ui-components/spinner/content/spinner-select.png [moved from examples/declarative/ui-components/spinner/content/spinner-select.png with 100% similarity]
examples/qml/ui-components/spinner/main.qml [moved from examples/declarative/ui-components/spinner/main.qml with 100% similarity]
examples/qml/ui-components/spinner/spinner.qmlproject [moved from examples/declarative/ui-components/spinner/spinner.qmlproject with 100% similarity]
examples/qml/ui-components/tabwidget/TabWidget.qml [moved from examples/declarative/ui-components/tabwidget/TabWidget.qml with 100% similarity]
examples/qml/ui-components/tabwidget/main.qml [moved from examples/declarative/ui-components/tabwidget/main.qml with 100% similarity]
examples/qml/ui-components/tabwidget/tab.png [moved from examples/declarative/ui-components/tabwidget/tab.png with 100% similarity]
examples/qml/ui-components/tabwidget/tabwidget.qmlproject [moved from examples/declarative/ui-components/tabwidget/tabwidget.qmlproject with 100% similarity]
examples/qml/window/Window.qml [moved from examples/declarative/window/Window.qml with 100% similarity]
examples/qml/window/screen/screenInfo.qml [moved from examples/declarative/window/screen/screenInfo.qml with 100% similarity]
examples/qml/window/standalone.qml [moved from examples/declarative/window/standalone.qml with 100% similarity]
examples/qml/window/window.cpp [new file with mode: 0644]
examples/qml/window/window.pro [new file with mode: 0644]
examples/qml/xml/xmlhttprequest/data.xml [moved from examples/declarative/xml/xmlhttprequest/data.xml with 100% similarity]
examples/qml/xml/xmlhttprequest/xmlhttprequest-example.qml [moved from examples/declarative/xml/xmlhttprequest/xmlhttprequest-example.qml with 100% similarity]
examples/tutorials/gettingStartedQml/core/Button.qml
examples/tutorials/gettingStartedQml/core/EditMenu.qml
examples/tutorials/gettingStartedQml/core/FileDialog.qml
examples/tutorials/gettingStartedQml/core/FileMenu.qml
examples/tutorials/gettingStartedQml/core/MenuBar.qml
examples/tutorials/gettingStartedQml/core/TextArea.qml
examples/tutorials/gettingStartedQml/filedialog/dialogPlugin.cpp
examples/tutorials/gettingStartedQml/filedialog/dialogPlugin.h
examples/tutorials/gettingStartedQml/filedialog/directory.cpp
examples/tutorials/gettingStartedQml/filedialog/directory.h
examples/tutorials/gettingStartedQml/filedialog/file.cpp
examples/tutorials/gettingStartedQml/filedialog/file.h
examples/tutorials/gettingStartedQml/filedialog/filedialog.pro
examples/tutorials/gettingStartedQml/parts/part0/Button.qml
examples/tutorials/gettingStartedQml/parts/part1/Button.qml
examples/tutorials/gettingStartedQml/parts/part1/EditMenu.qml
examples/tutorials/gettingStartedQml/parts/part1/FileMenu.qml
examples/tutorials/gettingStartedQml/parts/part1/SimpleButton.qml
examples/tutorials/gettingStartedQml/parts/part2/Button.qml
examples/tutorials/gettingStartedQml/parts/part2/EditMenu.qml
examples/tutorials/gettingStartedQml/parts/part2/FileMenu.qml
examples/tutorials/gettingStartedQml/parts/part2/MenuBar.qml
examples/tutorials/gettingStartedQml/parts/part3/Button.qml
examples/tutorials/gettingStartedQml/parts/part3/EditMenu.qml
examples/tutorials/gettingStartedQml/parts/part3/FileMenu.qml
examples/tutorials/gettingStartedQml/parts/part3/MenuBar.qml
examples/tutorials/gettingStartedQml/parts/part3/TextArea.qml
examples/tutorials/gettingStartedQml/parts/part3/TextEditor.qml
examples/tutorials/gettingStartedQml/parts/part4/Button.qml
examples/tutorials/gettingStartedQml/parts/part4/EditMenu.qml
examples/tutorials/gettingStartedQml/parts/part4/FileMenu.qml
examples/tutorials/gettingStartedQml/parts/part4/MenuBar.qml
examples/tutorials/gettingStartedQml/parts/part4/SimpleButton.qml
examples/tutorials/gettingStartedQml/parts/part4/TextArea.qml
examples/tutorials/gettingStartedQml/parts/part4/TextEditor.qml
examples/tutorials/gettingStartedQml/parts/part5/TextEditor.qml
examples/tutorials/gettingStartedQml/parts/part5/core/Button.qml
examples/tutorials/gettingStartedQml/parts/part5/core/EditMenu.qml
examples/tutorials/gettingStartedQml/parts/part5/core/FileDialog.qml
examples/tutorials/gettingStartedQml/parts/part5/core/FileMenu.qml
examples/tutorials/gettingStartedQml/parts/part5/core/MenuBar.qml
examples/tutorials/gettingStartedQml/parts/part5/core/TextArea.qml
examples/tutorials/gettingStartedQml/parts/part5/filedialog/dialogPlugin.cpp
examples/tutorials/gettingStartedQml/parts/part5/filedialog/dialogPlugin.h
examples/tutorials/gettingStartedQml/parts/part5/filedialog/directory.cpp
examples/tutorials/gettingStartedQml/parts/part5/filedialog/directory.h
examples/tutorials/gettingStartedQml/parts/part5/filedialog/file.cpp
examples/tutorials/gettingStartedQml/parts/part5/filedialog/file.h
examples/tutorials/gettingStartedQml/parts/part5/filedialog/filedialog.pro
examples/tutorials/gettingStartedQml/texteditor.qml
modules/qt_declarative.pri [deleted file]
modules/qt_qml.pri [new file with mode: 0644]
modules/qt_qmltest.pri
modules/qt_quick.pri
src/declarative/animations/qabstractanimationjob.cpp [deleted file]
src/declarative/animations/qabstractanimationjob_p.h [deleted file]
src/declarative/animations/qanimationgroupjob.cpp [deleted file]
src/declarative/animations/qanimationgroupjob_p.h [deleted file]
src/declarative/animations/qanimationjobutil_p.h [deleted file]
src/declarative/animations/qparallelanimationgroupjob.cpp [deleted file]
src/declarative/animations/qparallelanimationgroupjob_p.h [deleted file]
src/declarative/animations/qpauseanimationjob.cpp [deleted file]
src/declarative/animations/qpauseanimationjob_p.h [deleted file]
src/declarative/animations/qsequentialanimationgroupjob.cpp [deleted file]
src/declarative/animations/qsequentialanimationgroupjob_p.h [deleted file]
src/declarative/debugger/debugger.pri [deleted file]
src/declarative/debugger/qdebugmessageservice.cpp [deleted file]
src/declarative/debugger/qdebugmessageservice_p.h [deleted file]
src/declarative/debugger/qdeclarativedebug.h [deleted file]
src/declarative/debugger/qdeclarativedebugclient.cpp [deleted file]
src/declarative/debugger/qdeclarativedebugclient_p.h [deleted file]
src/declarative/debugger/qdeclarativedebughelper.cpp [deleted file]
src/declarative/debugger/qdeclarativedebughelper_p.h [deleted file]
src/declarative/debugger/qdeclarativedebugserver.cpp [deleted file]
src/declarative/debugger/qdeclarativedebugserver_p.h [deleted file]
src/declarative/debugger/qdeclarativedebugserverconnection_p.h [deleted file]
src/declarative/debugger/qdeclarativedebugservice.cpp [deleted file]
src/declarative/debugger/qdeclarativedebugservice_p.h [deleted file]
src/declarative/debugger/qdeclarativedebugservice_p_p.h [deleted file]
src/declarative/debugger/qdeclarativedebugstatesdelegate_p.h [deleted file]
src/declarative/debugger/qdeclarativeenginedebug.cpp [deleted file]
src/declarative/debugger/qdeclarativeenginedebug_p.h [deleted file]
src/declarative/debugger/qdeclarativeenginedebugservice.cpp [deleted file]
src/declarative/debugger/qdeclarativeenginedebugservice_p.h [deleted file]
src/declarative/debugger/qdeclarativeinspectorinterface_p.h [deleted file]
src/declarative/debugger/qdeclarativeinspectorservice.cpp [deleted file]
src/declarative/debugger/qdeclarativeinspectorservice_p.h [deleted file]
src/declarative/debugger/qdeclarativeprofilerservice.cpp [deleted file]
src/declarative/debugger/qdeclarativeprofilerservice_p.h [deleted file]
src/declarative/debugger/qpacketprotocol.cpp [deleted file]
src/declarative/debugger/qpacketprotocol_p.h [deleted file]
src/declarative/debugger/qv8debugservice.cpp [deleted file]
src/declarative/debugger/qv8debugservice_p.h [deleted file]
src/declarative/debugger/qv8profilerservice.cpp [deleted file]
src/declarative/debugger/qv8profilerservice_p.h [deleted file]
src/declarative/declarative.pro [deleted file]
src/declarative/qml/ftw/ftw.pri [deleted file]
src/declarative/qml/ftw/qbitfield_p.h [deleted file]
src/declarative/qml/ftw/qdeclarativepool.cpp [deleted file]
src/declarative/qml/ftw/qdeclarativepool_p.h [deleted file]
src/declarative/qml/ftw/qdeclarativerefcount_p.h [deleted file]
src/declarative/qml/ftw/qdeclarativethread.cpp [deleted file]
src/declarative/qml/ftw/qdeclarativethread_p.h [deleted file]
src/declarative/qml/ftw/qdeclarativetrace.cpp [deleted file]
src/declarative/qml/ftw/qdeclarativetrace_p.h [deleted file]
src/declarative/qml/ftw/qdeletewatcher_p.h [deleted file]
src/declarative/qml/ftw/qfastmetabuilder.cpp [deleted file]
src/declarative/qml/ftw/qfastmetabuilder_p.h [deleted file]
src/declarative/qml/ftw/qfieldlist_p.h [deleted file]
src/declarative/qml/ftw/qfinitestack_p.h [deleted file]
src/declarative/qml/ftw/qflagpointer_p.h [deleted file]
src/declarative/qml/ftw/qhashedstring.cpp [deleted file]
src/declarative/qml/ftw/qhashedstring_p.h [deleted file]
src/declarative/qml/ftw/qhashfield_p.h [deleted file]
src/declarative/qml/ftw/qintrusivelist.cpp [deleted file]
src/declarative/qml/ftw/qintrusivelist_p.h [deleted file]
src/declarative/qml/ftw/qlazilyallocated_p.h [deleted file]
src/declarative/qml/ftw/qpodvector_p.h [deleted file]
src/declarative/qml/ftw/qpointervaluepair_p.h [deleted file]
src/declarative/qml/ftw/qrecursionwatcher_p.h [deleted file]
src/declarative/qml/ftw/qrecyclepool_p.h [deleted file]
src/declarative/qml/parser/parser.pri [deleted file]
src/declarative/qml/parser/qdeclarativejs.g [deleted file]
src/declarative/qml/parser/qdeclarativejsast.cpp [deleted file]
src/declarative/qml/parser/qdeclarativejsast_p.h [deleted file]
src/declarative/qml/parser/qdeclarativejsastfwd_p.h [deleted file]
src/declarative/qml/parser/qdeclarativejsastvisitor.cpp [deleted file]
src/declarative/qml/parser/qdeclarativejsastvisitor_p.h [deleted file]
src/declarative/qml/parser/qdeclarativejsengine_p.cpp [deleted file]
src/declarative/qml/parser/qdeclarativejsengine_p.h [deleted file]
src/declarative/qml/parser/qdeclarativejsglobal_p.h [deleted file]
src/declarative/qml/parser/qdeclarativejsgrammar.cpp [deleted file]
src/declarative/qml/parser/qdeclarativejsgrammar_p.h [deleted file]
src/declarative/qml/parser/qdeclarativejskeywords_p.h [deleted file]
src/declarative/qml/parser/qdeclarativejslexer.cpp [deleted file]
src/declarative/qml/parser/qdeclarativejslexer_p.h [deleted file]
src/declarative/qml/parser/qdeclarativejsmemorypool_p.h [deleted file]
src/declarative/qml/parser/qdeclarativejsparser.cpp [deleted file]
src/declarative/qml/parser/qdeclarativejsparser_p.h [deleted file]
src/declarative/qml/qdeclarative.h [deleted file]
src/declarative/qml/qdeclarativeaccessors.cpp [deleted file]
src/declarative/qml/qdeclarativeaccessors_p.h [deleted file]
src/declarative/qml/qdeclarativeapplication.cpp [deleted file]
src/declarative/qml/qdeclarativeapplication_p.h [deleted file]
src/declarative/qml/qdeclarativebinding.cpp [deleted file]
src/declarative/qml/qdeclarativebinding_p.h [deleted file]
src/declarative/qml/qdeclarativebinding_p_p.h [deleted file]
src/declarative/qml/qdeclarativeboundsignal.cpp [deleted file]
src/declarative/qml/qdeclarativeboundsignal_p.h [deleted file]
src/declarative/qml/qdeclarativecleanup.cpp [deleted file]
src/declarative/qml/qdeclarativecleanup_p.h [deleted file]
src/declarative/qml/qdeclarativecompileddata.cpp [deleted file]
src/declarative/qml/qdeclarativecompiler.cpp [deleted file]
src/declarative/qml/qdeclarativecompiler_p.h [deleted file]
src/declarative/qml/qdeclarativecomponent.cpp [deleted file]
src/declarative/qml/qdeclarativecomponent.h [deleted file]
src/declarative/qml/qdeclarativecomponent_p.h [deleted file]
src/declarative/qml/qdeclarativecomponentattached_p.h [deleted file]
src/declarative/qml/qdeclarativecontext.cpp [deleted file]
src/declarative/qml/qdeclarativecontext.h [deleted file]
src/declarative/qml/qdeclarativecontext_p.h [deleted file]
src/declarative/qml/qdeclarativecustomparser.cpp [deleted file]
src/declarative/qml/qdeclarativecustomparser_p.h [deleted file]
src/declarative/qml/qdeclarativecustomparser_p_p.h [deleted file]
src/declarative/qml/qdeclarativedata_p.h [deleted file]
src/declarative/qml/qdeclarativedirparser.cpp [deleted file]
src/declarative/qml/qdeclarativedirparser_p.h [deleted file]
src/declarative/qml/qdeclarativeengine.cpp [deleted file]
src/declarative/qml/qdeclarativeengine.h [deleted file]
src/declarative/qml/qdeclarativeengine_p.h [deleted file]
src/declarative/qml/qdeclarativeerror.cpp [deleted file]
src/declarative/qml/qdeclarativeerror.h [deleted file]
src/declarative/qml/qdeclarativeexpression.cpp [deleted file]
src/declarative/qml/qdeclarativeexpression.h [deleted file]
src/declarative/qml/qdeclarativeexpression_p.h [deleted file]
src/declarative/qml/qdeclarativeextensioninterface.h [deleted file]
src/declarative/qml/qdeclarativeextensionplugin.cpp [deleted file]
src/declarative/qml/qdeclarativeextensionplugin.h [deleted file]
src/declarative/qml/qdeclarativeglobal_p.h [deleted file]
src/declarative/qml/qdeclarativeguard_p.h [deleted file]
src/declarative/qml/qdeclarativeimageprovider.cpp [deleted file]
src/declarative/qml/qdeclarativeimageprovider.h [deleted file]
src/declarative/qml/qdeclarativeimport.cpp [deleted file]
src/declarative/qml/qdeclarativeimport_p.h [deleted file]
src/declarative/qml/qdeclarativeincubator.cpp [deleted file]
src/declarative/qml/qdeclarativeincubator.h [deleted file]
src/declarative/qml/qdeclarativeincubator_p.h [deleted file]
src/declarative/qml/qdeclarativeinfo.cpp [deleted file]
src/declarative/qml/qdeclarativeinfo.h [deleted file]
src/declarative/qml/qdeclarativeinstruction.cpp [deleted file]
src/declarative/qml/qdeclarativeinstruction_p.h [deleted file]
src/declarative/qml/qdeclarativeintegercache.cpp [deleted file]
src/declarative/qml/qdeclarativeintegercache_p.h [deleted file]
src/declarative/qml/qdeclarativelist.cpp [deleted file]
src/declarative/qml/qdeclarativelist.h [deleted file]
src/declarative/qml/qdeclarativelist_p.h [deleted file]
src/declarative/qml/qdeclarativelistmodel.cpp [deleted file]
src/declarative/qml/qdeclarativelistmodel_p.h [deleted file]
src/declarative/qml/qdeclarativelistmodel_p_p.h [deleted file]
src/declarative/qml/qdeclarativelistmodelworkeragent.cpp [deleted file]
src/declarative/qml/qdeclarativelistmodelworkeragent_p.h [deleted file]
src/declarative/qml/qdeclarativelocale.cpp [deleted file]
src/declarative/qml/qdeclarativelocale_p.h [deleted file]
src/declarative/qml/qdeclarativemetatype.cpp [deleted file]
src/declarative/qml/qdeclarativemetatype_p.h [deleted file]
src/declarative/qml/qdeclarativenetworkaccessmanagerfactory.cpp [deleted file]
src/declarative/qml/qdeclarativenetworkaccessmanagerfactory.h [deleted file]
src/declarative/qml/qdeclarativenotifier.cpp [deleted file]
src/declarative/qml/qdeclarativenotifier_p.h [deleted file]
src/declarative/qml/qdeclarativenullablevalue_p_p.h [deleted file]
src/declarative/qml/qdeclarativeopenmetaobject.cpp [deleted file]
src/declarative/qml/qdeclarativeopenmetaobject_p.h [deleted file]
src/declarative/qml/qdeclarativeparserstatus.cpp [deleted file]
src/declarative/qml/qdeclarativeparserstatus.h [deleted file]
src/declarative/qml/qdeclarativeprivate.h [deleted file]
src/declarative/qml/qdeclarativeproperty.cpp [deleted file]
src/declarative/qml/qdeclarativeproperty.h [deleted file]
src/declarative/qml/qdeclarativeproperty_p.h [deleted file]
src/declarative/qml/qdeclarativepropertycache.cpp [deleted file]
src/declarative/qml/qdeclarativepropertycache_p.h [deleted file]
src/declarative/qml/qdeclarativepropertyvalueinterceptor.cpp [deleted file]
src/declarative/qml/qdeclarativepropertyvalueinterceptor_p.h [deleted file]
src/declarative/qml/qdeclarativepropertyvaluesource.cpp [deleted file]
src/declarative/qml/qdeclarativepropertyvaluesource.h [deleted file]
src/declarative/qml/qdeclarativeproxymetaobject.cpp [deleted file]
src/declarative/qml/qdeclarativeproxymetaobject_p.h [deleted file]
src/declarative/qml/qdeclarativerewrite.cpp [deleted file]
src/declarative/qml/qdeclarativerewrite_p.h [deleted file]
src/declarative/qml/qdeclarativescript.cpp [deleted file]
src/declarative/qml/qdeclarativescript_p.h [deleted file]
src/declarative/qml/qdeclarativescriptstring.cpp [deleted file]
src/declarative/qml/qdeclarativescriptstring.h [deleted file]
src/declarative/qml/qdeclarativescriptstring_p.h [deleted file]
src/declarative/qml/qdeclarativestringconverters.cpp [deleted file]
src/declarative/qml/qdeclarativestringconverters_p.h [deleted file]
src/declarative/qml/qdeclarativetypeloader.cpp [deleted file]
src/declarative/qml/qdeclarativetypeloader_p.h [deleted file]
src/declarative/qml/qdeclarativetypenamecache.cpp [deleted file]
src/declarative/qml/qdeclarativetypenamecache_p.h [deleted file]
src/declarative/qml/qdeclarativetypenotavailable.cpp [deleted file]
src/declarative/qml/qdeclarativetypenotavailable_p.h [deleted file]
src/declarative/qml/qdeclarativevaluetype.cpp [deleted file]
src/declarative/qml/qdeclarativevaluetype_p.h [deleted file]
src/declarative/qml/qdeclarativevme.cpp [deleted file]
src/declarative/qml/qdeclarativevme_p.h [deleted file]
src/declarative/qml/qdeclarativevmemetaobject.cpp [deleted file]
src/declarative/qml/qdeclarativevmemetaobject_p.h [deleted file]
src/declarative/qml/qdeclarativewatcher.cpp [deleted file]
src/declarative/qml/qdeclarativewatcher_p.h [deleted file]
src/declarative/qml/qdeclarativeworkerscript.cpp [deleted file]
src/declarative/qml/qdeclarativeworkerscript_p.h [deleted file]
src/declarative/qml/qdeclarativexmlhttprequest.cpp [deleted file]
src/declarative/qml/qdeclarativexmlhttprequest_p.h [deleted file]
src/declarative/qml/qlistmodelinterface.cpp [deleted file]
src/declarative/qml/qlistmodelinterface_p.h [deleted file]
src/declarative/qml/qml.pri [deleted file]
src/declarative/qml/rewriter/textwriter.cpp [deleted file]
src/declarative/qml/rewriter/textwriter_p.h [deleted file]
src/declarative/qml/v4/qv4bindings.cpp [deleted file]
src/declarative/qml/v4/qv4bindings_p.h [deleted file]
src/declarative/qml/v4/qv4compiler.cpp [deleted file]
src/declarative/qml/v4/qv4compiler_p.h [deleted file]
src/declarative/qml/v4/qv4compiler_p_p.h [deleted file]
src/declarative/qml/v4/qv4instruction.cpp [deleted file]
src/declarative/qml/v4/qv4instruction_p.h [deleted file]
src/declarative/qml/v4/qv4ir.cpp [deleted file]
src/declarative/qml/v4/qv4ir_p.h [deleted file]
src/declarative/qml/v4/qv4irbuilder.cpp [deleted file]
src/declarative/qml/v4/qv4irbuilder_p.h [deleted file]
src/declarative/qml/v4/qv4program_p.h [deleted file]
src/declarative/qml/v8/notes.txt [deleted file]
src/declarative/qml/v8/qdeclarativebuiltinfunctions.cpp [deleted file]
src/declarative/qml/v8/qdeclarativebuiltinfunctions_p.h [deleted file]
src/declarative/qml/v8/qjsconverter_impl_p.h [deleted file]
src/declarative/qml/v8/qjsengine.h [deleted file]
src/declarative/qml/v8/qjsvalue.h [deleted file]
src/declarative/qml/v8/qjsvalueiterator.h [deleted file]
src/declarative/qml/v8/qjsvalueiterator_impl_p.h [deleted file]
src/declarative/qml/v8/qjsvalueiterator_p.h [deleted file]
src/declarative/qml/v8/qv8_p.h [deleted file]
src/declarative/qml/v8/qv8bindings.cpp [deleted file]
src/declarative/qml/v8/qv8bindings_p.h [deleted file]
src/declarative/qml/v8/qv8contextwrapper.cpp [deleted file]
src/declarative/qml/v8/qv8contextwrapper_p.h [deleted file]
src/declarative/qml/v8/qv8debug_p.h [deleted file]
src/declarative/qml/v8/qv8domerrors.cpp [deleted file]
src/declarative/qml/v8/qv8domerrors_p.h [deleted file]
src/declarative/qml/v8/qv8engine.cpp [deleted file]
src/declarative/qml/v8/qv8engine_impl_p.h [deleted file]
src/declarative/qml/v8/qv8engine_p.h [deleted file]
src/declarative/qml/v8/qv8include.cpp [deleted file]
src/declarative/qml/v8/qv8include_p.h [deleted file]
src/declarative/qml/v8/qv8listwrapper.cpp [deleted file]
src/declarative/qml/v8/qv8listwrapper_p.h [deleted file]
src/declarative/qml/v8/qv8profiler_p.h [deleted file]
src/declarative/qml/v8/qv8qobjectwrapper.cpp [deleted file]
src/declarative/qml/v8/qv8qobjectwrapper_p.h [deleted file]
src/declarative/qml/v8/qv8sequencewrapper.cpp [deleted file]
src/declarative/qml/v8/qv8sequencewrapper_p.h [deleted file]
src/declarative/qml/v8/qv8sequencewrapper_p_p.h [deleted file]
src/declarative/qml/v8/qv8sqlerrors.cpp [deleted file]
src/declarative/qml/v8/qv8sqlerrors_p.h [deleted file]
src/declarative/qml/v8/qv8stringwrapper.cpp [deleted file]
src/declarative/qml/v8/qv8stringwrapper_p.h [deleted file]
src/declarative/qml/v8/qv8typewrapper.cpp [deleted file]
src/declarative/qml/v8/qv8typewrapper_p.h [deleted file]
src/declarative/qml/v8/qv8valuetypewrapper.cpp [deleted file]
src/declarative/qml/v8/qv8valuetypewrapper_p.h [deleted file]
src/declarative/qml/v8/qv8variantresource_p.h [deleted file]
src/declarative/qml/v8/qv8variantwrapper.cpp [deleted file]
src/declarative/qml/v8/qv8variantwrapper_p.h [deleted file]
src/declarative/qml/v8/qv8worker.cpp [deleted file]
src/declarative/qml/v8/qv8worker_p.h [deleted file]
src/declarative/qml/v8/v8.pri [deleted file]
src/declarative/util/qdeclarativepropertymap.cpp [deleted file]
src/declarative/util/qdeclarativepropertymap.h [deleted file]
src/declarative/util/util.pri [deleted file]
src/imports/folderlistmodel/folderlistmodel.pro
src/imports/folderlistmodel/plugin.cpp
src/imports/folderlistmodel/qdeclarativefolderlistmodel.cpp [deleted file]
src/imports/folderlistmodel/qdeclarativefolderlistmodel.h [deleted file]
src/imports/folderlistmodel/qquickfolderlistmodel.cpp [new file with mode: 0644]
src/imports/folderlistmodel/qquickfolderlistmodel.h [new file with mode: 0644]
src/imports/localstorage/localstorage.pro
src/imports/localstorage/plugin.cpp
src/imports/qimportbase.pri
src/imports/qtquick2/plugin.cpp
src/imports/qtquick2/qtquick2.pro
src/imports/testlib/main.cpp
src/imports/testlib/signalspy.h
src/imports/testlib/testcase.h
src/imports/testlib/testlib.pro
src/imports/xmllistmodel/plugin.cpp
src/imports/xmllistmodel/qdeclarativexmllistmodel.cpp [deleted file]
src/imports/xmllistmodel/qdeclarativexmllistmodel_p.h [deleted file]
src/imports/xmllistmodel/qqmlxmllistmodel.cpp [new file with mode: 0644]
src/imports/xmllistmodel/qqmlxmllistmodel_p.h [new file with mode: 0644]
src/imports/xmllistmodel/xmllistmodel.pro
src/plugins/accessible/quick/main.cpp
src/plugins/accessible/quick/qaccessiblequickitem.cpp
src/plugins/accessible/quick/qaccessiblequickitem.h
src/plugins/accessible/quick/qaccessiblequickview.cpp
src/plugins/accessible/quick/qaccessiblequickview.h
src/plugins/accessible/quick/quick.pro
src/plugins/accessible/shared/qaccessiblebase.pri
src/plugins/accessible/shared/qdeclarativeaccessible.cpp [deleted file]
src/plugins/accessible/shared/qdeclarativeaccessible.h [deleted file]
src/plugins/accessible/shared/qqmlaccessible.cpp [new file with mode: 0644]
src/plugins/accessible/shared/qqmlaccessible.h [new file with mode: 0644]
src/plugins/qmltooling/qmldbg_ost/qmldbg_ost.pro
src/plugins/qmltooling/qmldbg_ost/qmlostplugin.cpp
src/plugins/qmltooling/qmldbg_ost/qmlostplugin.h
src/plugins/qmltooling/qmldbg_ost/qostdevice.cpp
src/plugins/qmltooling/qmldbg_ost/qostdevice.h
src/plugins/qmltooling/qmldbg_ost/usbostcomm.h
src/plugins/qmltooling/qmldbg_qtquick2/highlight.cpp
src/plugins/qmltooling/qmldbg_qtquick2/highlight.h
src/plugins/qmltooling/qmldbg_qtquick2/qmldbg_qtquick2.pro
src/plugins/qmltooling/qmldbg_qtquick2/qquickviewinspector.cpp
src/plugins/qmltooling/qmldbg_qtquick2/qquickviewinspector.h
src/plugins/qmltooling/qmldbg_qtquick2/qtquick2plugin.cpp
src/plugins/qmltooling/qmldbg_qtquick2/qtquick2plugin.h
src/plugins/qmltooling/qmldbg_qtquick2/selectiontool.cpp
src/plugins/qmltooling/qmldbg_qtquick2/selectiontool.h
src/plugins/qmltooling/qmldbg_tcp/qmldbg_tcp.pro
src/plugins/qmltooling/qmldbg_tcp/qtcpserverconnection.cpp
src/plugins/qmltooling/qmldbg_tcp/qtcpserverconnection.h
src/plugins/qmltooling/shared/abstracttool.cpp
src/plugins/qmltooling/shared/abstracttool.h
src/plugins/qmltooling/shared/abstractviewinspector.cpp
src/plugins/qmltooling/shared/abstractviewinspector.h
src/plugins/qmltooling/shared/qdeclarativeinspectorprotocol.h [deleted file]
src/plugins/qmltooling/shared/qmlinspectorconstants.h
src/plugins/qmltooling/shared/qqmlinspectorprotocol.h [new file with mode: 0644]
src/qml/animations/animations.pri [moved from src/declarative/animations/animations.pri with 100% similarity]
src/qml/animations/qabstractanimationjob.cpp [new file with mode: 0644]
src/qml/animations/qabstractanimationjob_p.h [new file with mode: 0644]
src/qml/animations/qanimationgroupjob.cpp [new file with mode: 0644]
src/qml/animations/qanimationgroupjob_p.h [new file with mode: 0644]
src/qml/animations/qanimationjobutil_p.h [new file with mode: 0644]
src/qml/animations/qparallelanimationgroupjob.cpp [new file with mode: 0644]
src/qml/animations/qparallelanimationgroupjob_p.h [new file with mode: 0644]
src/qml/animations/qpauseanimationjob.cpp [new file with mode: 0644]
src/qml/animations/qpauseanimationjob_p.h [new file with mode: 0644]
src/qml/animations/qsequentialanimationgroupjob.cpp [new file with mode: 0644]
src/qml/animations/qsequentialanimationgroupjob_p.h [new file with mode: 0644]
src/qml/debugger/debugger.pri [new file with mode: 0644]
src/qml/debugger/qdebugmessageservice.cpp [new file with mode: 0644]
src/qml/debugger/qdebugmessageservice_p.h [new file with mode: 0644]
src/qml/debugger/qpacketprotocol.cpp [new file with mode: 0644]
src/qml/debugger/qpacketprotocol_p.h [new file with mode: 0644]
src/qml/debugger/qqmldebug.h [new file with mode: 0644]
src/qml/debugger/qqmldebugclient.cpp [new file with mode: 0644]
src/qml/debugger/qqmldebugclient_p.h [new file with mode: 0644]
src/qml/debugger/qqmldebughelper.cpp [new file with mode: 0644]
src/qml/debugger/qqmldebughelper_p.h [new file with mode: 0644]
src/qml/debugger/qqmldebugserver.cpp [new file with mode: 0644]
src/qml/debugger/qqmldebugserver_p.h [new file with mode: 0644]
src/qml/debugger/qqmldebugserverconnection_p.h [new file with mode: 0644]
src/qml/debugger/qqmldebugservice.cpp [new file with mode: 0644]
src/qml/debugger/qqmldebugservice_p.h [new file with mode: 0644]
src/qml/debugger/qqmldebugservice_p_p.h [new file with mode: 0644]
src/qml/debugger/qqmldebugstatesdelegate_p.h [new file with mode: 0644]
src/qml/debugger/qqmlenginedebug.cpp [new file with mode: 0644]
src/qml/debugger/qqmlenginedebug_p.h [new file with mode: 0644]
src/qml/debugger/qqmlenginedebugservice.cpp [new file with mode: 0644]
src/qml/debugger/qqmlenginedebugservice_p.h [new file with mode: 0644]
src/qml/debugger/qqmlinspectorinterface_p.h [new file with mode: 0644]
src/qml/debugger/qqmlinspectorservice.cpp [new file with mode: 0644]
src/qml/debugger/qqmlinspectorservice_p.h [new file with mode: 0644]
src/qml/debugger/qqmlprofilerservice.cpp [new file with mode: 0644]
src/qml/debugger/qqmlprofilerservice_p.h [new file with mode: 0644]
src/qml/debugger/qv8debugservice.cpp [new file with mode: 0644]
src/qml/debugger/qv8debugservice_p.h [new file with mode: 0644]
src/qml/debugger/qv8profilerservice.cpp [new file with mode: 0644]
src/qml/debugger/qv8profilerservice_p.h [new file with mode: 0644]
src/qml/qml.pro [new file with mode: 0644]
src/qml/qml/ftw/ftw.pri [new file with mode: 0644]
src/qml/qml/ftw/qbitfield_p.h [new file with mode: 0644]
src/qml/qml/ftw/qdeletewatcher_p.h [new file with mode: 0644]
src/qml/qml/ftw/qfastmetabuilder.cpp [new file with mode: 0644]
src/qml/qml/ftw/qfastmetabuilder_p.h [new file with mode: 0644]
src/qml/qml/ftw/qfieldlist_p.h [new file with mode: 0644]
src/qml/qml/ftw/qfinitestack_p.h [new file with mode: 0644]
src/qml/qml/ftw/qflagpointer_p.h [new file with mode: 0644]
src/qml/qml/ftw/qhashedstring.cpp [new file with mode: 0644]
src/qml/qml/ftw/qhashedstring_p.h [new file with mode: 0644]
src/qml/qml/ftw/qhashfield_p.h [new file with mode: 0644]
src/qml/qml/ftw/qintrusivelist.cpp [new file with mode: 0644]
src/qml/qml/ftw/qintrusivelist_p.h [new file with mode: 0644]
src/qml/qml/ftw/qlazilyallocated_p.h [new file with mode: 0644]
src/qml/qml/ftw/qpodvector_p.h [new file with mode: 0644]
src/qml/qml/ftw/qpointervaluepair_p.h [new file with mode: 0644]
src/qml/qml/ftw/qqmlpool.cpp [new file with mode: 0644]
src/qml/qml/ftw/qqmlpool_p.h [new file with mode: 0644]
src/qml/qml/ftw/qqmlrefcount_p.h [new file with mode: 0644]
src/qml/qml/ftw/qqmlthread.cpp [new file with mode: 0644]
src/qml/qml/ftw/qqmlthread_p.h [new file with mode: 0644]
src/qml/qml/ftw/qqmltrace.cpp [new file with mode: 0644]
src/qml/qml/ftw/qqmltrace_p.h [new file with mode: 0644]
src/qml/qml/ftw/qrecursionwatcher_p.h [new file with mode: 0644]
src/qml/qml/ftw/qrecyclepool_p.h [new file with mode: 0644]
src/qml/qml/parser/parser.pri [new file with mode: 0644]
src/qml/qml/parser/qqmljs.g [new file with mode: 0644]
src/qml/qml/parser/qqmljsast.cpp [new file with mode: 0644]
src/qml/qml/parser/qqmljsast_p.h [new file with mode: 0644]
src/qml/qml/parser/qqmljsastfwd_p.h [new file with mode: 0644]
src/qml/qml/parser/qqmljsastvisitor.cpp [new file with mode: 0644]
src/qml/qml/parser/qqmljsastvisitor_p.h [new file with mode: 0644]
src/qml/qml/parser/qqmljsengine_p.cpp [new file with mode: 0644]
src/qml/qml/parser/qqmljsengine_p.h [new file with mode: 0644]
src/qml/qml/parser/qqmljsglobal_p.h [new file with mode: 0644]
src/qml/qml/parser/qqmljsgrammar.cpp [new file with mode: 0644]
src/qml/qml/parser/qqmljsgrammar_p.h [new file with mode: 0644]
src/qml/qml/parser/qqmljskeywords_p.h [new file with mode: 0644]
src/qml/qml/parser/qqmljslexer.cpp [new file with mode: 0644]
src/qml/qml/parser/qqmljslexer_p.h [new file with mode: 0644]
src/qml/qml/parser/qqmljsmemorypool_p.h [new file with mode: 0644]
src/qml/qml/parser/qqmljsparser.cpp [new file with mode: 0644]
src/qml/qml/parser/qqmljsparser_p.h [new file with mode: 0644]
src/qml/qml/qlistmodelinterface.cpp [new file with mode: 0644]
src/qml/qml/qlistmodelinterface_p.h [new file with mode: 0644]
src/qml/qml/qml.pri [new file with mode: 0644]
src/qml/qml/qqml.h [new file with mode: 0644]
src/qml/qml/qqmlaccessors.cpp [new file with mode: 0644]
src/qml/qml/qqmlaccessors_p.h [new file with mode: 0644]
src/qml/qml/qqmlbinding.cpp [new file with mode: 0644]
src/qml/qml/qqmlbinding_p.h [new file with mode: 0644]
src/qml/qml/qqmlbinding_p_p.h [new file with mode: 0644]
src/qml/qml/qqmlboundsignal.cpp [new file with mode: 0644]
src/qml/qml/qqmlboundsignal_p.h [new file with mode: 0644]
src/qml/qml/qqmlcleanup.cpp [new file with mode: 0644]
src/qml/qml/qqmlcleanup_p.h [new file with mode: 0644]
src/qml/qml/qqmlcompileddata.cpp [new file with mode: 0644]
src/qml/qml/qqmlcompiler.cpp [new file with mode: 0644]
src/qml/qml/qqmlcompiler_p.h [new file with mode: 0644]
src/qml/qml/qqmlcomponent.cpp [new file with mode: 0644]
src/qml/qml/qqmlcomponent.h [new file with mode: 0644]
src/qml/qml/qqmlcomponent_p.h [new file with mode: 0644]
src/qml/qml/qqmlcomponentattached_p.h [new file with mode: 0644]
src/qml/qml/qqmlcontext.cpp [new file with mode: 0644]
src/qml/qml/qqmlcontext.h [new file with mode: 0644]
src/qml/qml/qqmlcontext_p.h [new file with mode: 0644]
src/qml/qml/qqmlcustomparser.cpp [new file with mode: 0644]
src/qml/qml/qqmlcustomparser_p.h [new file with mode: 0644]
src/qml/qml/qqmlcustomparser_p_p.h [new file with mode: 0644]
src/qml/qml/qqmldata_p.h [new file with mode: 0644]
src/qml/qml/qqmldirparser.cpp [new file with mode: 0644]
src/qml/qml/qqmldirparser_p.h [new file with mode: 0644]
src/qml/qml/qqmlengine.cpp [new file with mode: 0644]
src/qml/qml/qqmlengine.h [new file with mode: 0644]
src/qml/qml/qqmlengine_p.h [new file with mode: 0644]
src/qml/qml/qqmlerror.cpp [new file with mode: 0644]
src/qml/qml/qqmlerror.h [new file with mode: 0644]
src/qml/qml/qqmlexpression.cpp [new file with mode: 0644]
src/qml/qml/qqmlexpression.h [new file with mode: 0644]
src/qml/qml/qqmlexpression_p.h [new file with mode: 0644]
src/qml/qml/qqmlextensioninterface.h [new file with mode: 0644]
src/qml/qml/qqmlextensionplugin.cpp [new file with mode: 0644]
src/qml/qml/qqmlextensionplugin.h [new file with mode: 0644]
src/qml/qml/qqmlglobal_p.h [new file with mode: 0644]
src/qml/qml/qqmlguard_p.h [new file with mode: 0644]
src/qml/qml/qqmlimageprovider.cpp [new file with mode: 0644]
src/qml/qml/qqmlimageprovider.h [new file with mode: 0644]
src/qml/qml/qqmlimport.cpp [new file with mode: 0644]
src/qml/qml/qqmlimport_p.h [new file with mode: 0644]
src/qml/qml/qqmlincubator.cpp [new file with mode: 0644]
src/qml/qml/qqmlincubator.h [new file with mode: 0644]
src/qml/qml/qqmlincubator_p.h [new file with mode: 0644]
src/qml/qml/qqmlinfo.cpp [new file with mode: 0644]
src/qml/qml/qqmlinfo.h [new file with mode: 0644]
src/qml/qml/qqmlinstruction.cpp [new file with mode: 0644]
src/qml/qml/qqmlinstruction_p.h [new file with mode: 0644]
src/qml/qml/qqmlintegercache.cpp [new file with mode: 0644]
src/qml/qml/qqmlintegercache_p.h [new file with mode: 0644]
src/qml/qml/qqmllist.cpp [new file with mode: 0644]
src/qml/qml/qqmllist.h [new file with mode: 0644]
src/qml/qml/qqmllist_p.h [new file with mode: 0644]
src/qml/qml/qqmllocale.cpp [new file with mode: 0644]
src/qml/qml/qqmllocale_p.h [new file with mode: 0644]
src/qml/qml/qqmlmetatype.cpp [new file with mode: 0644]
src/qml/qml/qqmlmetatype_p.h [new file with mode: 0644]
src/qml/qml/qqmlnetworkaccessmanagerfactory.cpp [new file with mode: 0644]
src/qml/qml/qqmlnetworkaccessmanagerfactory.h [new file with mode: 0644]
src/qml/qml/qqmlnotifier.cpp [new file with mode: 0644]
src/qml/qml/qqmlnotifier_p.h [new file with mode: 0644]
src/qml/qml/qqmlnullablevalue_p_p.h [new file with mode: 0644]
src/qml/qml/qqmlopenmetaobject.cpp [new file with mode: 0644]
src/qml/qml/qqmlopenmetaobject_p.h [new file with mode: 0644]
src/qml/qml/qqmlparserstatus.cpp [new file with mode: 0644]
src/qml/qml/qqmlparserstatus.h [new file with mode: 0644]
src/qml/qml/qqmlprivate.h [new file with mode: 0644]
src/qml/qml/qqmlproperty.cpp [new file with mode: 0644]
src/qml/qml/qqmlproperty.h [new file with mode: 0644]
src/qml/qml/qqmlproperty_p.h [new file with mode: 0644]
src/qml/qml/qqmlpropertycache.cpp [new file with mode: 0644]
src/qml/qml/qqmlpropertycache_p.h [new file with mode: 0644]
src/qml/qml/qqmlpropertyvalueinterceptor.cpp [new file with mode: 0644]
src/qml/qml/qqmlpropertyvalueinterceptor_p.h [new file with mode: 0644]
src/qml/qml/qqmlpropertyvaluesource.cpp [new file with mode: 0644]
src/qml/qml/qqmlpropertyvaluesource.h [new file with mode: 0644]
src/qml/qml/qqmlproxymetaobject.cpp [new file with mode: 0644]
src/qml/qml/qqmlproxymetaobject_p.h [new file with mode: 0644]
src/qml/qml/qqmlrewrite.cpp [new file with mode: 0644]
src/qml/qml/qqmlrewrite_p.h [new file with mode: 0644]
src/qml/qml/qqmlscript.cpp [new file with mode: 0644]
src/qml/qml/qqmlscript_p.h [new file with mode: 0644]
src/qml/qml/qqmlscriptstring.cpp [new file with mode: 0644]
src/qml/qml/qqmlscriptstring.h [new file with mode: 0644]
src/qml/qml/qqmlscriptstring_p.h [new file with mode: 0644]
src/qml/qml/qqmlstringconverters.cpp [new file with mode: 0644]
src/qml/qml/qqmlstringconverters_p.h [new file with mode: 0644]
src/qml/qml/qqmltypeloader.cpp [new file with mode: 0644]
src/qml/qml/qqmltypeloader_p.h [new file with mode: 0644]
src/qml/qml/qqmltypenamecache.cpp [new file with mode: 0644]
src/qml/qml/qqmltypenamecache_p.h [new file with mode: 0644]
src/qml/qml/qqmltypenotavailable.cpp [new file with mode: 0644]
src/qml/qml/qqmltypenotavailable_p.h [new file with mode: 0644]
src/qml/qml/qqmlvaluetype.cpp [new file with mode: 0644]
src/qml/qml/qqmlvaluetype_p.h [new file with mode: 0644]
src/qml/qml/qqmlvme.cpp [new file with mode: 0644]
src/qml/qml/qqmlvme_p.h [new file with mode: 0644]
src/qml/qml/qqmlvmemetaobject.cpp [new file with mode: 0644]
src/qml/qml/qqmlvmemetaobject_p.h [new file with mode: 0644]
src/qml/qml/qqmlwatcher.cpp [new file with mode: 0644]
src/qml/qml/qqmlwatcher_p.h [new file with mode: 0644]
src/qml/qml/qqmlxmlhttprequest.cpp [new file with mode: 0644]
src/qml/qml/qqmlxmlhttprequest_p.h [new file with mode: 0644]
src/qml/qml/qquickapplication.cpp [new file with mode: 0644]
src/qml/qml/qquickapplication_p.h [new file with mode: 0644]
src/qml/qml/qquicklistmodel.cpp [new file with mode: 0644]
src/qml/qml/qquicklistmodel_p.h [new file with mode: 0644]
src/qml/qml/qquicklistmodel_p_p.h [new file with mode: 0644]
src/qml/qml/qquicklistmodelworkeragent.cpp [new file with mode: 0644]
src/qml/qml/qquicklistmodelworkeragent_p.h [new file with mode: 0644]
src/qml/qml/qquickworkerscript.cpp [new file with mode: 0644]
src/qml/qml/qquickworkerscript_p.h [new file with mode: 0644]
src/qml/qml/rewriter/rewriter.pri [moved from src/declarative/qml/rewriter/rewriter.pri with 100% similarity]
src/qml/qml/rewriter/textwriter.cpp [new file with mode: 0644]
src/qml/qml/rewriter/textwriter_p.h [new file with mode: 0644]
src/qml/qml/v4/qv4bindings.cpp [new file with mode: 0644]
src/qml/qml/v4/qv4bindings_p.h [new file with mode: 0644]
src/qml/qml/v4/qv4compiler.cpp [new file with mode: 0644]
src/qml/qml/v4/qv4compiler_p.h [new file with mode: 0644]
src/qml/qml/v4/qv4compiler_p_p.h [new file with mode: 0644]
src/qml/qml/v4/qv4instruction.cpp [new file with mode: 0644]
src/qml/qml/v4/qv4instruction_p.h [new file with mode: 0644]
src/qml/qml/v4/qv4ir.cpp [new file with mode: 0644]
src/qml/qml/v4/qv4ir_p.h [new file with mode: 0644]
src/qml/qml/v4/qv4irbuilder.cpp [new file with mode: 0644]
src/qml/qml/v4/qv4irbuilder_p.h [new file with mode: 0644]
src/qml/qml/v4/qv4program_p.h [new file with mode: 0644]
src/qml/qml/v4/v4.pri [moved from src/declarative/qml/v4/v4.pri with 100% similarity]
src/qml/qml/v8/notes.txt [new file with mode: 0644]
src/qml/qml/v8/qjsconverter_impl_p.h [new file with mode: 0644]
src/qml/qml/v8/qjsconverter_p.h [moved from src/declarative/qml/v8/qjsconverter_p.h with 100% similarity]
src/qml/qml/v8/qjsengine.cpp [moved from src/declarative/qml/v8/qjsengine.cpp with 100% similarity]
src/qml/qml/v8/qjsengine.h [new file with mode: 0644]
src/qml/qml/v8/qjsengine_p.h [moved from src/declarative/qml/v8/qjsengine_p.h with 100% similarity]
src/qml/qml/v8/qjsvalue.cpp [moved from src/declarative/qml/v8/qjsvalue.cpp with 100% similarity]
src/qml/qml/v8/qjsvalue.h [new file with mode: 0644]
src/qml/qml/v8/qjsvalue_impl_p.h [moved from src/declarative/qml/v8/qjsvalue_impl_p.h with 100% similarity]
src/qml/qml/v8/qjsvalue_p.h [moved from src/declarative/qml/v8/qjsvalue_p.h with 100% similarity]
src/qml/qml/v8/qjsvalueiterator.cpp [moved from src/declarative/qml/v8/qjsvalueiterator.cpp with 100% similarity]
src/qml/qml/v8/qjsvalueiterator.h [new file with mode: 0644]
src/qml/qml/v8/qjsvalueiterator_impl_p.h [new file with mode: 0644]
src/qml/qml/v8/qjsvalueiterator_p.h [new file with mode: 0644]
src/qml/qml/v8/qqmlbuiltinfunctions.cpp [new file with mode: 0644]
src/qml/qml/v8/qqmlbuiltinfunctions_p.h [new file with mode: 0644]
src/qml/qml/v8/qscript_impl_p.h [moved from src/declarative/qml/v8/qscript_impl_p.h with 100% similarity]
src/qml/qml/v8/qscriptisolate_p.h [moved from src/declarative/qml/v8/qscriptisolate_p.h with 100% similarity]
src/qml/qml/v8/qscriptoriginalglobalobject_p.h [moved from src/declarative/qml/v8/qscriptoriginalglobalobject_p.h with 100% similarity]
src/qml/qml/v8/qscriptshareddata_p.h [moved from src/declarative/qml/v8/qscriptshareddata_p.h with 100% similarity]
src/qml/qml/v8/qscripttools_p.h [moved from src/declarative/qml/v8/qscripttools_p.h with 100% similarity]
src/qml/qml/v8/qv8_p.h [new file with mode: 0644]
src/qml/qml/v8/qv8bindings.cpp [new file with mode: 0644]
src/qml/qml/v8/qv8bindings_p.h [new file with mode: 0644]
src/qml/qml/v8/qv8contextwrapper.cpp [new file with mode: 0644]
src/qml/qml/v8/qv8contextwrapper_p.h [new file with mode: 0644]
src/qml/qml/v8/qv8debug_p.h [new file with mode: 0644]
src/qml/qml/v8/qv8domerrors.cpp [new file with mode: 0644]
src/qml/qml/v8/qv8domerrors_p.h [new file with mode: 0644]
src/qml/qml/v8/qv8engine.cpp [new file with mode: 0644]
src/qml/qml/v8/qv8engine_impl_p.h [new file with mode: 0644]
src/qml/qml/v8/qv8engine_p.h [new file with mode: 0644]
src/qml/qml/v8/qv8include.cpp [new file with mode: 0644]
src/qml/qml/v8/qv8include_p.h [new file with mode: 0644]
src/qml/qml/v8/qv8listwrapper.cpp [new file with mode: 0644]
src/qml/qml/v8/qv8listwrapper_p.h [new file with mode: 0644]
src/qml/qml/v8/qv8profiler_p.h [new file with mode: 0644]
src/qml/qml/v8/qv8qobjectwrapper.cpp [new file with mode: 0644]
src/qml/qml/v8/qv8qobjectwrapper_p.h [new file with mode: 0644]
src/qml/qml/v8/qv8sequencewrapper.cpp [new file with mode: 0644]
src/qml/qml/v8/qv8sequencewrapper_p.h [new file with mode: 0644]
src/qml/qml/v8/qv8sequencewrapper_p_p.h [new file with mode: 0644]
src/qml/qml/v8/qv8sqlerrors.cpp [new file with mode: 0644]
src/qml/qml/v8/qv8sqlerrors_p.h [new file with mode: 0644]
src/qml/qml/v8/qv8stringwrapper.cpp [new file with mode: 0644]
src/qml/qml/v8/qv8stringwrapper_p.h [new file with mode: 0644]
src/qml/qml/v8/qv8typewrapper.cpp [new file with mode: 0644]
src/qml/qml/v8/qv8typewrapper_p.h [new file with mode: 0644]
src/qml/qml/v8/qv8valuetypewrapper.cpp [new file with mode: 0644]
src/qml/qml/v8/qv8valuetypewrapper_p.h [new file with mode: 0644]
src/qml/qml/v8/qv8variantresource_p.h [new file with mode: 0644]
src/qml/qml/v8/qv8variantwrapper.cpp [new file with mode: 0644]
src/qml/qml/v8/qv8variantwrapper_p.h [new file with mode: 0644]
src/qml/qml/v8/qv8worker.cpp [new file with mode: 0644]
src/qml/qml/v8/qv8worker_p.h [new file with mode: 0644]
src/qml/qml/v8/script.pri [moved from src/declarative/qml/v8/script.pri with 100% similarity]
src/qml/qml/v8/v8.pri [new file with mode: 0644]
src/qml/qtqmlglobal.h [new file with mode: 0644]
src/qml/qtqmlglobal_p.h [new file with mode: 0644]
src/qml/util/qqmlpropertymap.cpp [new file with mode: 0644]
src/qml/util/qqmlpropertymap.h [new file with mode: 0644]
src/qml/util/util.pri [new file with mode: 0644]
src/qmldevtools/qmldevtools.pro
src/qmltest/qmltest.pro
src/qmltest/quicktest.cpp
src/qmltest/quicktestevent.cpp
src/quick/designer/designersupport.cpp
src/quick/designer/designersupport.h
src/quick/items/context2d/qquickcanvascontext.cpp
src/quick/items/context2d/qquickcanvascontext_p.h
src/quick/items/context2d/qquickcanvasitem.cpp
src/quick/items/context2d/qquickcanvasitem_p.h
src/quick/items/context2d/qquickcanvasitemnode.cpp
src/quick/items/context2d/qquickcanvasitemnode_p.h
src/quick/items/context2d/qquickcontext2d.cpp
src/quick/items/context2d/qquickcontext2d_p.h
src/quick/items/context2d/qquickcontext2dcommandbuffer.cpp
src/quick/items/context2d/qquickcontext2dcommandbuffer_p.h
src/quick/items/context2d/qquickcontext2dtexture.cpp
src/quick/items/context2d/qquickcontext2dtexture_p.h
src/quick/items/context2d/qquickcontext2dtile.cpp
src/quick/items/context2d/qquickcontext2dtile_p.h
src/quick/items/items.pri
src/quick/items/qquickaccessibleattached.cpp
src/quick/items/qquickaccessibleattached_p.h
src/quick/items/qquickanchors.cpp
src/quick/items/qquickanchors_p.h
src/quick/items/qquickanchors_p_p.h
src/quick/items/qquickanimatedimage.cpp
src/quick/items/qquickanimatedimage_p.h
src/quick/items/qquickanimatedimage_p_p.h
src/quick/items/qquickanimation.cpp [deleted file]
src/quick/items/qquickanimation_p.h [deleted file]
src/quick/items/qquickanimation_p_p.h [deleted file]
src/quick/items/qquickborderimage.cpp
src/quick/items/qquickborderimage_p.h
src/quick/items/qquickborderimage_p_p.h
src/quick/items/qquickcanvas.cpp
src/quick/items/qquickcanvas.h
src/quick/items/qquickcanvas_p.h
src/quick/items/qquickclipnode.cpp
src/quick/items/qquickclipnode_p.h
src/quick/items/qquickdrag.cpp
src/quick/items/qquickdrag_p.h
src/quick/items/qquickdroparea.cpp
src/quick/items/qquickdroparea_p.h
src/quick/items/qquickevents.cpp
src/quick/items/qquickevents_p_p.h
src/quick/items/qquickflickable.cpp
src/quick/items/qquickflickable_p.h
src/quick/items/qquickflickable_p_p.h
src/quick/items/qquickflipable.cpp
src/quick/items/qquickflipable_p.h
src/quick/items/qquickfocusscope.cpp
src/quick/items/qquickfocusscope_p.h
src/quick/items/qquickgridview.cpp
src/quick/items/qquickgridview_p.h
src/quick/items/qquickimage.cpp
src/quick/items/qquickimage_p.h
src/quick/items/qquickimage_p_p.h
src/quick/items/qquickimagebase.cpp
src/quick/items/qquickimagebase_p.h
src/quick/items/qquickimagebase_p_p.h
src/quick/items/qquickimplicitsizeitem.cpp
src/quick/items/qquickimplicitsizeitem_p.h
src/quick/items/qquickimplicitsizeitem_p_p.h
src/quick/items/qquickitem.cpp
src/quick/items/qquickitem.h
src/quick/items/qquickitem_p.h
src/quick/items/qquickitemanimation.cpp [new file with mode: 0644]
src/quick/items/qquickitemanimation_p.h [new file with mode: 0644]
src/quick/items/qquickitemanimation_p_p.h [new file with mode: 0644]
src/quick/items/qquickitemchangelistener_p.h
src/quick/items/qquickitemsmodule.cpp
src/quick/items/qquickitemsmodule_p.h
src/quick/items/qquickitemview.cpp
src/quick/items/qquickitemview_p.h
src/quick/items/qquickitemview_p_p.h
src/quick/items/qquicklistview.cpp
src/quick/items/qquicklistview_p.h
src/quick/items/qquickloader.cpp
src/quick/items/qquickloader_p.h
src/quick/items/qquickloader_p_p.h
src/quick/items/qquickmousearea.cpp
src/quick/items/qquickmousearea_p.h
src/quick/items/qquickmousearea_p_p.h
src/quick/items/qquickmultipointtoucharea.cpp
src/quick/items/qquickmultipointtoucharea_p.h
src/quick/items/qquickninepatchnode.cpp
src/quick/items/qquickninepatchnode_p.h
src/quick/items/qquickpainteditem.cpp
src/quick/items/qquickpainteditem.h
src/quick/items/qquickpainteditem_p.h
src/quick/items/qquickpathview.cpp
src/quick/items/qquickpathview_p.h
src/quick/items/qquickpathview_p_p.h
src/quick/items/qquickpositioners.cpp
src/quick/items/qquickpositioners_p.h
src/quick/items/qquickpositioners_p_p.h
src/quick/items/qquickrectangle.cpp
src/quick/items/qquickrectangle_p.h
src/quick/items/qquickrectangle_p_p.h
src/quick/items/qquickrepeater.cpp
src/quick/items/qquickrepeater_p.h
src/quick/items/qquickrepeater_p_p.h
src/quick/items/qquickscalegrid.cpp
src/quick/items/qquickscalegrid_p_p.h
src/quick/items/qquickscreen.cpp
src/quick/items/qquickscreen_p.h
src/quick/items/qquickshadereffect.cpp
src/quick/items/qquickshadereffect_p.h
src/quick/items/qquickshadereffectmesh.cpp
src/quick/items/qquickshadereffectmesh_p.h
src/quick/items/qquickshadereffectnode.cpp
src/quick/items/qquickshadereffectnode_p.h
src/quick/items/qquickshadereffectsource.cpp
src/quick/items/qquickshadereffectsource_p.h
src/quick/items/qquicksprite.cpp
src/quick/items/qquicksprite_p.h
src/quick/items/qquickspriteengine.cpp
src/quick/items/qquickspriteengine_p.h
src/quick/items/qquickspriteimage.cpp
src/quick/items/qquickspriteimage_p.h
src/quick/items/qquickstateoperations.cpp
src/quick/items/qquickstateoperations_p.h
src/quick/items/qquicktext.cpp
src/quick/items/qquicktext_p.h
src/quick/items/qquicktext_p_p.h
src/quick/items/qquicktextedit.cpp
src/quick/items/qquicktextedit_p.h
src/quick/items/qquicktextedit_p_p.h
src/quick/items/qquicktextinput.cpp
src/quick/items/qquicktextinput_p.h
src/quick/items/qquicktextinput_p_p.h
src/quick/items/qquicktextnode.cpp
src/quick/items/qquicktextnode_p.h
src/quick/items/qquicktranslate.cpp
src/quick/items/qquicktranslate_p.h
src/quick/items/qquickview.cpp
src/quick/items/qquickview.h
src/quick/items/qquickview_p.h
src/quick/items/qquickvisualadaptormodel.cpp
src/quick/items/qquickvisualadaptormodel_p.h
src/quick/items/qquickvisualdatamodel.cpp
src/quick/items/qquickvisualdatamodel_p.h
src/quick/items/qquickvisualdatamodel_p_p.h
src/quick/items/qquickvisualitemmodel.cpp
src/quick/items/qquickvisualitemmodel_p.h
src/quick/items/qquickwindowmanager.cpp
src/quick/items/qquickwindowmanager_p.h
src/quick/items/qquickwindowmodule_p.h
src/quick/items/syncexcludes
src/quick/particles/qquickcumulativedirection.cpp
src/quick/particles/qquickcumulativedirection_p.h
src/quick/particles/qquickcustomaffector.cpp
src/quick/particles/qquickcustomaffector_p.h
src/quick/particles/qquickcustomparticle.cpp
src/quick/particles/qquickcustomparticle_p.h
src/quick/particles/qquickimageparticle.cpp
src/quick/particles/qquickimageparticle_p.h
src/quick/particles/qquickitemparticle.cpp
src/quick/particles/qquickitemparticle_p.h
src/quick/particles/qquickmaskextruder.cpp
src/quick/particles/qquickmaskextruder_p.h
src/quick/particles/qquickparticleemitter.cpp
src/quick/particles/qquickparticleemitter_p.h
src/quick/particles/qquickparticlegroup.cpp
src/quick/particles/qquickparticlegroup_p.h
src/quick/particles/qquickparticlesmodule_p.h
src/quick/particles/qquickparticlesystem.cpp
src/quick/particles/qquickparticlesystem_p.h
src/quick/particles/qquickspritegoal_p.h
src/quick/particles/qquicktrailemitter.cpp
src/quick/particles/qquicktrailemitter_p.h
src/quick/particles/qquickturbulence_p.h
src/quick/particles/qquickv8particledata.cpp
src/quick/particles/qquickv8particledata_p.h
src/quick/qtquick2.cpp
src/quick/qtquick2_p.h
src/quick/qtquickglobal.h
src/quick/qtquickglobal_p.h
src/quick/quick.pro
src/quick/scenegraph/coreapi/qsgdefaultrenderer.cpp
src/quick/scenegraph/coreapi/qsgdefaultrenderer_p.h
src/quick/scenegraph/coreapi/qsggeometry_p.h
src/quick/scenegraph/coreapi/qsgmaterial.cpp
src/quick/scenegraph/coreapi/qsgmaterial.h
src/quick/scenegraph/coreapi/qsgnode.cpp
src/quick/scenegraph/coreapi/qsgnode.h
src/quick/scenegraph/coreapi/qsgnodeupdater.cpp
src/quick/scenegraph/coreapi/qsgnodeupdater_p.h
src/quick/scenegraph/coreapi/qsgrenderer.cpp
src/quick/scenegraph/coreapi/qsgrenderer_p.h
src/quick/scenegraph/qsgadaptationlayer.cpp
src/quick/scenegraph/qsgadaptationlayer_p.h
src/quick/scenegraph/qsgcontext.cpp
src/quick/scenegraph/qsgcontext_p.h
src/quick/scenegraph/qsgcontextplugin.cpp
src/quick/scenegraph/qsgcontextplugin_p.h
src/quick/scenegraph/qsgdefaultdistancefieldglyphcache.cpp
src/quick/scenegraph/qsgdefaultdistancefieldglyphcache_p.h
src/quick/scenegraph/qsgdefaultglyphnode.cpp
src/quick/scenegraph/qsgdefaultglyphnode_p.cpp
src/quick/scenegraph/qsgdefaultglyphnode_p.h
src/quick/scenegraph/qsgdefaultglyphnode_p_p.h
src/quick/scenegraph/qsgdefaultimagenode.cpp
src/quick/scenegraph/qsgdefaultimagenode_p.h
src/quick/scenegraph/qsgdefaultrectanglenode.cpp
src/quick/scenegraph/qsgdefaultrectanglenode_p.h
src/quick/scenegraph/qsgdistancefieldglyphnode.cpp
src/quick/scenegraph/qsgdistancefieldglyphnode_p.cpp
src/quick/scenegraph/qsgdistancefieldglyphnode_p.h
src/quick/scenegraph/qsgdistancefieldglyphnode_p_p.h
src/quick/scenegraph/qsgflashnode.cpp
src/quick/scenegraph/qsgflashnode_p.h
src/quick/scenegraph/qsgpathsimplifier.cpp
src/quick/scenegraph/qsgpathsimplifier_p.h
src/quick/scenegraph/qsgshareddistancefieldglyphcache.cpp
src/quick/scenegraph/qsgshareddistancefieldglyphcache_p.h
src/quick/scenegraph/util/qsgareaallocator.cpp
src/quick/scenegraph/util/qsgareaallocator_p.h
src/quick/scenegraph/util/qsgdistancefieldutil.cpp
src/quick/scenegraph/util/qsgdistancefieldutil_p.h
src/quick/scenegraph/util/qsgengine.cpp
src/quick/scenegraph/util/qsgengine.h
src/quick/scenegraph/util/qsgflatcolormaterial.cpp
src/quick/scenegraph/util/qsgflatcolormaterial.h
src/quick/scenegraph/util/qsgpainternode.cpp
src/quick/scenegraph/util/qsgpainternode_p.h
src/quick/scenegraph/util/qsgsimplematerial.h
src/quick/scenegraph/util/qsgsimplerectnode.cpp
src/quick/scenegraph/util/qsgsimplerectnode.h
src/quick/scenegraph/util/qsgsimpletexturenode.cpp
src/quick/scenegraph/util/qsgsimpletexturenode.h
src/quick/scenegraph/util/qsgtexture.cpp
src/quick/scenegraph/util/qsgtexture.h
src/quick/scenegraph/util/qsgtexture_p.h
src/quick/scenegraph/util/qsgtexturematerial.cpp
src/quick/scenegraph/util/qsgtexturematerial.h
src/quick/scenegraph/util/qsgtexturematerial_p.h
src/quick/scenegraph/util/qsgtextureprovider.cpp
src/quick/scenegraph/util/qsgtextureprovider.h
src/quick/scenegraph/util/qsgvertexcolormaterial.cpp
src/quick/scenegraph/util/qsgvertexcolormaterial.h
src/quick/util/qdeclarativeanimation.cpp [deleted file]
src/quick/util/qdeclarativeanimation_p.h [deleted file]
src/quick/util/qdeclarativeanimation_p_p.h [deleted file]
src/quick/util/qdeclarativeanimationcontroller.cpp [deleted file]
src/quick/util/qdeclarativeanimationcontroller_p.h [deleted file]
src/quick/util/qdeclarativebehavior.cpp [deleted file]
src/quick/util/qdeclarativebehavior_p.h [deleted file]
src/quick/util/qdeclarativebind.cpp [deleted file]
src/quick/util/qdeclarativebind_p.h [deleted file]
src/quick/util/qdeclarativechangeset.cpp [deleted file]
src/quick/util/qdeclarativechangeset_p.h [deleted file]
src/quick/util/qdeclarativeconnections.cpp [deleted file]
src/quick/util/qdeclarativeconnections_p.h [deleted file]
src/quick/util/qdeclarativefontloader.cpp [deleted file]
src/quick/util/qdeclarativefontloader_p.h [deleted file]
src/quick/util/qdeclarativelistaccessor.cpp [deleted file]
src/quick/util/qdeclarativelistaccessor_p.h [deleted file]
src/quick/util/qdeclarativelistcompositor.cpp [deleted file]
src/quick/util/qdeclarativelistcompositor_p.h [deleted file]
src/quick/util/qdeclarativepackage.cpp [deleted file]
src/quick/util/qdeclarativepackage_p.h [deleted file]
src/quick/util/qdeclarativepath.cpp [deleted file]
src/quick/util/qdeclarativepath_p.h [deleted file]
src/quick/util/qdeclarativepath_p_p.h [deleted file]
src/quick/util/qdeclarativepathinterpolator.cpp [deleted file]
src/quick/util/qdeclarativepathinterpolator_p.h [deleted file]
src/quick/util/qdeclarativepixmapcache.cpp [deleted file]
src/quick/util/qdeclarativepixmapcache_p.h [deleted file]
src/quick/util/qdeclarativepropertychanges.cpp [deleted file]
src/quick/util/qdeclarativepropertychanges_p.h [deleted file]
src/quick/util/qdeclarativesmoothedanimation.cpp [deleted file]
src/quick/util/qdeclarativesmoothedanimation_p.h [deleted file]
src/quick/util/qdeclarativesmoothedanimation_p_p.h [deleted file]
src/quick/util/qdeclarativespringanimation.cpp [deleted file]
src/quick/util/qdeclarativespringanimation_p.h [deleted file]
src/quick/util/qdeclarativestate.cpp [deleted file]
src/quick/util/qdeclarativestate_p.h [deleted file]
src/quick/util/qdeclarativestate_p_p.h [deleted file]
src/quick/util/qdeclarativestategroup.cpp [deleted file]
src/quick/util/qdeclarativestategroup_p.h [deleted file]
src/quick/util/qdeclarativestateoperations.cpp [deleted file]
src/quick/util/qdeclarativestateoperations_p.h [deleted file]
src/quick/util/qdeclarativestyledtext.cpp [deleted file]
src/quick/util/qdeclarativestyledtext_p.h [deleted file]
src/quick/util/qdeclarativesvgparser.cpp [deleted file]
src/quick/util/qdeclarativesvgparser_p.h [deleted file]
src/quick/util/qdeclarativesystempalette.cpp [deleted file]
src/quick/util/qdeclarativesystempalette_p.h [deleted file]
src/quick/util/qdeclarativetimeline.cpp [deleted file]
src/quick/util/qdeclarativetimeline_p_p.h [deleted file]
src/quick/util/qdeclarativetimer.cpp [deleted file]
src/quick/util/qdeclarativetimer_p.h [deleted file]
src/quick/util/qdeclarativetransition.cpp [deleted file]
src/quick/util/qdeclarativetransition_p.h [deleted file]
src/quick/util/qdeclarativetransitionmanager.cpp [deleted file]
src/quick/util/qdeclarativetransitionmanager_p_p.h [deleted file]
src/quick/util/qdeclarativeutilmodule.cpp [deleted file]
src/quick/util/qdeclarativeutilmodule_p.h [deleted file]
src/quick/util/qquickanimation.cpp [new file with mode: 0644]
src/quick/util/qquickanimation_p.h [new file with mode: 0644]
src/quick/util/qquickanimation_p_p.h [new file with mode: 0644]
src/quick/util/qquickanimationcontroller.cpp [new file with mode: 0644]
src/quick/util/qquickanimationcontroller_p.h [new file with mode: 0644]
src/quick/util/qquickbehavior.cpp [new file with mode: 0644]
src/quick/util/qquickbehavior_p.h [new file with mode: 0644]
src/quick/util/qquickbind.cpp [new file with mode: 0644]
src/quick/util/qquickbind_p.h [new file with mode: 0644]
src/quick/util/qquickchangeset.cpp [new file with mode: 0644]
src/quick/util/qquickchangeset_p.h [new file with mode: 0644]
src/quick/util/qquickconnections.cpp [new file with mode: 0644]
src/quick/util/qquickconnections_p.h [new file with mode: 0644]
src/quick/util/qquickfontloader.cpp [new file with mode: 0644]
src/quick/util/qquickfontloader_p.h [new file with mode: 0644]
src/quick/util/qquicklistaccessor.cpp [new file with mode: 0644]
src/quick/util/qquicklistaccessor_p.h [new file with mode: 0644]
src/quick/util/qquicklistcompositor.cpp [new file with mode: 0644]
src/quick/util/qquicklistcompositor_p.h [new file with mode: 0644]
src/quick/util/qquickpackage.cpp [new file with mode: 0644]
src/quick/util/qquickpackage_p.h [new file with mode: 0644]
src/quick/util/qquickpath.cpp [new file with mode: 0644]
src/quick/util/qquickpath_p.h [new file with mode: 0644]
src/quick/util/qquickpath_p_p.h [new file with mode: 0644]
src/quick/util/qquickpathinterpolator.cpp [new file with mode: 0644]
src/quick/util/qquickpathinterpolator_p.h [new file with mode: 0644]
src/quick/util/qquickpixmapcache.cpp [new file with mode: 0644]
src/quick/util/qquickpixmapcache_p.h [new file with mode: 0644]
src/quick/util/qquickpropertychanges.cpp [new file with mode: 0644]
src/quick/util/qquickpropertychanges_p.h [new file with mode: 0644]
src/quick/util/qquicksmoothedanimation.cpp [new file with mode: 0644]
src/quick/util/qquicksmoothedanimation_p.h [new file with mode: 0644]
src/quick/util/qquicksmoothedanimation_p_p.h [new file with mode: 0644]
src/quick/util/qquickspringanimation.cpp [new file with mode: 0644]
src/quick/util/qquickspringanimation_p.h [new file with mode: 0644]
src/quick/util/qquickstate.cpp [new file with mode: 0644]
src/quick/util/qquickstate_p.h [new file with mode: 0644]
src/quick/util/qquickstate_p_p.h [new file with mode: 0644]
src/quick/util/qquickstatechangescript.cpp [new file with mode: 0644]
src/quick/util/qquickstatechangescript_p.h [new file with mode: 0644]
src/quick/util/qquickstategroup.cpp [new file with mode: 0644]
src/quick/util/qquickstategroup_p.h [new file with mode: 0644]
src/quick/util/qquickstyledtext.cpp [new file with mode: 0644]
src/quick/util/qquickstyledtext_p.h [new file with mode: 0644]
src/quick/util/qquicksvgparser.cpp [new file with mode: 0644]
src/quick/util/qquicksvgparser_p.h [new file with mode: 0644]
src/quick/util/qquicksystempalette.cpp [new file with mode: 0644]
src/quick/util/qquicksystempalette_p.h [new file with mode: 0644]
src/quick/util/qquicktimeline.cpp [new file with mode: 0644]
src/quick/util/qquicktimeline_p_p.h [new file with mode: 0644]
src/quick/util/qquicktimer.cpp [new file with mode: 0644]
src/quick/util/qquicktimer_p.h [new file with mode: 0644]
src/quick/util/qquicktransition.cpp [new file with mode: 0644]
src/quick/util/qquicktransition_p.h [new file with mode: 0644]
src/quick/util/qquicktransitionmanager.cpp [new file with mode: 0644]
src/quick/util/qquicktransitionmanager_p_p.h [new file with mode: 0644]
src/quick/util/qquickutilmodule.cpp [new file with mode: 0644]
src/quick/util/qquickutilmodule_p.h [new file with mode: 0644]
src/quick/util/util.pri
src/src.pro
sync.profile
tests/auto/auto.pro
tests/auto/compilerwarnings/data/test_cpp.txt
tests/auto/declarative/animation/qabstractanimationjob/qabstractanimationjob.pro [deleted file]
tests/auto/declarative/animation/qabstractanimationjob/tst_qabstractanimationjob.cpp [deleted file]
tests/auto/declarative/animation/qanimationgroupjob/qanimationgroupjob.pro [deleted file]
tests/auto/declarative/animation/qanimationgroupjob/tst_qanimationgroupjob.cpp [deleted file]
tests/auto/declarative/animation/qparallelanimationgroupjob/qparallelanimationgroupjob.pro [deleted file]
tests/auto/declarative/animation/qparallelanimationgroupjob/tst_qparallelanimationgroupjob.cpp [deleted file]
tests/auto/declarative/animation/qpauseanimationjob/qpauseanimationjob.pro [deleted file]
tests/auto/declarative/animation/qpauseanimationjob/tst_qpauseanimationjob.cpp [deleted file]
tests/auto/declarative/animation/qsequentialanimationgroupjob/qsequentialanimationgroupjob.pro [deleted file]
tests/auto/declarative/animation/qsequentialanimationgroupjob/tst_qsequentialanimationgroupjob.cpp [deleted file]
tests/auto/declarative/debugger/debugger.pro [deleted file]
tests/auto/declarative/debugger/qdebugmessageservice/qdebugmessageservice.pro [deleted file]
tests/auto/declarative/debugger/qdebugmessageservice/tst_qdebugmessageservice.cpp [deleted file]
tests/auto/declarative/debugger/qdeclarativedebugclient/qdeclarativedebugclient.pro [deleted file]
tests/auto/declarative/debugger/qdeclarativedebugclient/tst_qdeclarativedebugclient.cpp [deleted file]
tests/auto/declarative/debugger/qdeclarativedebugjs/qdeclarativedebugjs.pro [deleted file]
tests/auto/declarative/debugger/qdeclarativedebugjs/tst_qdeclarativedebugjs.cpp [deleted file]
tests/auto/declarative/debugger/qdeclarativedebugservice/qdeclarativedebugservice.pro [deleted file]
tests/auto/declarative/debugger/qdeclarativedebugservice/tst_qdeclarativedebugservice.cpp [deleted file]
tests/auto/declarative/debugger/qdeclarativeenginedebug/qdeclarativeenginedebug.pro [deleted file]
tests/auto/declarative/debugger/qdeclarativeenginedebug/tst_qdeclarativeenginedebug.cpp [deleted file]
tests/auto/declarative/debugger/qdeclarativeinspector/app/app.pro [deleted file]
tests/auto/declarative/debugger/qdeclarativeinspector/qdeclarativeinspector.pro [deleted file]
tests/auto/declarative/debugger/qdeclarativeinspector/tst_qdeclarativeinspector.cpp [deleted file]
tests/auto/declarative/debugger/qdeclarativeinspector/tst_qdeclarativeinspector.pro [deleted file]
tests/auto/declarative/debugger/qdeclarativeprofilerservice/qdeclarativeprofilerservice.pro [deleted file]
tests/auto/declarative/debugger/qdeclarativeprofilerservice/tst_qdeclarativeprofilerservice.cpp [deleted file]
tests/auto/declarative/debugger/qpacketprotocol/qpacketprotocol.pro [deleted file]
tests/auto/declarative/debugger/qpacketprotocol/tst_qpacketprotocol.cpp [deleted file]
tests/auto/declarative/debugger/qv8profilerservice/qv8profilerservice.pro [deleted file]
tests/auto/declarative/debugger/qv8profilerservice/tst_qv8profilerservice.cpp [deleted file]
tests/auto/declarative/debugger/shared/debugutil.cpp [deleted file]
tests/auto/declarative/debugger/shared/debugutil_p.h [deleted file]
tests/auto/declarative/declarative.pro [deleted file]
tests/auto/declarative/parserstress/parserstress.pro [deleted file]
tests/auto/declarative/parserstress/tst_parserstress.cpp [deleted file]
tests/auto/declarative/qdeclarativebinding/qdeclarativebinding.pro [deleted file]
tests/auto/declarative/qdeclarativebinding/tst_qdeclarativebinding.cpp [deleted file]
tests/auto/declarative/qdeclarativechangeset/qdeclarativechangeset.pro [deleted file]
tests/auto/declarative/qdeclarativechangeset/tst_qdeclarativechangeset.cpp [deleted file]
tests/auto/declarative/qdeclarativecomponent/qdeclarativecomponent.pro [deleted file]
tests/auto/declarative/qdeclarativecomponent/tst_qdeclarativecomponent.cpp [deleted file]
tests/auto/declarative/qdeclarativeconnection/qdeclarativeconnection.pro [deleted file]
tests/auto/declarative/qdeclarativeconnection/tst_qdeclarativeconnection.cpp [deleted file]
tests/auto/declarative/qdeclarativeconsole/data/tracing.qml [deleted file]
tests/auto/declarative/qdeclarativeconsole/qdeclarativeconsole.pro [deleted file]
tests/auto/declarative/qdeclarativeconsole/tst_qdeclarativeconsole.cpp [deleted file]
tests/auto/declarative/qdeclarativecontext/qdeclarativecontext.pro [deleted file]
tests/auto/declarative/qdeclarativecontext/tst_qdeclarativecontext.cpp [deleted file]
tests/auto/declarative/qdeclarativecpputils/qdeclarativecpputils.pro [deleted file]
tests/auto/declarative/qdeclarativecpputils/tst_qdeclarativecpputils.cpp [deleted file]
tests/auto/declarative/qdeclarativeecmascript/data/scarceResourceFunctionFail.var.qml [deleted file]
tests/auto/declarative/qdeclarativeecmascript/data/scarceResourceFunctionFail.variant.qml [deleted file]
tests/auto/declarative/qdeclarativeecmascript/qdeclarativeecmascript.pro [deleted file]
tests/auto/declarative/qdeclarativeecmascript/testtypes.cpp [deleted file]
tests/auto/declarative/qdeclarativeecmascript/testtypes.h [deleted file]
tests/auto/declarative/qdeclarativeecmascript/tst_qdeclarativeecmascript.cpp [deleted file]
tests/auto/declarative/qdeclarativeengine/qdeclarativeengine.pro [deleted file]
tests/auto/declarative/qdeclarativeengine/tst_qdeclarativeengine.cpp [deleted file]
tests/auto/declarative/qdeclarativeerror/qdeclarativeerror.pro [deleted file]
tests/auto/declarative/qdeclarativeerror/tst_qdeclarativeerror.cpp [deleted file]
tests/auto/declarative/qdeclarativeexpression/qdeclarativeexpression.pro [deleted file]
tests/auto/declarative/qdeclarativeexpression/tst_qdeclarativeexpression.cpp [deleted file]
tests/auto/declarative/qdeclarativefolderlistmodel/qdeclarativefolderlistmodel.pro [deleted file]
tests/auto/declarative/qdeclarativefolderlistmodel/tst_qdeclarativefolderlistmodel.cpp [deleted file]
tests/auto/declarative/qdeclarativeimageprovider/qdeclarativeimageprovider.pro [deleted file]
tests/auto/declarative/qdeclarativeimageprovider/tst_qdeclarativeimageprovider.cpp [deleted file]
tests/auto/declarative/qdeclarativeincubator/qdeclarativeincubator.pro [deleted file]
tests/auto/declarative/qdeclarativeincubator/testtypes.cpp [deleted file]
tests/auto/declarative/qdeclarativeincubator/testtypes.h [deleted file]
tests/auto/declarative/qdeclarativeincubator/tst_qdeclarativeincubator.cpp [deleted file]
tests/auto/declarative/qdeclarativeinfo/qdeclarativeinfo.pro [deleted file]
tests/auto/declarative/qdeclarativeinfo/tst_qdeclarativeinfo.cpp [deleted file]
tests/auto/declarative/qdeclarativeinstruction/qdeclarativeinstruction.pro [deleted file]
tests/auto/declarative/qdeclarativeinstruction/tst_qdeclarativeinstruction.cpp [deleted file]
tests/auto/declarative/qdeclarativelanguage/qdeclarativelanguage.pro [deleted file]
tests/auto/declarative/qdeclarativelanguage/testtypes.h [deleted file]
tests/auto/declarative/qdeclarativelanguage/tst_qdeclarativelanguage.cpp [deleted file]
tests/auto/declarative/qdeclarativelistcompositor/qdeclarativelistcompositor.pro [deleted file]
tests/auto/declarative/qdeclarativelistcompositor/tst_qdeclarativelistcompositor.cpp [deleted file]
tests/auto/declarative/qdeclarativelistmodel/qdeclarativelistmodel.pro [deleted file]
tests/auto/declarative/qdeclarativelistmodel/tst_qdeclarativelistmodel.cpp [deleted file]
tests/auto/declarative/qdeclarativelistreference/qdeclarativelistreference.pro [deleted file]
tests/auto/declarative/qdeclarativelistreference/tst_qdeclarativelistreference.cpp [deleted file]
tests/auto/declarative/qdeclarativelocale/qdeclarativelocale.pro [deleted file]
tests/auto/declarative/qdeclarativelocale/tst_qdeclarativelocale.cpp [deleted file]
tests/auto/declarative/qdeclarativemetatype/qdeclarativemetatype.pro [deleted file]
tests/auto/declarative/qdeclarativemetatype/tst_qdeclarativemetatype.cpp [deleted file]
tests/auto/declarative/qdeclarativemoduleplugin/plugin.2.1/plugin.2.1.pro [deleted file]
tests/auto/declarative/qdeclarativemoduleplugin/plugin.2.1/plugin.cpp [deleted file]
tests/auto/declarative/qdeclarativemoduleplugin/plugin.2/plugin.2.pro [deleted file]
tests/auto/declarative/qdeclarativemoduleplugin/plugin.2/plugin.cpp [deleted file]
tests/auto/declarative/qdeclarativemoduleplugin/plugin/plugin.cpp [deleted file]
tests/auto/declarative/qdeclarativemoduleplugin/plugin/plugin.pro [deleted file]
tests/auto/declarative/qdeclarativemoduleplugin/pluginMixed/plugin.cpp [deleted file]
tests/auto/declarative/qdeclarativemoduleplugin/pluginMixed/pluginMixed.pro [deleted file]
tests/auto/declarative/qdeclarativemoduleplugin/pluginVersion/plugin.cpp [deleted file]
tests/auto/declarative/qdeclarativemoduleplugin/pluginVersion/pluginVersion.pro [deleted file]
tests/auto/declarative/qdeclarativemoduleplugin/pluginWithQmlFile/plugin.cpp [deleted file]
tests/auto/declarative/qdeclarativemoduleplugin/pluginWithQmlFile/pluginWithQmlFile.pro [deleted file]
tests/auto/declarative/qdeclarativemoduleplugin/pluginWrongCase/plugin.cpp [deleted file]
tests/auto/declarative/qdeclarativemoduleplugin/pluginWrongCase/pluginWrongCase.pro [deleted file]
tests/auto/declarative/qdeclarativemoduleplugin/qdeclarativemoduleplugin.pro [deleted file]
tests/auto/declarative/qdeclarativemoduleplugin/tst_qdeclarativemoduleplugin.cpp [deleted file]
tests/auto/declarative/qdeclarativemoduleplugin/tst_qdeclarativemoduleplugin.pro [deleted file]
tests/auto/declarative/qdeclarativeparser/qdeclarativeparser.pro [deleted file]
tests/auto/declarative/qdeclarativeparser/tst_qdeclarativeparser.cpp [deleted file]
tests/auto/declarative/qdeclarativeproperty/qdeclarativeproperty.pro [deleted file]
tests/auto/declarative/qdeclarativeproperty/tst_qdeclarativeproperty.cpp [deleted file]
tests/auto/declarative/qdeclarativepropertycache/qdeclarativepropertycache.pro [deleted file]
tests/auto/declarative/qdeclarativepropertycache/tst_qdeclarativepropertycache.cpp [deleted file]
tests/auto/declarative/qdeclarativepropertymap/qdeclarativepropertymap.pro [deleted file]
tests/auto/declarative/qdeclarativepropertymap/tst_qdeclarativepropertymap.cpp [deleted file]
tests/auto/declarative/qdeclarativeqt/qdeclarativeqt.pro [deleted file]
tests/auto/declarative/qdeclarativeqt/tst_qdeclarativeqt.cpp [deleted file]
tests/auto/declarative/qdeclarativesqldatabase/qdeclarativesqldatabase.pro [deleted file]
tests/auto/declarative/qdeclarativesqldatabase/tst_qdeclarativesqldatabase.cpp [deleted file]
tests/auto/declarative/qdeclarativetranslation/qdeclarativetranslation.pro [deleted file]
tests/auto/declarative/qdeclarativetranslation/tst_qdeclarativetranslation.cpp [deleted file]
tests/auto/declarative/qdeclarativevaluetypes/qdeclarativevaluetypes.pro [deleted file]
tests/auto/declarative/qdeclarativevaluetypes/testtypes.h [deleted file]
tests/auto/declarative/qdeclarativevaluetypes/tst_qdeclarativevaluetypes.cpp [deleted file]
tests/auto/declarative/qdeclarativeworkerscript/qdeclarativeworkerscript.pro [deleted file]
tests/auto/declarative/qdeclarativeworkerscript/tst_qdeclarativeworkerscript.cpp [deleted file]
tests/auto/declarative/qdeclarativexmlhttprequest/qdeclarativexmlhttprequest.pro [deleted file]
tests/auto/declarative/qdeclarativexmlhttprequest/tst_qdeclarativexmlhttprequest.cpp [deleted file]
tests/auto/declarative/qjsengine/qjsengine.pro [deleted file]
tests/auto/declarative/qjsvalue/qjsvalue.pro [deleted file]
tests/auto/declarative/qjsvalueiterator/qjsvalueiterator.pro [deleted file]
tests/auto/declarative/qmlmin/qmlmin.pro [deleted file]
tests/auto/declarative/qmlmin/tst_qmlmin.cpp [deleted file]
tests/auto/declarative/runall.sh [deleted file]
tests/auto/declarative/v4/testtypes.cpp [deleted file]
tests/auto/declarative/v4/tst_v4.cpp [deleted file]
tests/auto/declarative/v4/v4.pro [deleted file]
tests/auto/headersclean/headersclean.pro
tests/auto/headersclean/tst_headersclean.cpp
tests/auto/particles/qquickage/qquickage.pro
tests/auto/particles/qquickangleddirection/qquickangleddirection.pro
tests/auto/particles/qquickcumulativedirection/qquickcumulativedirection.pro
tests/auto/particles/qquickcustomaffector/qquickcustomaffector.pro
tests/auto/particles/qquickcustomparticle/qquickcustomparticle.pro
tests/auto/particles/qquickellipseextruder/qquickellipseextruder.pro
tests/auto/particles/qquickfriction/qquickfriction.pro
tests/auto/particles/qquickgravity/qquickgravity.pro
tests/auto/particles/qquickgroupgoal/qquickgroupgoal.pro
tests/auto/particles/qquickimageparticle/qquickimageparticle.pro
tests/auto/particles/qquickitemparticle/qquickitemparticle.pro
tests/auto/particles/qquicklineextruder/qquicklineextruder.pro
tests/auto/particles/qquickmaskextruder/qquickmaskextruder.pro
tests/auto/particles/qquickparticlegroup/qquickparticlegroup.pro
tests/auto/particles/qquickparticlesystem/qquickparticlesystem.pro
tests/auto/particles/qquickpointattractor/qquickpointattractor.pro
tests/auto/particles/qquickpointdirection/qquickpointdirection.pro
tests/auto/particles/qquickrectangleextruder/qquickrectangleextruder.pro
tests/auto/particles/qquickspritegoal/qquickspritegoal.pro
tests/auto/particles/qquicktargetdirection/qquicktargetdirection.pro
tests/auto/particles/qquicktrailemitter/qquicktrailemitter.pro
tests/auto/particles/qquickturbulence/qquickturbulence.pro
tests/auto/particles/qquickwander/qquickwander.pro
tests/auto/qml/animation/animation.pro [moved from tests/auto/declarative/animation/animation.pro with 100% similarity]
tests/auto/qml/animation/qabstractanimationjob/qabstractanimationjob.pro [new file with mode: 0644]
tests/auto/qml/animation/qabstractanimationjob/tst_qabstractanimationjob.cpp [new file with mode: 0644]
tests/auto/qml/animation/qanimationgroupjob/qanimationgroupjob.pro [new file with mode: 0644]
tests/auto/qml/animation/qanimationgroupjob/tst_qanimationgroupjob.cpp [new file with mode: 0644]
tests/auto/qml/animation/qparallelanimationgroupjob/qparallelanimationgroupjob.pro [new file with mode: 0644]
tests/auto/qml/animation/qparallelanimationgroupjob/tst_qparallelanimationgroupjob.cpp [new file with mode: 0644]
tests/auto/qml/animation/qpauseanimationjob/qpauseanimationjob.pro [new file with mode: 0644]
tests/auto/qml/animation/qpauseanimationjob/tst_qpauseanimationjob.cpp [new file with mode: 0644]
tests/auto/qml/animation/qsequentialanimationgroupjob/qsequentialanimationgroupjob.pro [new file with mode: 0644]
tests/auto/qml/animation/qsequentialanimationgroupjob/tst_qsequentialanimationgroupjob.cpp [new file with mode: 0644]
tests/auto/qml/debugger/debugger.pro [new file with mode: 0644]
tests/auto/qml/debugger/qdebugmessageservice/data/test.qml [moved from tests/auto/declarative/debugger/qdebugmessageservice/data/test.qml with 100% similarity]
tests/auto/qml/debugger/qdebugmessageservice/qdebugmessageservice.pro [new file with mode: 0644]
tests/auto/qml/debugger/qdebugmessageservice/tst_qdebugmessageservice.cpp [new file with mode: 0644]
tests/auto/qml/debugger/qpacketprotocol/qpacketprotocol.pro [new file with mode: 0644]
tests/auto/qml/debugger/qpacketprotocol/tst_qpacketprotocol.cpp [new file with mode: 0644]
tests/auto/qml/debugger/qqmldebugclient/qqmldebugclient.pro [new file with mode: 0644]
tests/auto/qml/debugger/qqmldebugclient/tst_qqmldebugclient.cpp [new file with mode: 0644]
tests/auto/qml/debugger/qqmldebugjs/data/breakpointRelocation.qml [moved from tests/auto/declarative/debugger/qdeclarativedebugjs/data/breakpointRelocation.qml with 100% similarity]
tests/auto/qml/debugger/qqmldebugjs/data/changeBreakpoint.qml [moved from tests/auto/declarative/debugger/qdeclarativedebugjs/data/changeBreakpoint.qml with 100% similarity]
tests/auto/qml/debugger/qqmldebugjs/data/condition.qml [moved from tests/auto/declarative/debugger/qdeclarativedebugjs/data/condition.qml with 100% similarity]
tests/auto/qml/debugger/qqmldebugjs/data/createComponent.qml [moved from tests/auto/declarative/debugger/qdeclarativedebugjs/data/createComponent.qml with 100% similarity]
tests/auto/qml/debugger/qqmldebugjs/data/exception.qml [moved from tests/auto/declarative/debugger/qdeclarativedebugjs/data/exception.qml with 100% similarity]
tests/auto/qml/debugger/qqmldebugjs/data/loadjsfile.qml [moved from tests/auto/declarative/debugger/qdeclarativedebugjs/data/loadjsfile.qml with 100% similarity]
tests/auto/qml/debugger/qqmldebugjs/data/oncompleted.qml [moved from tests/auto/declarative/debugger/qdeclarativedebugjs/data/oncompleted.qml with 100% similarity]
tests/auto/qml/debugger/qqmldebugjs/data/stepAction.qml [moved from tests/auto/declarative/debugger/qdeclarativedebugjs/data/stepAction.qml with 100% similarity]
tests/auto/qml/debugger/qqmldebugjs/data/test.js [moved from tests/auto/declarative/debugger/qdeclarativedebugjs/data/test.js with 100% similarity]
tests/auto/qml/debugger/qqmldebugjs/data/test.qml [moved from tests/auto/declarative/debugger/qdeclarativedebugjs/data/test.qml with 100% similarity]
tests/auto/qml/debugger/qqmldebugjs/data/timer.qml [moved from tests/auto/declarative/debugger/qdeclarativedebugjs/data/timer.qml with 100% similarity]
tests/auto/qml/debugger/qqmldebugjs/qqmldebugjs.pro [new file with mode: 0644]
tests/auto/qml/debugger/qqmldebugjs/tst_qqmldebugjs.cpp [new file with mode: 0644]
tests/auto/qml/debugger/qqmldebugservice/qqmldebugservice.pro [new file with mode: 0644]
tests/auto/qml/debugger/qqmldebugservice/tst_qqmldebugservice.cpp [new file with mode: 0644]
tests/auto/qml/debugger/qqmlenginedebug/qqmlenginedebug.pro [new file with mode: 0644]
tests/auto/qml/debugger/qqmlenginedebug/tst_qqmlenginedebug.cpp [new file with mode: 0644]
tests/auto/qml/debugger/qqmlinspector/app/app.pro [new file with mode: 0644]
tests/auto/qml/debugger/qqmlinspector/app/main.cpp [moved from tests/auto/declarative/debugger/qdeclarativeinspector/app/main.cpp with 100% similarity]
tests/auto/qml/debugger/qqmlinspector/app/qtquick2.qml [moved from tests/auto/declarative/debugger/qdeclarativeinspector/app/qtquick2.qml with 100% similarity]
tests/auto/qml/debugger/qqmlinspector/qqmlinspector.pro [new file with mode: 0644]
tests/auto/qml/debugger/qqmlinspector/tst_qqmlinspector.cpp [new file with mode: 0644]
tests/auto/qml/debugger/qqmlinspector/tst_qqmlinspector.pro [new file with mode: 0644]
tests/auto/qml/debugger/qqmlprofilerservice/data/exit.qml [moved from tests/auto/declarative/debugger/qdeclarativeprofilerservice/data/exit.qml with 100% similarity]
tests/auto/qml/debugger/qqmlprofilerservice/data/test.qml [moved from tests/auto/declarative/debugger/qv8profilerservice/data/test.qml with 100% similarity]
tests/auto/qml/debugger/qqmlprofilerservice/qqmlprofilerservice.pro [new file with mode: 0644]
tests/auto/qml/debugger/qqmlprofilerservice/tst_qqmlprofilerservice.cpp [new file with mode: 0644]
tests/auto/qml/debugger/qv8profilerservice/data/console.qml [moved from tests/auto/declarative/debugger/qv8profilerservice/data/console.qml with 100% similarity]
tests/auto/qml/debugger/qv8profilerservice/data/exit.qml [moved from tests/auto/declarative/debugger/qv8profilerservice/data/exit.qml with 100% similarity]
tests/auto/qml/debugger/qv8profilerservice/data/test.qml [moved from tests/auto/declarative/debugger/qdeclarativeprofilerservice/data/test.qml with 100% similarity]
tests/auto/qml/debugger/qv8profilerservice/qv8profilerservice.pro [new file with mode: 0644]
tests/auto/qml/debugger/qv8profilerservice/tst_qv8profilerservice.cpp [new file with mode: 0644]
tests/auto/qml/debugger/shared/debugutil.cpp [new file with mode: 0644]
tests/auto/qml/debugger/shared/debugutil_p.h [new file with mode: 0644]
tests/auto/qml/parserstress/parserstress.pro [new file with mode: 0644]
tests/auto/qml/parserstress/tests/ecma/Array/15.4-1.js [moved from tests/auto/declarative/parserstress/tests/ecma/Array/15.4-1.js with 100% similarity]
tests/auto/qml/parserstress/tests/ecma/Array/15.4-2.js [moved from tests/auto/declarative/parserstress/tests/ecma/Array/15.4-2.js with 100% similarity]
tests/auto/qml/parserstress/tests/ecma/Array/15.4.1.1.js [moved from tests/auto/declarative/parserstress/tests/ecma/Array/15.4.1.1.js with 100% similarity]
tests/auto/qml/parserstress/tests/ecma/Array/15.4.1.2.js [moved from tests/auto/declarative/parserstress/tests/ecma/Array/15.4.1.2.js with 100% similarity]
tests/auto/qml/parserstress/tests/ecma/Array/15.4.1.3.js [moved from tests/auto/declarative/parserstress/tests/ecma/Array/15.4.1.3.js with 100% similarity]
tests/auto/qml/parserstress/tests/ecma/Array/15.4.1.js [moved from tests/auto/declarative/parserstress/tests/ecma/Array/15.4.1.js with 100% similarity]
tests/auto/qml/parserstress/tests/ecma/Array/15.4.2.1-1.js [moved from tests/auto/declarative/parserstress/tests/ecma/Array/15.4.2.1-1.js with 100% similarity]
tests/auto/qml/parserstress/tests/ecma/Array/15.4.2.1-2.js [moved from tests/auto/declarative/parserstress/tests/ecma/Array/15.4.2.1-2.js with 100% similarity]
tests/auto/qml/parserstress/tests/ecma/Array/15.4.2.1-3.js [moved from tests/auto/declarative/parserstress/tests/ecma/Array/15.4.2.1-3.js with 100% similarity]
tests/auto/qml/parserstress/tests/ecma/Array/15.4.2.2-1.js [moved from tests/auto/declarative/parserstress/tests/ecma/Array/15.4.2.2-1.js with 100% similarity]
tests/auto/qml/parserstress/tests/ecma/Array/15.4.2.2-2.js [moved from tests/auto/declarative/parserstress/tests/ecma/Array/15.4.2.2-2.js with 100% similarity]
tests/auto/qml/parserstress/tests/ecma/Array/15.4.2.3.js [moved from tests/auto/declarative/parserstress/tests/ecma/Array/15.4.2.3.js with 100% similarity]
tests/auto/qml/parserstress/tests/ecma/Array/15.4.3.1-2.js [moved from tests/auto/declarative/parserstress/tests/ecma/Array/15.4.3.1-2.js with 100% similarity]
tests/auto/qml/parserstress/tests/ecma/Array/15.4.3.2.js [moved from tests/auto/declarative/parserstress/tests/ecma/Array/15.4.3.2.js with 100% similarity]
tests/auto/qml/parserstress/tests/ecma/Array/15.4.4.1.js [moved from tests/auto/declarative/parserstress/tests/ecma/Array/15.4.4.1.js with 100% similarity]
tests/auto/qml/parserstress/tests/ecma/Array/15.4.4.2.js [moved from tests/auto/declarative/parserstress/tests/ecma/Array/15.4.4.2.js with 100% similarity]
tests/auto/qml/parserstress/tests/ecma/Array/15.4.4.3-1.js [moved from tests/auto/declarative/parserstress/tests/ecma/Array/15.4.4.3-1.js with 100% similarity]
tests/auto/qml/parserstress/tests/ecma/Array/15.4.4.4-1.js [moved from tests/auto/declarative/parserstress/tests/ecma/Array/15.4.4.4-1.js with 100% similarity]
tests/auto/qml/parserstress/tests/ecma/Array/15.4.4.4-2.js [moved from tests/auto/declarative/parserstress/tests/ecma/Array/15.4.4.4-2.js with 100% similarity]
tests/auto/qml/parserstress/tests/ecma/Array/15.4.4.5-1.js [moved from tests/auto/declarative/parserstress/tests/ecma/Array/15.4.4.5-1.js with 100% similarity]
tests/auto/qml/parserstress/tests/ecma/Array/15.4.4.5-2.js [moved from tests/auto/declarative/parserstress/tests/ecma/Array/15.4.4.5-2.js with 100% similarity]
tests/auto/qml/parserstress/tests/ecma/Array/15.4.4.5-3.js [moved from tests/auto/declarative/parserstress/tests/ecma/Array/15.4.4.5-3.js with 100% similarity]
tests/auto/qml/parserstress/tests/ecma/Array/15.4.4.js [moved from tests/auto/declarative/parserstress/tests/ecma/Array/15.4.4.js with 100% similarity]
tests/auto/qml/parserstress/tests/ecma/Array/15.4.5.1-1.js [moved from tests/auto/declarative/parserstress/tests/ecma/Array/15.4.5.1-1.js with 100% similarity]
tests/auto/qml/parserstress/tests/ecma/Array/15.4.5.1-2.js [moved from tests/auto/declarative/parserstress/tests/ecma/Array/15.4.5.1-2.js with 100% similarity]
tests/auto/qml/parserstress/tests/ecma/Array/15.4.5.2-1.js [moved from tests/auto/declarative/parserstress/tests/ecma/Array/15.4.5.2-1.js with 100% similarity]
tests/auto/qml/parserstress/tests/ecma/Array/15.4.5.2-2.js [moved from tests/auto/declarative/parserstress/tests/ecma/Array/15.4.5.2-2.js with 100% similarity]
tests/auto/qml/parserstress/tests/ecma/Array/browser.js [moved from tests/auto/declarative/parserstress/tests/ecma_3/extensions/browser.js with 100% similarity]
tests/auto/qml/parserstress/tests/ecma/Array/shell.js [moved from tests/auto/declarative/parserstress/tests/ecma_3/Array/shell.js with 100% similarity]
tests/auto/qml/parserstress/tests/ecma/Boolean/15.6.1.js [moved from tests/auto/declarative/parserstress/tests/ecma/Boolean/15.6.1.js with 100% similarity]
tests/auto/qml/parserstress/tests/ecma/Boolean/15.6.2.js [moved from tests/auto/declarative/parserstress/tests/ecma/Boolean/15.6.2.js with 100% similarity]
tests/auto/qml/parserstress/tests/ecma/Boolean/15.6.3.1-1.js [moved from tests/auto/declarative/parserstress/tests/ecma/Boolean/15.6.3.1-1.js with 100% similarity]
tests/auto/qml/parserstress/tests/ecma/Boolean/15.6.3.1-2.js [moved from tests/auto/declarative/parserstress/tests/ecma/Boolean/15.6.3.1-2.js with 100% similarity]
tests/auto/qml/parserstress/tests/ecma/Boolean/15.6.3.1-3.js [moved from tests/auto/declarative/parserstress/tests/ecma/Boolean/15.6.3.1-3.js with 100% similarity]
tests/auto/qml/parserstress/tests/ecma/Boolean/15.6.3.1-4.js [moved from tests/auto/declarative/parserstress/tests/ecma/Boolean/15.6.3.1-4.js with 100% similarity]
tests/auto/qml/parserstress/tests/ecma/Boolean/15.6.3.1.js [moved from tests/auto/declarative/parserstress/tests/ecma/Boolean/15.6.3.1.js with 100% similarity]
tests/auto/qml/parserstress/tests/ecma/Boolean/15.6.4-1.js [moved from tests/auto/declarative/parserstress/tests/ecma/Boolean/15.6.4-1.js with 100% similarity]
tests/auto/qml/parserstress/tests/ecma/Boolean/15.6.4.1.js [moved from tests/auto/declarative/parserstress/tests/ecma/Boolean/15.6.4.1.js with 100% similarity]
tests/auto/qml/parserstress/tests/ecma/Boolean/15.6.4.2-1.js [moved from tests/auto/declarative/parserstress/tests/ecma/Boolean/15.6.4.2-1.js with 100% similarity]
tests/auto/qml/parserstress/tests/ecma/Boolean/15.6.4.2-2.js [moved from tests/auto/declarative/parserstress/tests/ecma/Boolean/15.6.4.2-2.js with 100% similarity]
tests/auto/qml/parserstress/tests/ecma/Boolean/15.6.4.2-3.js [moved from tests/auto/declarative/parserstress/tests/ecma/Boolean/15.6.4.2-3.js with 100% similarity]
tests/auto/qml/parserstress/tests/ecma/Boolean/15.6.4.2-4-n.js [moved from tests/auto/declarative/parserstress/tests/ecma/Boolean/15.6.4.2-4-n.js with 100% similarity]
tests/auto/qml/parserstress/tests/ecma/Boolean/15.6.4.3-1.js [moved from tests/auto/declarative/parserstress/tests/ecma/Boolean/15.6.4.3-1.js with 100% similarity]
tests/auto/qml/parserstress/tests/ecma/Boolean/15.6.4.3-2.js [moved from tests/auto/declarative/parserstress/tests/ecma/Boolean/15.6.4.3-2.js with 100% similarity]
tests/auto/qml/parserstress/tests/ecma/Boolean/15.6.4.3-3.js [moved from tests/auto/declarative/parserstress/tests/ecma/Boolean/15.6.4.3-3.js with 100% similarity]
tests/auto/qml/parserstress/tests/ecma/Boolean/15.6.4.3-4-n.js [moved from tests/auto/declarative/parserstress/tests/ecma/Boolean/15.6.4.3-4-n.js with 100% similarity]
tests/auto/qml/parserstress/tests/ecma/Boolean/15.6.4.3.js [moved from tests/auto/declarative/parserstress/tests/ecma/Boolean/15.6.4.3.js with 100% similarity]
tests/auto/qml/parserstress/tests/ecma/Boolean/15.6.4.js [moved from tests/auto/declarative/parserstress/tests/ecma/Boolean/15.6.4.js with 100% similarity]
tests/auto/qml/parserstress/tests/ecma/Boolean/browser.js [moved from tests/auto/declarative/parserstress/tests/ecma_3/Unicode/browser.js with 100% similarity]
tests/auto/qml/parserstress/tests/ecma/Boolean/shell.js [moved from tests/auto/declarative/parserstress/tests/ecma/Boolean/shell.js with 100% similarity]
tests/auto/qml/parserstress/tests/ecma/Date/15.9.1.1-1.js [moved from tests/auto/declarative/parserstress/tests/ecma/Date/15.9.1.1-1.js with 100% similarity]
tests/auto/qml/parserstress/tests/ecma/Date/15.9.1.1-2.js [moved from tests/auto/declarative/parserstress/tests/ecma/Date/15.9.1.1-2.js with 100% similarity]
tests/auto/qml/parserstress/tests/ecma/Date/15.9.1.13-1.js [moved from tests/auto/declarative/parserstress/tests/ecma/Date/15.9.1.13-1.js with 100% similarity]
tests/auto/qml/parserstress/tests/ecma/Date/15.9.2.1.js [moved from tests/auto/declarative/parserstress/tests/ecma/Date/15.9.2.1.js with 100% similarity]
tests/auto/qml/parserstress/tests/ecma/Date/15.9.2.2-1.js [moved from tests/auto/declarative/parserstress/tests/ecma/Date/15.9.2.2-1.js with 100% similarity]
tests/auto/qml/parserstress/tests/ecma/Date/15.9.2.2-2.js [moved from tests/auto/declarative/parserstress/tests/ecma/Date/15.9.2.2-2.js with 100% similarity]
tests/auto/qml/parserstress/tests/ecma/Date/15.9.2.2-3.js [moved from tests/auto/declarative/parserstress/tests/ecma/Date/15.9.2.2-3.js with 100% similarity]
tests/auto/qml/parserstress/tests/ecma/Date/15.9.2.2-4.js [moved from tests/auto/declarative/parserstress/tests/ecma/Date/15.9.2.2-4.js with 100% similarity]
tests/auto/qml/parserstress/tests/ecma/Date/15.9.2.2-5.js [moved from tests/auto/declarative/parserstress/tests/ecma/Date/15.9.2.2-5.js with 100% similarity]
tests/auto/qml/parserstress/tests/ecma/Date/15.9.2.2-6.js [moved from tests/auto/declarative/parserstress/tests/ecma/Date/15.9.2.2-6.js with 100% similarity]
tests/auto/qml/parserstress/tests/ecma/Date/15.9.3.1-1.js [moved from tests/auto/declarative/parserstress/tests/ecma/Date/15.9.3.1-1.js with 100% similarity]
tests/auto/qml/parserstress/tests/ecma/Date/15.9.3.1-2.js [moved from tests/auto/declarative/parserstress/tests/ecma/Date/15.9.3.1-2.js with 100% similarity]
tests/auto/qml/parserstress/tests/ecma/Date/15.9.3.1-3.js [moved from tests/auto/declarative/parserstress/tests/ecma/Date/15.9.3.1-3.js with 100% similarity]
tests/auto/qml/parserstress/tests/ecma/Date/15.9.3.1-4.js [moved from tests/auto/declarative/parserstress/tests/ecma/Date/15.9.3.1-4.js with 100% similarity]
tests/auto/qml/parserstress/tests/ecma/Date/15.9.3.1-5.js [moved from tests/auto/declarative/parserstress/tests/ecma/Date/15.9.3.1-5.js with 100% similarity]
tests/auto/qml/parserstress/tests/ecma/Date/15.9.3.2-1.js [moved from tests/auto/declarative/parserstress/tests/ecma/Date/15.9.3.2-1.js with 100% similarity]
tests/auto/qml/parserstress/tests/ecma/Date/15.9.3.2-2.js [moved from tests/auto/declarative/parserstress/tests/ecma/Date/15.9.3.2-2.js with 100% similarity]
tests/auto/qml/parserstress/tests/ecma/Date/15.9.3.2-3.js [moved from tests/auto/declarative/parserstress/tests/ecma/Date/15.9.3.2-3.js with 100% similarity]
tests/auto/qml/parserstress/tests/ecma/Date/15.9.3.2-4.js [moved from tests/auto/declarative/parserstress/tests/ecma/Date/15.9.3.2-4.js with 100% similarity]
tests/auto/qml/parserstress/tests/ecma/Date/15.9.3.2-5.js [moved from tests/auto/declarative/parserstress/tests/ecma/Date/15.9.3.2-5.js with 100% similarity]
tests/auto/qml/parserstress/tests/ecma/Date/15.9.3.8-1.js [moved from tests/auto/declarative/parserstress/tests/ecma/Date/15.9.3.8-1.js with 100% similarity]
tests/auto/qml/parserstress/tests/ecma/Date/15.9.3.8-2.js [moved from tests/auto/declarative/parserstress/tests/ecma/Date/15.9.3.8-2.js with 100% similarity]
tests/auto/qml/parserstress/tests/ecma/Date/15.9.3.8-3.js [moved from tests/auto/declarative/parserstress/tests/ecma/Date/15.9.3.8-3.js with 100% similarity]
tests/auto/qml/parserstress/tests/ecma/Date/15.9.3.8-4.js [moved from tests/auto/declarative/parserstress/tests/ecma/Date/15.9.3.8-4.js with 100% similarity]
tests/auto/qml/parserstress/tests/ecma/Date/15.9.3.8-5.js [moved from tests/auto/declarative/parserstress/tests/ecma/Date/15.9.3.8-5.js with 100% similarity]
tests/auto/qml/parserstress/tests/ecma/Date/15.9.4.2-1.js [moved from tests/auto/declarative/parserstress/tests/ecma/Date/15.9.4.2-1.js with 100% similarity]
tests/auto/qml/parserstress/tests/ecma/Date/15.9.4.2.js [moved from tests/auto/declarative/parserstress/tests/ecma/Date/15.9.4.2.js with 100% similarity]
tests/auto/qml/parserstress/tests/ecma/Date/15.9.4.3.js [moved from tests/auto/declarative/parserstress/tests/ecma/Date/15.9.4.3.js with 100% similarity]
tests/auto/qml/parserstress/tests/ecma/Date/15.9.5.1.js [moved from tests/auto/declarative/parserstress/tests/ecma/Date/15.9.5.1.js with 100% similarity]
tests/auto/qml/parserstress/tests/ecma/Date/15.9.5.10-1.js [moved from tests/auto/declarative/parserstress/tests/ecma/Date/15.9.5.10-1.js with 100% similarity]
tests/auto/qml/parserstress/tests/ecma/Date/15.9.5.10-10.js [moved from tests/auto/declarative/parserstress/tests/ecma/Date/15.9.5.10-10.js with 100% similarity]
tests/auto/qml/parserstress/tests/ecma/Date/15.9.5.10-11.js [moved from tests/auto/declarative/parserstress/tests/ecma/Date/15.9.5.10-11.js with 100% similarity]
tests/auto/qml/parserstress/tests/ecma/Date/15.9.5.10-12.js [moved from tests/auto/declarative/parserstress/tests/ecma/Date/15.9.5.10-12.js with 100% similarity]
tests/auto/qml/parserstress/tests/ecma/Date/15.9.5.10-13.js [moved from tests/auto/declarative/parserstress/tests/ecma/Date/15.9.5.10-13.js with 100% similarity]
tests/auto/qml/parserstress/tests/ecma/Date/15.9.5.10-2.js [moved from tests/auto/declarative/parserstress/tests/ecma/Date/15.9.5.10-2.js with 100% similarity]
tests/auto/qml/parserstress/tests/ecma/Date/15.9.5.10-3.js [moved from tests/auto/declarative/parserstress/tests/ecma/Date/15.9.5.10-3.js with 100% similarity]
tests/auto/qml/parserstress/tests/ecma/Date/15.9.5.10-4.js [moved from tests/auto/declarative/parserstress/tests/ecma/Date/15.9.5.10-4.js with 100% similarity]
tests/auto/qml/parserstress/tests/ecma/Date/15.9.5.10-5.js [moved from tests/auto/declarative/parserstress/tests/ecma/Date/15.9.5.10-5.js with 100% similarity]
tests/auto/qml/parserstress/tests/ecma/Date/15.9.5.10-6.js [moved from tests/auto/declarative/parserstress/tests/ecma/Date/15.9.5.10-6.js with 100% similarity]
tests/auto/qml/parserstress/tests/ecma/Date/15.9.5.10-7.js [moved from tests/auto/declarative/parserstress/tests/ecma/Date/15.9.5.10-7.js with 100% similarity]
tests/auto/qml/parserstress/tests/ecma/Date/15.9.5.10-8.js [moved from tests/auto/declarative/parserstress/tests/ecma/Date/15.9.5.10-8.js with 100% similarity]
tests/auto/qml/parserstress/tests/ecma/Date/15.9.5.10-9.js [moved from tests/auto/declarative/parserstress/tests/ecma/Date/15.9.5.10-9.js with 100% similarity]
tests/auto/qml/parserstress/tests/ecma/Date/15.9.5.11-1.js [moved from tests/auto/declarative/parserstress/tests/ecma/Date/15.9.5.11-1.js with 100% similarity]
tests/auto/qml/parserstress/tests/ecma/Date/15.9.5.11-2.js [moved from tests/auto/declarative/parserstress/tests/ecma/Date/15.9.5.11-2.js with 100% similarity]
tests/auto/qml/parserstress/tests/ecma/Date/15.9.5.11-3.js [moved from tests/auto/declarative/parserstress/tests/ecma/Date/15.9.5.11-3.js with 100% similarity]
tests/auto/qml/parserstress/tests/ecma/Date/15.9.5.11-4.js [moved from tests/auto/declarative/parserstress/tests/ecma/Date/15.9.5.11-4.js with 100% similarity]
tests/auto/qml/parserstress/tests/ecma/Date/15.9.5.11-5.js [moved from tests/auto/declarative/parserstress/tests/ecma/Date/15.9.5.11-5.js with 100% similarity]
tests/auto/qml/parserstress/tests/ecma/Date/15.9.5.11-6.js [moved from tests/auto/declarative/parserstress/tests/ecma/Date/15.9.5.11-6.js with 100% similarity]
tests/auto/qml/parserstress/tests/ecma/Date/15.9.5.11-7.js [moved from tests/auto/declarative/parserstress/tests/ecma/Date/15.9.5.11-7.js with 100% similarity]
tests/auto/qml/parserstress/tests/ecma/Date/15.9.5.12-1.js [moved from tests/auto/declarative/parserstress/tests/ecma/Date/15.9.5.12-1.js with 100% similarity]
tests/auto/qml/parserstress/tests/ecma/Date/15.9.5.12-2.js [moved from tests/auto/declarative/parserstress/tests/ecma/Date/15.9.5.12-2.js with 100% similarity]
tests/auto/qml/parserstress/tests/ecma/Date/15.9.5.12-3.js [moved from tests/auto/declarative/parserstress/tests/ecma/Date/15.9.5.12-3.js with 100% similarity]
tests/auto/qml/parserstress/tests/ecma/Date/15.9.5.12-4.js [moved from tests/auto/declarative/parserstress/tests/ecma/Date/15.9.5.12-4.js with 100% similarity]
tests/auto/qml/parserstress/tests/ecma/Date/15.9.5.12-5.js [moved from tests/auto/declarative/parserstress/tests/ecma/Date/15.9.5.12-5.js with 100% similarity]
tests/auto/qml/parserstress/tests/ecma/Date/15.9.5.12-6.js [moved from tests/auto/declarative/parserstress/tests/ecma/Date/15.9.5.12-6.js with 100% similarity]
tests/auto/qml/parserstress/tests/ecma/Date/15.9.5.12-7.js [moved from tests/auto/declarative/parserstress/tests/ecma/Date/15.9.5.12-7.js with 100% similarity]
tests/auto/qml/parserstress/tests/ecma/Date/15.9.5.12-8.js [moved from tests/auto/declarative/parserstress/tests/ecma/Date/15.9.5.12-8.js with 100% similarity]
tests/auto/qml/parserstress/tests/ecma/Date/15.9.5.13-1.js [moved from tests/auto/declarative/parserstress/tests/ecma/Date/15.9.5.13-1.js with 100% similarity]
tests/auto/qml/parserstress/tests/ecma/Date/15.9.5.13-2.js [moved from tests/auto/declarative/parserstress/tests/ecma/Date/15.9.5.13-2.js with 100% similarity]
tests/auto/qml/parserstress/tests/ecma/Date/15.9.5.13-3.js [moved from tests/auto/declarative/parserstress/tests/ecma/Date/15.9.5.13-3.js with 100% similarity]
tests/auto/qml/parserstress/tests/ecma/Date/15.9.5.13-4.js [moved from tests/auto/declarative/parserstress/tests/ecma/Date/15.9.5.13-4.js with 100% similarity]
tests/auto/qml/parserstress/tests/ecma/Date/15.9.5.13-5.js [moved from tests/auto/declarative/parserstress/tests/ecma/Date/15.9.5.13-5.js with 100% similarity]
tests/auto/qml/parserstress/tests/ecma/Date/15.9.5.13-6.js [moved from tests/auto/declarative/parserstress/tests/ecma/Date/15.9.5.13-6.js with 100% similarity]
tests/auto/qml/parserstress/tests/ecma/Date/15.9.5.13-7.js [moved from tests/auto/declarative/parserstress/tests/ecma/Date/15.9.5.13-7.js with 100% similarity]
tests/auto/qml/parserstress/tests/ecma/Date/15.9.5.13-8.js [moved from tests/auto/declarative/parserstress/tests/ecma/Date/15.9.5.13-8.js with 100% similarity]
tests/auto/qml/parserstress/tests/ecma/Date/15.9.5.14.js [moved from tests/auto/declarative/parserstress/tests/ecma/Date/15.9.5.14.js with 100% similarity]
tests/auto/qml/parserstress/tests/ecma/Date/15.9.5.15.js [moved from tests/auto/declarative/parserstress/tests/ecma/Date/15.9.5.15.js with 100% similarity]
tests/auto/qml/parserstress/tests/ecma/Date/15.9.5.16.js [moved from tests/auto/declarative/parserstress/tests/ecma/Date/15.9.5.16.js with 100% similarity]
tests/auto/qml/parserstress/tests/ecma/Date/15.9.5.17.js [moved from tests/auto/declarative/parserstress/tests/ecma/Date/15.9.5.17.js with 100% similarity]
tests/auto/qml/parserstress/tests/ecma/Date/15.9.5.18.js [moved from tests/auto/declarative/parserstress/tests/ecma/Date/15.9.5.18.js with 100% similarity]
tests/auto/qml/parserstress/tests/ecma/Date/15.9.5.19.js [moved from tests/auto/declarative/parserstress/tests/ecma/Date/15.9.5.19.js with 100% similarity]
tests/auto/qml/parserstress/tests/ecma/Date/15.9.5.2-1.js [moved from tests/auto/declarative/parserstress/tests/ecma/Date/15.9.5.2-1.js with 100% similarity]
tests/auto/qml/parserstress/tests/ecma/Date/15.9.5.2-2-n.js [moved from tests/auto/declarative/parserstress/tests/ecma/Date/15.9.5.2-2-n.js with 100% similarity]
tests/auto/qml/parserstress/tests/ecma/Date/15.9.5.2.js [moved from tests/auto/declarative/parserstress/tests/ecma/Date/15.9.5.2.js with 100% similarity]
tests/auto/qml/parserstress/tests/ecma/Date/15.9.5.20.js [moved from tests/auto/declarative/parserstress/tests/ecma/Date/15.9.5.20.js with 100% similarity]
tests/auto/qml/parserstress/tests/ecma/Date/15.9.5.21-1.js [moved from tests/auto/declarative/parserstress/tests/ecma/Date/15.9.5.21-1.js with 100% similarity]
tests/auto/qml/parserstress/tests/ecma/Date/15.9.5.21-2.js [moved from tests/auto/declarative/parserstress/tests/ecma/Date/15.9.5.21-2.js with 100% similarity]
tests/auto/qml/parserstress/tests/ecma/Date/15.9.5.21-3.js [moved from tests/auto/declarative/parserstress/tests/ecma/Date/15.9.5.21-3.js with 100% similarity]
tests/auto/qml/parserstress/tests/ecma/Date/15.9.5.21-4.js [moved from tests/auto/declarative/parserstress/tests/ecma/Date/15.9.5.21-4.js with 100% similarity]
tests/auto/qml/parserstress/tests/ecma/Date/15.9.5.21-5.js [moved from tests/auto/declarative/parserstress/tests/ecma/Date/15.9.5.21-5.js with 100% similarity]
tests/auto/qml/parserstress/tests/ecma/Date/15.9.5.21-6.js [moved from tests/auto/declarative/parserstress/tests/ecma/Date/15.9.5.21-6.js with 100% similarity]
tests/auto/qml/parserstress/tests/ecma/Date/15.9.5.21-7.js [moved from tests/auto/declarative/parserstress/tests/ecma/Date/15.9.5.21-7.js with 100% similarity]
tests/auto/qml/parserstress/tests/ecma/Date/15.9.5.21-8.js [moved from tests/auto/declarative/parserstress/tests/ecma/Date/15.9.5.21-8.js with 100% similarity]
tests/auto/qml/parserstress/tests/ecma/Date/15.9.5.22-1.js [moved from tests/auto/declarative/parserstress/tests/ecma/Date/15.9.5.22-1.js with 100% similarity]
tests/auto/qml/parserstress/tests/ecma/Date/15.9.5.22-2.js [moved from tests/auto/declarative/parserstress/tests/ecma/Date/15.9.5.22-2.js with 100% similarity]
tests/auto/qml/parserstress/tests/ecma/Date/15.9.5.22-3.js [moved from tests/auto/declarative/parserstress/tests/ecma/Date/15.9.5.22-3.js with 100% similarity]
tests/auto/qml/parserstress/tests/ecma/Date/15.9.5.22-4.js [moved from tests/auto/declarative/parserstress/tests/ecma/Date/15.9.5.22-4.js with 100% similarity]
tests/auto/qml/parserstress/tests/ecma/Date/15.9.5.22-5.js [moved from tests/auto/declarative/parserstress/tests/ecma/Date/15.9.5.22-5.js with 100% similarity]
tests/auto/qml/parserstress/tests/ecma/Date/15.9.5.22-6.js [moved from tests/auto/declarative/parserstress/tests/ecma/Date/15.9.5.22-6.js with 100% similarity]
tests/auto/qml/parserstress/tests/ecma/Date/15.9.5.22-7.js [moved from tests/auto/declarative/parserstress/tests/ecma/Date/15.9.5.22-7.js with 100% similarity]
tests/auto/qml/parserstress/tests/ecma/Date/15.9.5.22-8.js [moved from tests/auto/declarative/parserstress/tests/ecma/Date/15.9.5.22-8.js with 100% similarity]
tests/auto/qml/parserstress/tests/ecma/Date/15.9.5.23-1.js [moved from tests/auto/declarative/parserstress/tests/ecma/Date/15.9.5.23-1.js with 100% similarity]
tests/auto/qml/parserstress/tests/ecma/Date/15.9.5.23-10.js [moved from tests/auto/declarative/parserstress/tests/ecma/Date/15.9.5.23-10.js with 100% similarity]
tests/auto/qml/parserstress/tests/ecma/Date/15.9.5.23-11.js [moved from tests/auto/declarative/parserstress/tests/ecma/Date/15.9.5.23-11.js with 100% similarity]
tests/auto/qml/parserstress/tests/ecma/Date/15.9.5.23-12.js [moved from tests/auto/declarative/parserstress/tests/ecma/Date/15.9.5.23-12.js with 100% similarity]
tests/auto/qml/parserstress/tests/ecma/Date/15.9.5.23-13.js [moved from tests/auto/declarative/parserstress/tests/ecma/Date/15.9.5.23-13.js with 100% similarity]
tests/auto/qml/parserstress/tests/ecma/Date/15.9.5.23-14.js [moved from tests/auto/declarative/parserstress/tests/ecma/Date/15.9.5.23-14.js with 100% similarity]
tests/auto/qml/parserstress/tests/ecma/Date/15.9.5.23-15.js [moved from tests/auto/declarative/parserstress/tests/ecma/Date/15.9.5.23-15.js with 100% similarity]
tests/auto/qml/parserstress/tests/ecma/Date/15.9.5.23-16.js [moved from tests/auto/declarative/parserstress/tests/ecma/Date/15.9.5.23-16.js with 100% similarity]
tests/auto/qml/parserstress/tests/ecma/Date/15.9.5.23-17.js [moved from tests/auto/declarative/parserstress/tests/ecma/Date/15.9.5.23-17.js with 100% similarity]
tests/auto/qml/parserstress/tests/ecma/Date/15.9.5.23-18.js [moved from tests/auto/declarative/parserstress/tests/ecma/Date/15.9.5.23-18.js with 100% similarity]
tests/auto/qml/parserstress/tests/ecma/Date/15.9.5.23-2.js [moved from tests/auto/declarative/parserstress/tests/ecma/Date/15.9.5.23-2.js with 100% similarity]
tests/auto/qml/parserstress/tests/ecma/Date/15.9.5.23-3-n.js [moved from tests/auto/declarative/parserstress/tests/ecma/Date/15.9.5.23-3-n.js with 100% similarity]
tests/auto/qml/parserstress/tests/ecma/Date/15.9.5.23-4.js [moved from tests/auto/declarative/parserstress/tests/ecma/Date/15.9.5.23-4.js with 100% similarity]
tests/auto/qml/parserstress/tests/ecma/Date/15.9.5.23-5.js [moved from tests/auto/declarative/parserstress/tests/ecma/Date/15.9.5.23-5.js with 100% similarity]
tests/auto/qml/parserstress/tests/ecma/Date/15.9.5.23-6.js [moved from tests/auto/declarative/parserstress/tests/ecma/Date/15.9.5.23-6.js with 100% similarity]
tests/auto/qml/parserstress/tests/ecma/Date/15.9.5.23-7.js [moved from tests/auto/declarative/parserstress/tests/ecma/Date/15.9.5.23-7.js with 100% similarity]
tests/auto/qml/parserstress/tests/ecma/Date/15.9.5.23-8.js [moved from tests/auto/declarative/parserstress/tests/ecma/Date/15.9.5.23-8.js with 100% similarity]
tests/auto/qml/parserstress/tests/ecma/Date/15.9.5.23-9.js [moved from tests/auto/declarative/parserstress/tests/ecma/Date/15.9.5.23-9.js with 100% similarity]
tests/auto/qml/parserstress/tests/ecma/Date/15.9.5.24-1.js [moved from tests/auto/declarative/parserstress/tests/ecma/Date/15.9.5.24-1.js with 100% similarity]
tests/auto/qml/parserstress/tests/ecma/Date/15.9.5.24-2.js [moved from tests/auto/declarative/parserstress/tests/ecma/Date/15.9.5.24-2.js with 100% similarity]
tests/auto/qml/parserstress/tests/ecma/Date/15.9.5.24-3.js [moved from tests/auto/declarative/parserstress/tests/ecma/Date/15.9.5.24-3.js with 100% similarity]
tests/auto/qml/parserstress/tests/ecma/Date/15.9.5.24-4.js [moved from tests/auto/declarative/parserstress/tests/ecma/Date/15.9.5.24-4.js with 100% similarity]
tests/auto/qml/parserstress/tests/ecma/Date/15.9.5.24-5.js [moved from tests/auto/declarative/parserstress/tests/ecma/Date/15.9.5.24-5.js with 100% similarity]
tests/auto/qml/parserstress/tests/ecma/Date/15.9.5.24-6.js [moved from tests/auto/declarative/parserstress/tests/ecma/Date/15.9.5.24-6.js with 100% similarity]
tests/auto/qml/parserstress/tests/ecma/Date/15.9.5.24-7.js [moved from tests/auto/declarative/parserstress/tests/ecma/Date/15.9.5.24-7.js with 100% similarity]
tests/auto/qml/parserstress/tests/ecma/Date/15.9.5.24-8.js [moved from tests/auto/declarative/parserstress/tests/ecma/Date/15.9.5.24-8.js with 100% similarity]
tests/auto/qml/parserstress/tests/ecma/Date/15.9.5.25-1.js [moved from tests/auto/declarative/parserstress/tests/ecma/Date/15.9.5.25-1.js with 100% similarity]
tests/auto/qml/parserstress/tests/ecma/Date/15.9.5.26-1.js [moved from tests/auto/declarative/parserstress/tests/ecma/Date/15.9.5.26-1.js with 100% similarity]
tests/auto/qml/parserstress/tests/ecma/Date/15.9.5.27-1.js [moved from tests/auto/declarative/parserstress/tests/ecma/Date/15.9.5.27-1.js with 100% similarity]
tests/auto/qml/parserstress/tests/ecma/Date/15.9.5.28-1.js [moved from tests/auto/declarative/parserstress/tests/ecma/Date/15.9.5.28-1.js with 100% similarity]
tests/auto/qml/parserstress/tests/ecma/Date/15.9.5.29-1.js [moved from tests/auto/declarative/parserstress/tests/ecma/Date/15.9.5.29-1.js with 100% similarity]
tests/auto/qml/parserstress/tests/ecma/Date/15.9.5.3-1-n.js [moved from tests/auto/declarative/parserstress/tests/ecma/Date/15.9.5.3-1-n.js with 100% similarity]
tests/auto/qml/parserstress/tests/ecma/Date/15.9.5.3-2.js [moved from tests/auto/declarative/parserstress/tests/ecma/Date/15.9.5.3-2.js with 100% similarity]
tests/auto/qml/parserstress/tests/ecma/Date/15.9.5.30-1.js [moved from tests/auto/declarative/parserstress/tests/ecma/Date/15.9.5.30-1.js with 100% similarity]
tests/auto/qml/parserstress/tests/ecma/Date/15.9.5.31-1.js [moved from tests/auto/declarative/parserstress/tests/ecma/Date/15.9.5.31-1.js with 100% similarity]
tests/auto/qml/parserstress/tests/ecma/Date/15.9.5.32-1.js [moved from tests/auto/declarative/parserstress/tests/ecma/Date/15.9.5.32-1.js with 100% similarity]
tests/auto/qml/parserstress/tests/ecma/Date/15.9.5.33-1.js [moved from tests/auto/declarative/parserstress/tests/ecma/Date/15.9.5.33-1.js with 100% similarity]
tests/auto/qml/parserstress/tests/ecma/Date/15.9.5.34-1.js [moved from tests/auto/declarative/parserstress/tests/ecma/Date/15.9.5.34-1.js with 100% similarity]
tests/auto/qml/parserstress/tests/ecma/Date/15.9.5.35-1.js [moved from tests/auto/declarative/parserstress/tests/ecma/Date/15.9.5.35-1.js with 100% similarity]
tests/auto/qml/parserstress/tests/ecma/Date/15.9.5.36-1.js [moved from tests/auto/declarative/parserstress/tests/ecma/Date/15.9.5.36-1.js with 100% similarity]
tests/auto/qml/parserstress/tests/ecma/Date/15.9.5.36-2.js [moved from tests/auto/declarative/parserstress/tests/ecma/Date/15.9.5.36-2.js with 100% similarity]
tests/auto/qml/parserstress/tests/ecma/Date/15.9.5.36-3.js [moved from tests/auto/declarative/parserstress/tests/ecma/Date/15.9.5.36-3.js with 100% similarity]
tests/auto/qml/parserstress/tests/ecma/Date/15.9.5.36-4.js [moved from tests/auto/declarative/parserstress/tests/ecma/Date/15.9.5.36-4.js with 100% similarity]
tests/auto/qml/parserstress/tests/ecma/Date/15.9.5.36-5.js [moved from tests/auto/declarative/parserstress/tests/ecma/Date/15.9.5.36-5.js with 100% similarity]
tests/auto/qml/parserstress/tests/ecma/Date/15.9.5.36-6.js [moved from tests/auto/declarative/parserstress/tests/ecma/Date/15.9.5.36-6.js with 100% similarity]
tests/auto/qml/parserstress/tests/ecma/Date/15.9.5.36-7.js [moved from tests/auto/declarative/parserstress/tests/ecma/Date/15.9.5.36-7.js with 100% similarity]
tests/auto/qml/parserstress/tests/ecma/Date/15.9.5.37-1.js [moved from tests/auto/declarative/parserstress/tests/ecma/Date/15.9.5.37-1.js with 100% similarity]
tests/auto/qml/parserstress/tests/ecma/Date/15.9.5.37-2.js [moved from tests/auto/declarative/parserstress/tests/ecma/Date/15.9.5.37-2.js with 100% similarity]
tests/auto/qml/parserstress/tests/ecma/Date/15.9.5.37-3.js [moved from tests/auto/declarative/parserstress/tests/ecma/Date/15.9.5.37-3.js with 100% similarity]
tests/auto/qml/parserstress/tests/ecma/Date/15.9.5.37-4.js [moved from tests/auto/declarative/parserstress/tests/ecma/Date/15.9.5.37-4.js with 100% similarity]
tests/auto/qml/parserstress/tests/ecma/Date/15.9.5.37-5.js [moved from tests/auto/declarative/parserstress/tests/ecma/Date/15.9.5.37-5.js with 100% similarity]
tests/auto/qml/parserstress/tests/ecma/Date/15.9.5.4-1.js [moved from tests/auto/declarative/parserstress/tests/ecma/Date/15.9.5.4-1.js with 100% similarity]
tests/auto/qml/parserstress/tests/ecma/Date/15.9.5.4-2-n.js [moved from tests/auto/declarative/parserstress/tests/ecma/Date/15.9.5.4-2-n.js with 100% similarity]
tests/auto/qml/parserstress/tests/ecma/Date/15.9.5.5.js [moved from tests/auto/declarative/parserstress/tests/ecma/Date/15.9.5.5.js with 100% similarity]
tests/auto/qml/parserstress/tests/ecma/Date/15.9.5.6.js [moved from tests/auto/declarative/parserstress/tests/ecma/Date/15.9.5.6.js with 100% similarity]
tests/auto/qml/parserstress/tests/ecma/Date/15.9.5.7.js [moved from tests/auto/declarative/parserstress/tests/ecma/Date/15.9.5.7.js with 100% similarity]
tests/auto/qml/parserstress/tests/ecma/Date/15.9.5.8.js [moved from tests/auto/declarative/parserstress/tests/ecma/Date/15.9.5.8.js with 100% similarity]
tests/auto/qml/parserstress/tests/ecma/Date/15.9.5.9.js [moved from tests/auto/declarative/parserstress/tests/ecma/Date/15.9.5.9.js with 100% similarity]
tests/auto/qml/parserstress/tests/ecma/Date/15.9.5.js [moved from tests/auto/declarative/parserstress/tests/ecma/Date/15.9.5.js with 100% similarity]
tests/auto/qml/parserstress/tests/ecma/Date/browser.js [moved from tests/auto/declarative/parserstress/tests/ecma_3/String/browser.js with 100% similarity]
tests/auto/qml/parserstress/tests/ecma/Date/shell.js [moved from tests/auto/declarative/parserstress/tests/ecma/Date/shell.js with 100% similarity]
tests/auto/qml/parserstress/tests/ecma/ExecutionContexts/10.1.3-1.js [moved from tests/auto/declarative/parserstress/tests/ecma/ExecutionContexts/10.1.3-1.js with 100% similarity]
tests/auto/qml/parserstress/tests/ecma/ExecutionContexts/10.1.3-2.js [moved from tests/auto/declarative/parserstress/tests/ecma/ExecutionContexts/10.1.3-2.js with 100% similarity]
tests/auto/qml/parserstress/tests/ecma/ExecutionContexts/10.1.3.js [moved from tests/auto/declarative/parserstress/tests/ecma/ExecutionContexts/10.1.3.js with 100% similarity]
tests/auto/qml/parserstress/tests/ecma/ExecutionContexts/10.1.4-1.js [moved from tests/auto/declarative/parserstress/tests/ecma/ExecutionContexts/10.1.4-1.js with 100% similarity]
tests/auto/qml/parserstress/tests/ecma/ExecutionContexts/10.1.4-10.js [moved from tests/auto/declarative/parserstress/tests/ecma/ExecutionContexts/10.1.4-10.js with 100% similarity]
tests/auto/qml/parserstress/tests/ecma/ExecutionContexts/10.1.4-2.js [moved from tests/auto/declarative/parserstress/tests/ecma/ExecutionContexts/10.1.4-2.js with 100% similarity]
tests/auto/qml/parserstress/tests/ecma/ExecutionContexts/10.1.4-3.js [moved from tests/auto/declarative/parserstress/tests/ecma/ExecutionContexts/10.1.4-3.js with 100% similarity]
tests/auto/qml/parserstress/tests/ecma/ExecutionContexts/10.1.4-4.js [moved from tests/auto/declarative/parserstress/tests/ecma/ExecutionContexts/10.1.4-4.js with 100% similarity]
tests/auto/qml/parserstress/tests/ecma/ExecutionContexts/10.1.4-5.js [moved from tests/auto/declarative/parserstress/tests/ecma/ExecutionContexts/10.1.4-5.js with 100% similarity]
tests/auto/qml/parserstress/tests/ecma/ExecutionContexts/10.1.4-6.js [moved from tests/auto/declarative/parserstress/tests/ecma/ExecutionContexts/10.1.4-6.js with 100% similarity]
tests/auto/qml/parserstress/tests/ecma/ExecutionContexts/10.1.4-7.js [moved from tests/auto/declarative/parserstress/tests/ecma/ExecutionContexts/10.1.4-7.js with 100% similarity]
tests/auto/qml/parserstress/tests/ecma/ExecutionContexts/10.1.4-8.js [moved from tests/auto/declarative/parserstress/tests/ecma/ExecutionContexts/10.1.4-8.js with 100% similarity]
tests/auto/qml/parserstress/tests/ecma/ExecutionContexts/10.1.5-1.js [moved from tests/auto/declarative/parserstress/tests/ecma/ExecutionContexts/10.1.5-1.js with 100% similarity]
tests/auto/qml/parserstress/tests/ecma/ExecutionContexts/10.1.5-2.js [moved from tests/auto/declarative/parserstress/tests/ecma/ExecutionContexts/10.1.5-2.js with 100% similarity]
tests/auto/qml/parserstress/tests/ecma/ExecutionContexts/10.1.5-3.js [moved from tests/auto/declarative/parserstress/tests/ecma/ExecutionContexts/10.1.5-3.js with 100% similarity]
tests/auto/qml/parserstress/tests/ecma/ExecutionContexts/10.1.5-4.js [moved from tests/auto/declarative/parserstress/tests/ecma/ExecutionContexts/10.1.5-4.js with 100% similarity]
tests/auto/qml/parserstress/tests/ecma/ExecutionContexts/10.1.8-2.js [moved from tests/auto/declarative/parserstress/tests/ecma/ExecutionContexts/10.1.8-2.js with 100% similarity]
tests/auto/qml/parserstress/tests/ecma/ExecutionContexts/10.1.8-3.js [moved from tests/auto/declarative/parserstress/tests/ecma/ExecutionContexts/10.1.8-3.js with 100% similarity]
tests/auto/qml/parserstress/tests/ecma/ExecutionContexts/10.2.1.js [moved from tests/auto/declarative/parserstress/tests/ecma/ExecutionContexts/10.2.1.js with 100% similarity]
tests/auto/qml/parserstress/tests/ecma/ExecutionContexts/10.2.2-1.js [moved from tests/auto/declarative/parserstress/tests/ecma/ExecutionContexts/10.2.2-1.js with 100% similarity]
tests/auto/qml/parserstress/tests/ecma/ExecutionContexts/10.2.2-2.js [moved from tests/auto/declarative/parserstress/tests/ecma/ExecutionContexts/10.2.2-2.js with 100% similarity]
tests/auto/qml/parserstress/tests/ecma/ExecutionContexts/10.2.3-1.js [moved from tests/auto/declarative/parserstress/tests/ecma/ExecutionContexts/10.2.3-1.js with 100% similarity]
tests/auto/qml/parserstress/tests/ecma/ExecutionContexts/10.2.3-2.js [moved from tests/auto/declarative/parserstress/tests/ecma/ExecutionContexts/10.2.3-2.js with 100% similarity]
tests/auto/qml/parserstress/tests/ecma/ExecutionContexts/browser.js [moved from tests/auto/declarative/parserstress/tests/ecma_3/Statements/browser.js with 100% similarity]
tests/auto/qml/parserstress/tests/ecma/ExecutionContexts/shell.js [moved from tests/auto/declarative/parserstress/tests/ecma_3/ExecutionContexts/shell.js with 100% similarity]
tests/auto/qml/parserstress/tests/ecma/Expressions/11.1.1.js [moved from tests/auto/declarative/parserstress/tests/ecma/Expressions/11.1.1.js with 100% similarity]
tests/auto/qml/parserstress/tests/ecma/Expressions/11.10-1.js [moved from tests/auto/declarative/parserstress/tests/ecma/Expressions/11.10-1.js with 100% similarity]
tests/auto/qml/parserstress/tests/ecma/Expressions/11.10-2.js [moved from tests/auto/declarative/parserstress/tests/ecma/Expressions/11.10-2.js with 100% similarity]
tests/auto/qml/parserstress/tests/ecma/Expressions/11.10-3.js [moved from tests/auto/declarative/parserstress/tests/ecma/Expressions/11.10-3.js with 100% similarity]
tests/auto/qml/parserstress/tests/ecma/Expressions/11.12-1.js [moved from tests/auto/declarative/parserstress/tests/ecma/Expressions/11.12-1.js with 100% similarity]
tests/auto/qml/parserstress/tests/ecma/Expressions/11.12-2-n.js [moved from tests/auto/declarative/parserstress/tests/ecma/Expressions/11.12-2-n.js with 100% similarity]
tests/auto/qml/parserstress/tests/ecma/Expressions/11.12-3.js [moved from tests/auto/declarative/parserstress/tests/ecma/Expressions/11.12-3.js with 100% similarity]
tests/auto/qml/parserstress/tests/ecma/Expressions/11.12-4.js [moved from tests/auto/declarative/parserstress/tests/ecma/Expressions/11.12-4.js with 100% similarity]
tests/auto/qml/parserstress/tests/ecma/Expressions/11.13.1.js [moved from tests/auto/declarative/parserstress/tests/ecma/Expressions/11.13.1.js with 100% similarity]
tests/auto/qml/parserstress/tests/ecma/Expressions/11.13.2-1.js [moved from tests/auto/declarative/parserstress/tests/ecma/Expressions/11.13.2-1.js with 100% similarity]
tests/auto/qml/parserstress/tests/ecma/Expressions/11.13.2-2.js [moved from tests/auto/declarative/parserstress/tests/ecma/Expressions/11.13.2-2.js with 100% similarity]
tests/auto/qml/parserstress/tests/ecma/Expressions/11.13.2-3.js [moved from tests/auto/declarative/parserstress/tests/ecma/Expressions/11.13.2-3.js with 100% similarity]
tests/auto/qml/parserstress/tests/ecma/Expressions/11.13.2-4.js [moved from tests/auto/declarative/parserstress/tests/ecma/Expressions/11.13.2-4.js with 100% similarity]
tests/auto/qml/parserstress/tests/ecma/Expressions/11.13.2-5.js [moved from tests/auto/declarative/parserstress/tests/ecma/Expressions/11.13.2-5.js with 100% similarity]
tests/auto/qml/parserstress/tests/ecma/Expressions/11.13.js [moved from tests/auto/declarative/parserstress/tests/ecma/Expressions/11.13.js with 100% similarity]
tests/auto/qml/parserstress/tests/ecma/Expressions/11.14-1.js [moved from tests/auto/declarative/parserstress/tests/ecma/Expressions/11.14-1.js with 100% similarity]
tests/auto/qml/parserstress/tests/ecma/Expressions/11.2.1-1.js [moved from tests/auto/declarative/parserstress/tests/ecma/Expressions/11.2.1-1.js with 100% similarity]
tests/auto/qml/parserstress/tests/ecma/Expressions/11.2.1-2.js [moved from tests/auto/declarative/parserstress/tests/ecma/Expressions/11.2.1-2.js with 100% similarity]
tests/auto/qml/parserstress/tests/ecma/Expressions/11.2.1-3-n.js [moved from tests/auto/declarative/parserstress/tests/ecma/Expressions/11.2.1-3-n.js with 100% similarity]
tests/auto/qml/parserstress/tests/ecma/Expressions/11.2.1-4-n.js [moved from tests/auto/declarative/parserstress/tests/ecma/Expressions/11.2.1-4-n.js with 100% similarity]
tests/auto/qml/parserstress/tests/ecma/Expressions/11.2.1-5.js [moved from tests/auto/declarative/parserstress/tests/ecma/Expressions/11.2.1-5.js with 100% similarity]
tests/auto/qml/parserstress/tests/ecma/Expressions/11.2.2-1-n.js [moved from tests/auto/declarative/parserstress/tests/ecma/Expressions/11.2.2-1-n.js with 100% similarity]
tests/auto/qml/parserstress/tests/ecma/Expressions/11.2.2-1.js [moved from tests/auto/declarative/parserstress/tests/ecma/Expressions/11.2.2-1.js with 100% similarity]
tests/auto/qml/parserstress/tests/ecma/Expressions/11.2.2-10-n.js [moved from tests/auto/declarative/parserstress/tests/ecma/Expressions/11.2.2-10-n.js with 100% similarity]
tests/auto/qml/parserstress/tests/ecma/Expressions/11.2.2-11.js [moved from tests/auto/declarative/parserstress/tests/ecma/Expressions/11.2.2-11.js with 100% similarity]
tests/auto/qml/parserstress/tests/ecma/Expressions/11.2.2-2-n.js [moved from tests/auto/declarative/parserstress/tests/ecma/Expressions/11.2.2-2-n.js with 100% similarity]
tests/auto/qml/parserstress/tests/ecma/Expressions/11.2.2-3-n.js [moved from tests/auto/declarative/parserstress/tests/ecma/Expressions/11.2.2-3-n.js with 100% similarity]
tests/auto/qml/parserstress/tests/ecma/Expressions/11.2.2-4-n.js [moved from tests/auto/declarative/parserstress/tests/ecma/Expressions/11.2.2-4-n.js with 100% similarity]
tests/auto/qml/parserstress/tests/ecma/Expressions/11.2.2-5-n.js [moved from tests/auto/declarative/parserstress/tests/ecma/Expressions/11.2.2-5-n.js with 100% similarity]
tests/auto/qml/parserstress/tests/ecma/Expressions/11.2.2-6-n.js [moved from tests/auto/declarative/parserstress/tests/ecma/Expressions/11.2.2-6-n.js with 100% similarity]
tests/auto/qml/parserstress/tests/ecma/Expressions/11.2.2-7-n.js [moved from tests/auto/declarative/parserstress/tests/ecma/Expressions/11.2.2-7-n.js with 100% similarity]
tests/auto/qml/parserstress/tests/ecma/Expressions/11.2.2-8-n.js [moved from tests/auto/declarative/parserstress/tests/ecma/Expressions/11.2.2-8-n.js with 100% similarity]
tests/auto/qml/parserstress/tests/ecma/Expressions/11.2.2-9-n.js [moved from tests/auto/declarative/parserstress/tests/ecma/Expressions/11.2.2-9-n.js with 100% similarity]
tests/auto/qml/parserstress/tests/ecma/Expressions/11.2.3-1.js [moved from tests/auto/declarative/parserstress/tests/ecma/Expressions/11.2.3-1.js with 100% similarity]
tests/auto/qml/parserstress/tests/ecma/Expressions/11.2.3-2-n.js [moved from tests/auto/declarative/parserstress/tests/ecma/Expressions/11.2.3-2-n.js with 100% similarity]
tests/auto/qml/parserstress/tests/ecma/Expressions/11.2.3-3-n.js [moved from tests/auto/declarative/parserstress/tests/ecma/Expressions/11.2.3-3-n.js with 100% similarity]
tests/auto/qml/parserstress/tests/ecma/Expressions/11.2.3-4-n.js [moved from tests/auto/declarative/parserstress/tests/ecma/Expressions/11.2.3-4-n.js with 100% similarity]
tests/auto/qml/parserstress/tests/ecma/Expressions/11.2.3-5.js [moved from tests/auto/declarative/parserstress/tests/ecma/Expressions/11.2.3-5.js with 100% similarity]
tests/auto/qml/parserstress/tests/ecma/Expressions/11.3.1.js [moved from tests/auto/declarative/parserstress/tests/ecma/Expressions/11.3.1.js with 100% similarity]
tests/auto/qml/parserstress/tests/ecma/Expressions/11.3.2.js [moved from tests/auto/declarative/parserstress/tests/ecma/Expressions/11.3.2.js with 100% similarity]
tests/auto/qml/parserstress/tests/ecma/Expressions/11.4.1.js [moved from tests/auto/declarative/parserstress/tests/ecma/Expressions/11.4.1.js with 100% similarity]
tests/auto/qml/parserstress/tests/ecma/Expressions/11.4.2.js [moved from tests/auto/declarative/parserstress/tests/ecma/Expressions/11.4.2.js with 100% similarity]
tests/auto/qml/parserstress/tests/ecma/Expressions/11.4.3.js [moved from tests/auto/declarative/parserstress/tests/ecma/Expressions/11.4.3.js with 100% similarity]
tests/auto/qml/parserstress/tests/ecma/Expressions/11.4.4.js [moved from tests/auto/declarative/parserstress/tests/ecma/Expressions/11.4.4.js with 100% similarity]
tests/auto/qml/parserstress/tests/ecma/Expressions/11.4.5.js [moved from tests/auto/declarative/parserstress/tests/ecma/Expressions/11.4.5.js with 100% similarity]
tests/auto/qml/parserstress/tests/ecma/Expressions/11.4.6.js [moved from tests/auto/declarative/parserstress/tests/ecma/Expressions/11.4.6.js with 100% similarity]
tests/auto/qml/parserstress/tests/ecma/Expressions/11.4.7-01.js [moved from tests/auto/declarative/parserstress/tests/ecma/Expressions/11.4.7-01.js with 100% similarity]
tests/auto/qml/parserstress/tests/ecma/Expressions/11.4.7-02.js [moved from tests/auto/declarative/parserstress/tests/ecma/Expressions/11.4.7-02.js with 100% similarity]
tests/auto/qml/parserstress/tests/ecma/Expressions/11.4.8.js [moved from tests/auto/declarative/parserstress/tests/ecma/Expressions/11.4.8.js with 100% similarity]
tests/auto/qml/parserstress/tests/ecma/Expressions/11.4.9.js [moved from tests/auto/declarative/parserstress/tests/ecma/Expressions/11.4.9.js with 100% similarity]
tests/auto/qml/parserstress/tests/ecma/Expressions/11.5.1.js [moved from tests/auto/declarative/parserstress/tests/ecma/Expressions/11.5.1.js with 100% similarity]
tests/auto/qml/parserstress/tests/ecma/Expressions/11.5.2.js [moved from tests/auto/declarative/parserstress/tests/ecma/Expressions/11.5.2.js with 100% similarity]
tests/auto/qml/parserstress/tests/ecma/Expressions/11.5.3.js [moved from tests/auto/declarative/parserstress/tests/ecma/Expressions/11.5.3.js with 100% similarity]
tests/auto/qml/parserstress/tests/ecma/Expressions/11.6.1-1.js [moved from tests/auto/declarative/parserstress/tests/ecma/Expressions/11.6.1-1.js with 100% similarity]
tests/auto/qml/parserstress/tests/ecma/Expressions/11.6.1-2.js [moved from tests/auto/declarative/parserstress/tests/ecma/Expressions/11.6.1-2.js with 100% similarity]
tests/auto/qml/parserstress/tests/ecma/Expressions/11.6.1-3.js [moved from tests/auto/declarative/parserstress/tests/ecma/Expressions/11.6.1-3.js with 100% similarity]
tests/auto/qml/parserstress/tests/ecma/Expressions/11.6.2-1.js [moved from tests/auto/declarative/parserstress/tests/ecma/Expressions/11.6.2-1.js with 100% similarity]
tests/auto/qml/parserstress/tests/ecma/Expressions/11.6.3.js [moved from tests/auto/declarative/parserstress/tests/ecma/Expressions/11.6.3.js with 100% similarity]
tests/auto/qml/parserstress/tests/ecma/Expressions/11.7.1.js [moved from tests/auto/declarative/parserstress/tests/ecma/Expressions/11.7.1.js with 100% similarity]
tests/auto/qml/parserstress/tests/ecma/Expressions/11.7.2.js [moved from tests/auto/declarative/parserstress/tests/ecma/Expressions/11.7.2.js with 100% similarity]
tests/auto/qml/parserstress/tests/ecma/Expressions/11.7.3.js [moved from tests/auto/declarative/parserstress/tests/ecma/Expressions/11.7.3.js with 100% similarity]
tests/auto/qml/parserstress/tests/ecma/Expressions/11.8.1.js [moved from tests/auto/declarative/parserstress/tests/ecma/Expressions/11.8.1.js with 100% similarity]
tests/auto/qml/parserstress/tests/ecma/Expressions/11.8.2.js [moved from tests/auto/declarative/parserstress/tests/ecma/Expressions/11.8.2.js with 100% similarity]
tests/auto/qml/parserstress/tests/ecma/Expressions/11.8.3.js [moved from tests/auto/declarative/parserstress/tests/ecma/Expressions/11.8.3.js with 100% similarity]
tests/auto/qml/parserstress/tests/ecma/Expressions/11.8.4.js [moved from tests/auto/declarative/parserstress/tests/ecma/Expressions/11.8.4.js with 100% similarity]
tests/auto/qml/parserstress/tests/ecma/Expressions/11.9.1.js [moved from tests/auto/declarative/parserstress/tests/ecma/Expressions/11.9.1.js with 100% similarity]
tests/auto/qml/parserstress/tests/ecma/Expressions/11.9.2.js [moved from tests/auto/declarative/parserstress/tests/ecma/Expressions/11.9.2.js with 100% similarity]
tests/auto/qml/parserstress/tests/ecma/Expressions/11.9.3.js [moved from tests/auto/declarative/parserstress/tests/ecma/Expressions/11.9.3.js with 100% similarity]
tests/auto/qml/parserstress/tests/ecma/Expressions/browser.js [moved from tests/auto/declarative/parserstress/tests/ecma_3/Regress/browser.js with 100% similarity]
tests/auto/qml/parserstress/tests/ecma/Expressions/shell.js [moved from tests/auto/declarative/parserstress/tests/ecma_3/Expressions/shell.js with 100% similarity]
tests/auto/qml/parserstress/tests/ecma/FunctionObjects/15.3.1.1-1.js [moved from tests/auto/declarative/parserstress/tests/ecma/FunctionObjects/15.3.1.1-1.js with 100% similarity]
tests/auto/qml/parserstress/tests/ecma/FunctionObjects/15.3.1.1-2.js [moved from tests/auto/declarative/parserstress/tests/ecma/FunctionObjects/15.3.1.1-2.js with 100% similarity]
tests/auto/qml/parserstress/tests/ecma/FunctionObjects/15.3.1.1-3.js [moved from tests/auto/declarative/parserstress/tests/ecma/FunctionObjects/15.3.1.1-3.js with 100% similarity]
tests/auto/qml/parserstress/tests/ecma/FunctionObjects/15.3.2.1-1.js [moved from tests/auto/declarative/parserstress/tests/ecma/FunctionObjects/15.3.2.1-1.js with 100% similarity]
tests/auto/qml/parserstress/tests/ecma/FunctionObjects/15.3.2.1-2.js [moved from tests/auto/declarative/parserstress/tests/ecma/FunctionObjects/15.3.2.1-2.js with 100% similarity]
tests/auto/qml/parserstress/tests/ecma/FunctionObjects/15.3.2.1-3.js [moved from tests/auto/declarative/parserstress/tests/ecma/FunctionObjects/15.3.2.1-3.js with 100% similarity]
tests/auto/qml/parserstress/tests/ecma/FunctionObjects/15.3.3.1-2.js [moved from tests/auto/declarative/parserstress/tests/ecma/FunctionObjects/15.3.3.1-2.js with 100% similarity]
tests/auto/qml/parserstress/tests/ecma/FunctionObjects/15.3.3.1-3.js [moved from tests/auto/declarative/parserstress/tests/ecma/FunctionObjects/15.3.3.1-3.js with 100% similarity]
tests/auto/qml/parserstress/tests/ecma/FunctionObjects/15.3.3.1-4.js [moved from tests/auto/declarative/parserstress/tests/ecma/FunctionObjects/15.3.3.1-4.js with 100% similarity]
tests/auto/qml/parserstress/tests/ecma/FunctionObjects/15.3.3.2.js [moved from tests/auto/declarative/parserstress/tests/ecma/FunctionObjects/15.3.3.2.js with 100% similarity]
tests/auto/qml/parserstress/tests/ecma/FunctionObjects/15.3.4-1.js [moved from tests/auto/declarative/parserstress/tests/ecma/FunctionObjects/15.3.4-1.js with 100% similarity]
tests/auto/qml/parserstress/tests/ecma/FunctionObjects/15.3.4.1.js [moved from tests/auto/declarative/parserstress/tests/ecma/FunctionObjects/15.3.4.1.js with 100% similarity]
tests/auto/qml/parserstress/tests/ecma/FunctionObjects/15.3.4.js [moved from tests/auto/declarative/parserstress/tests/ecma/FunctionObjects/15.3.4.js with 100% similarity]
tests/auto/qml/parserstress/tests/ecma/FunctionObjects/15.3.5-1.js [moved from tests/auto/declarative/parserstress/tests/ecma/FunctionObjects/15.3.5-1.js with 100% similarity]
tests/auto/qml/parserstress/tests/ecma/FunctionObjects/15.3.5-2.js [moved from tests/auto/declarative/parserstress/tests/ecma/FunctionObjects/15.3.5-2.js with 100% similarity]
tests/auto/qml/parserstress/tests/ecma/FunctionObjects/15.3.5.1.js [moved from tests/auto/declarative/parserstress/tests/ecma/FunctionObjects/15.3.5.1.js with 100% similarity]
tests/auto/qml/parserstress/tests/ecma/FunctionObjects/15.3.5.3.js [moved from tests/auto/declarative/parserstress/tests/ecma/FunctionObjects/15.3.5.3.js with 100% similarity]
tests/auto/qml/parserstress/tests/ecma/FunctionObjects/browser.js [moved from tests/auto/declarative/parserstress/tests/ecma_3/RegExp/browser.js with 100% similarity]
tests/auto/qml/parserstress/tests/ecma/FunctionObjects/shell.js [moved from tests/auto/declarative/parserstress/tests/ecma_2/FunctionObjects/shell.js with 100% similarity]
tests/auto/qml/parserstress/tests/ecma/GlobalObject/15.1-1-n.js [moved from tests/auto/declarative/parserstress/tests/ecma/GlobalObject/15.1-1-n.js with 100% similarity]
tests/auto/qml/parserstress/tests/ecma/GlobalObject/15.1-2-n.js [moved from tests/auto/declarative/parserstress/tests/ecma/GlobalObject/15.1-2-n.js with 100% similarity]
tests/auto/qml/parserstress/tests/ecma/GlobalObject/15.1.1.1.js [moved from tests/auto/declarative/parserstress/tests/ecma/GlobalObject/15.1.1.1.js with 100% similarity]
tests/auto/qml/parserstress/tests/ecma/GlobalObject/15.1.1.2.js [moved from tests/auto/declarative/parserstress/tests/ecma/GlobalObject/15.1.1.2.js with 100% similarity]
tests/auto/qml/parserstress/tests/ecma/GlobalObject/15.1.2.1-2.js [moved from tests/auto/declarative/parserstress/tests/ecma/GlobalObject/15.1.2.1-2.js with 100% similarity]
tests/auto/qml/parserstress/tests/ecma/GlobalObject/15.1.2.2-1.js [moved from tests/auto/declarative/parserstress/tests/ecma/GlobalObject/15.1.2.2-1.js with 100% similarity]
tests/auto/qml/parserstress/tests/ecma/GlobalObject/15.1.2.2-2.js [moved from tests/auto/declarative/parserstress/tests/ecma/GlobalObject/15.1.2.2-2.js with 100% similarity]
tests/auto/qml/parserstress/tests/ecma/GlobalObject/15.1.2.3-1.js [moved from tests/auto/declarative/parserstress/tests/ecma/GlobalObject/15.1.2.3-1.js with 100% similarity]
tests/auto/qml/parserstress/tests/ecma/GlobalObject/15.1.2.3-2.js [moved from tests/auto/declarative/parserstress/tests/ecma/GlobalObject/15.1.2.3-2.js with 100% similarity]
tests/auto/qml/parserstress/tests/ecma/GlobalObject/15.1.2.4.js [moved from tests/auto/declarative/parserstress/tests/ecma/GlobalObject/15.1.2.4.js with 100% similarity]
tests/auto/qml/parserstress/tests/ecma/GlobalObject/15.1.2.5-1.js [moved from tests/auto/declarative/parserstress/tests/ecma/GlobalObject/15.1.2.5-1.js with 100% similarity]
tests/auto/qml/parserstress/tests/ecma/GlobalObject/15.1.2.5-2.js [moved from tests/auto/declarative/parserstress/tests/ecma/GlobalObject/15.1.2.5-2.js with 100% similarity]
tests/auto/qml/parserstress/tests/ecma/GlobalObject/15.1.2.5-3.js [moved from tests/auto/declarative/parserstress/tests/ecma/GlobalObject/15.1.2.5-3.js with 100% similarity]
tests/auto/qml/parserstress/tests/ecma/GlobalObject/15.1.2.6.js [moved from tests/auto/declarative/parserstress/tests/ecma/GlobalObject/15.1.2.6.js with 100% similarity]
tests/auto/qml/parserstress/tests/ecma/GlobalObject/15.1.2.7.js [moved from tests/auto/declarative/parserstress/tests/ecma/GlobalObject/15.1.2.7.js with 100% similarity]
tests/auto/qml/parserstress/tests/ecma/GlobalObject/browser.js [moved from tests/auto/declarative/parserstress/tests/ecma_3/Operators/browser.js with 100% similarity]
tests/auto/qml/parserstress/tests/ecma/GlobalObject/shell.js [moved from tests/auto/declarative/parserstress/tests/ecma/GlobalObject/shell.js with 100% similarity]
tests/auto/qml/parserstress/tests/ecma/LexicalConventions/7.1-1.js [moved from tests/auto/declarative/parserstress/tests/ecma/LexicalConventions/7.1-1.js with 100% similarity]
tests/auto/qml/parserstress/tests/ecma/LexicalConventions/7.1-2.js [moved from tests/auto/declarative/parserstress/tests/ecma/LexicalConventions/7.1-2.js with 100% similarity]
tests/auto/qml/parserstress/tests/ecma/LexicalConventions/7.1-3.js [moved from tests/auto/declarative/parserstress/tests/ecma/LexicalConventions/7.1-3.js with 100% similarity]
tests/auto/qml/parserstress/tests/ecma/LexicalConventions/7.2-1.js [moved from tests/auto/declarative/parserstress/tests/ecma/LexicalConventions/7.2-1.js with 100% similarity]
tests/auto/qml/parserstress/tests/ecma/LexicalConventions/7.2-2-n.js [moved from tests/auto/declarative/parserstress/tests/ecma/LexicalConventions/7.2-2-n.js with 100% similarity]
tests/auto/qml/parserstress/tests/ecma/LexicalConventions/7.2-3-n.js [moved from tests/auto/declarative/parserstress/tests/ecma/LexicalConventions/7.2-3-n.js with 100% similarity]
tests/auto/qml/parserstress/tests/ecma/LexicalConventions/7.2-4-n.js [moved from tests/auto/declarative/parserstress/tests/ecma/LexicalConventions/7.2-4-n.js with 100% similarity]
tests/auto/qml/parserstress/tests/ecma/LexicalConventions/7.2-5-n.js [moved from tests/auto/declarative/parserstress/tests/ecma/LexicalConventions/7.2-5-n.js with 100% similarity]
tests/auto/qml/parserstress/tests/ecma/LexicalConventions/7.2-6.js [moved from tests/auto/declarative/parserstress/tests/ecma/LexicalConventions/7.2-6.js with 100% similarity]
tests/auto/qml/parserstress/tests/ecma/LexicalConventions/7.3-1.js [moved from tests/auto/declarative/parserstress/tests/ecma/LexicalConventions/7.3-1.js with 100% similarity]
tests/auto/qml/parserstress/tests/ecma/LexicalConventions/7.3-10.js [moved from tests/auto/declarative/parserstress/tests/ecma/LexicalConventions/7.3-10.js with 100% similarity]
tests/auto/qml/parserstress/tests/ecma/LexicalConventions/7.3-11.js [moved from tests/auto/declarative/parserstress/tests/ecma/LexicalConventions/7.3-11.js with 100% similarity]
tests/auto/qml/parserstress/tests/ecma/LexicalConventions/7.3-12.js [moved from tests/auto/declarative/parserstress/tests/ecma/LexicalConventions/7.3-12.js with 100% similarity]
tests/auto/qml/parserstress/tests/ecma/LexicalConventions/7.3-13-n.js [moved from tests/auto/declarative/parserstress/tests/ecma/LexicalConventions/7.3-13-n.js with 100% similarity]
tests/auto/qml/parserstress/tests/ecma/LexicalConventions/7.3-2.js [moved from tests/auto/declarative/parserstress/tests/ecma/LexicalConventions/7.3-2.js with 100% similarity]
tests/auto/qml/parserstress/tests/ecma/LexicalConventions/7.3-3.js [moved from tests/auto/declarative/parserstress/tests/ecma/LexicalConventions/7.3-3.js with 100% similarity]
tests/auto/qml/parserstress/tests/ecma/LexicalConventions/7.3-4.js [moved from tests/auto/declarative/parserstress/tests/ecma/LexicalConventions/7.3-4.js with 100% similarity]
tests/auto/qml/parserstress/tests/ecma/LexicalConventions/7.3-5.js [moved from tests/auto/declarative/parserstress/tests/ecma/LexicalConventions/7.3-5.js with 100% similarity]
tests/auto/qml/parserstress/tests/ecma/LexicalConventions/7.3-6.js [moved from tests/auto/declarative/parserstress/tests/ecma/LexicalConventions/7.3-6.js with 100% similarity]
tests/auto/qml/parserstress/tests/ecma/LexicalConventions/7.3-7.js [moved from tests/auto/declarative/parserstress/tests/ecma/LexicalConventions/7.3-7.js with 100% similarity]
tests/auto/qml/parserstress/tests/ecma/LexicalConventions/7.3-8.js [moved from tests/auto/declarative/parserstress/tests/ecma/LexicalConventions/7.3-8.js with 100% similarity]
tests/auto/qml/parserstress/tests/ecma/LexicalConventions/7.3-9.js [moved from tests/auto/declarative/parserstress/tests/ecma/LexicalConventions/7.3-9.js with 100% similarity]
tests/auto/qml/parserstress/tests/ecma/LexicalConventions/7.4.1-1-n.js [moved from tests/auto/declarative/parserstress/tests/ecma/LexicalConventions/7.4.1-1-n.js with 100% similarity]
tests/auto/qml/parserstress/tests/ecma/LexicalConventions/7.4.1-2-n.js [moved from tests/auto/declarative/parserstress/tests/ecma/LexicalConventions/7.4.1-2-n.js with 100% similarity]
tests/auto/qml/parserstress/tests/ecma/LexicalConventions/7.4.1-3-n.js [moved from tests/auto/declarative/parserstress/tests/ecma/LexicalConventions/7.4.1-3-n.js with 100% similarity]
tests/auto/qml/parserstress/tests/ecma/LexicalConventions/7.4.2-1-n.js [moved from tests/auto/declarative/parserstress/tests/ecma/LexicalConventions/7.4.2-1-n.js with 100% similarity]
tests/auto/qml/parserstress/tests/ecma/LexicalConventions/7.4.2-10-n.js [moved from tests/auto/declarative/parserstress/tests/ecma/LexicalConventions/7.4.2-10-n.js with 100% similarity]
tests/auto/qml/parserstress/tests/ecma/LexicalConventions/7.4.2-11-n.js [moved from tests/auto/declarative/parserstress/tests/ecma/LexicalConventions/7.4.2-11-n.js with 100% similarity]
tests/auto/qml/parserstress/tests/ecma/LexicalConventions/7.4.2-12-n.js [moved from tests/auto/declarative/parserstress/tests/ecma/LexicalConventions/7.4.2-12-n.js with 100% similarity]
tests/auto/qml/parserstress/tests/ecma/LexicalConventions/7.4.2-13-n.js [moved from tests/auto/declarative/parserstress/tests/ecma/LexicalConventions/7.4.2-13-n.js with 100% similarity]
tests/auto/qml/parserstress/tests/ecma/LexicalConventions/7.4.2-14-n.js [moved from tests/auto/declarative/parserstress/tests/ecma/LexicalConventions/7.4.2-14-n.js with 100% similarity]
tests/auto/qml/parserstress/tests/ecma/LexicalConventions/7.4.2-15-n.js [moved from tests/auto/declarative/parserstress/tests/ecma/LexicalConventions/7.4.2-15-n.js with 100% similarity]
tests/auto/qml/parserstress/tests/ecma/LexicalConventions/7.4.2-16-n.js [moved from tests/auto/declarative/parserstress/tests/ecma/LexicalConventions/7.4.2-16-n.js with 100% similarity]
tests/auto/qml/parserstress/tests/ecma/LexicalConventions/7.4.2-2-n.js [moved from tests/auto/declarative/parserstress/tests/ecma/LexicalConventions/7.4.2-2-n.js with 100% similarity]
tests/auto/qml/parserstress/tests/ecma/LexicalConventions/7.4.2-3-n.js [moved from tests/auto/declarative/parserstress/tests/ecma/LexicalConventions/7.4.2-3-n.js with 100% similarity]
tests/auto/qml/parserstress/tests/ecma/LexicalConventions/7.4.2-4-n.js [moved from tests/auto/declarative/parserstress/tests/ecma/LexicalConventions/7.4.2-4-n.js with 100% similarity]
tests/auto/qml/parserstress/tests/ecma/LexicalConventions/7.4.2-5-n.js [moved from tests/auto/declarative/parserstress/tests/ecma/LexicalConventions/7.4.2-5-n.js with 100% similarity]
tests/auto/qml/parserstress/tests/ecma/LexicalConventions/7.4.2-6-n.js [moved from tests/auto/declarative/parserstress/tests/ecma/LexicalConventions/7.4.2-6-n.js with 100% similarity]
tests/auto/qml/parserstress/tests/ecma/LexicalConventions/7.4.2-7-n.js [moved from tests/auto/declarative/parserstress/tests/ecma/LexicalConventions/7.4.2-7-n.js with 100% similarity]
tests/auto/qml/parserstress/tests/ecma/LexicalConventions/7.4.2-8-n.js [moved from tests/auto/declarative/parserstress/tests/ecma/LexicalConventions/7.4.2-8-n.js with 100% similarity]
tests/auto/qml/parserstress/tests/ecma/LexicalConventions/7.4.2-9-n.js [moved from tests/auto/declarative/parserstress/tests/ecma/LexicalConventions/7.4.2-9-n.js with 100% similarity]
tests/auto/qml/parserstress/tests/ecma/LexicalConventions/7.4.3-1-n.js [moved from tests/auto/declarative/parserstress/tests/ecma/LexicalConventions/7.4.3-1-n.js with 100% similarity]
tests/auto/qml/parserstress/tests/ecma/LexicalConventions/7.4.3-10-n.js [moved from tests/auto/declarative/parserstress/tests/ecma/LexicalConventions/7.4.3-10-n.js with 100% similarity]
tests/auto/qml/parserstress/tests/ecma/LexicalConventions/7.4.3-11-n.js [moved from tests/auto/declarative/parserstress/tests/ecma/LexicalConventions/7.4.3-11-n.js with 100% similarity]
tests/auto/qml/parserstress/tests/ecma/LexicalConventions/7.4.3-12-n.js [moved from tests/auto/declarative/parserstress/tests/ecma/LexicalConventions/7.4.3-12-n.js with 100% similarity]
tests/auto/qml/parserstress/tests/ecma/LexicalConventions/7.4.3-13-n.js [moved from tests/auto/declarative/parserstress/tests/ecma/LexicalConventions/7.4.3-13-n.js with 100% similarity]
tests/auto/qml/parserstress/tests/ecma/LexicalConventions/7.4.3-14-n.js [moved from tests/auto/declarative/parserstress/tests/ecma/LexicalConventions/7.4.3-14-n.js with 100% similarity]
tests/auto/qml/parserstress/tests/ecma/LexicalConventions/7.4.3-15-n.js [moved from tests/auto/declarative/parserstress/tests/ecma/LexicalConventions/7.4.3-15-n.js with 100% similarity]
tests/auto/qml/parserstress/tests/ecma/LexicalConventions/7.4.3-16-n.js [moved from tests/auto/declarative/parserstress/tests/ecma/LexicalConventions/7.4.3-16-n.js with 100% similarity]
tests/auto/qml/parserstress/tests/ecma/LexicalConventions/7.4.3-2-n.js [moved from tests/auto/declarative/parserstress/tests/ecma/LexicalConventions/7.4.3-2-n.js with 100% similarity]
tests/auto/qml/parserstress/tests/ecma/LexicalConventions/7.4.3-3-n.js [moved from tests/auto/declarative/parserstress/tests/ecma/LexicalConventions/7.4.3-3-n.js with 100% similarity]
tests/auto/qml/parserstress/tests/ecma/LexicalConventions/7.4.3-4-n.js [moved from tests/auto/declarative/parserstress/tests/ecma/LexicalConventions/7.4.3-4-n.js with 100% similarity]
tests/auto/qml/parserstress/tests/ecma/LexicalConventions/7.4.3-5-n.js [moved from tests/auto/declarative/parserstress/tests/ecma/LexicalConventions/7.4.3-5-n.js with 100% similarity]
tests/auto/qml/parserstress/tests/ecma/LexicalConventions/7.4.3-6-n.js [moved from tests/auto/declarative/parserstress/tests/ecma/LexicalConventions/7.4.3-6-n.js with 100% similarity]
tests/auto/qml/parserstress/tests/ecma/LexicalConventions/7.4.3-7-n.js [moved from tests/auto/declarative/parserstress/tests/ecma/LexicalConventions/7.4.3-7-n.js with 100% similarity]
tests/auto/qml/parserstress/tests/ecma/LexicalConventions/7.4.3-8-n.js [moved from tests/auto/declarative/parserstress/tests/ecma/LexicalConventions/7.4.3-8-n.js with 100% similarity]
tests/auto/qml/parserstress/tests/ecma/LexicalConventions/7.4.3-9-n.js [moved from tests/auto/declarative/parserstress/tests/ecma/LexicalConventions/7.4.3-9-n.js with 100% similarity]
tests/auto/qml/parserstress/tests/ecma/LexicalConventions/7.5-1.js [moved from tests/auto/declarative/parserstress/tests/ecma/LexicalConventions/7.5-1.js with 100% similarity]
tests/auto/qml/parserstress/tests/ecma/LexicalConventions/7.5-10-n.js [moved from tests/auto/declarative/parserstress/tests/ecma/LexicalConventions/7.5-10-n.js with 100% similarity]
tests/auto/qml/parserstress/tests/ecma/LexicalConventions/7.5-2-n.js [moved from tests/auto/declarative/parserstress/tests/ecma/LexicalConventions/7.5-2-n.js with 100% similarity]
tests/auto/qml/parserstress/tests/ecma/LexicalConventions/7.5-3-n.js [moved from tests/auto/declarative/parserstress/tests/ecma/LexicalConventions/7.5-3-n.js with 100% similarity]
tests/auto/qml/parserstress/tests/ecma/LexicalConventions/7.5-4-n.js [moved from tests/auto/declarative/parserstress/tests/ecma/LexicalConventions/7.5-4-n.js with 100% similarity]
tests/auto/qml/parserstress/tests/ecma/LexicalConventions/7.5-5-n.js [moved from tests/auto/declarative/parserstress/tests/ecma/LexicalConventions/7.5-5-n.js with 100% similarity]
tests/auto/qml/parserstress/tests/ecma/LexicalConventions/7.5-6.js [moved from tests/auto/declarative/parserstress/tests/ecma/LexicalConventions/7.5-6.js with 100% similarity]
tests/auto/qml/parserstress/tests/ecma/LexicalConventions/7.5-7.js [moved from tests/auto/declarative/parserstress/tests/ecma/LexicalConventions/7.5-7.js with 100% similarity]
tests/auto/qml/parserstress/tests/ecma/LexicalConventions/7.5-8-n.js [moved from tests/auto/declarative/parserstress/tests/ecma/LexicalConventions/7.5-8-n.js with 100% similarity]
tests/auto/qml/parserstress/tests/ecma/LexicalConventions/7.5-9-n.js [moved from tests/auto/declarative/parserstress/tests/ecma/LexicalConventions/7.5-9-n.js with 100% similarity]
tests/auto/qml/parserstress/tests/ecma/LexicalConventions/7.6.js [moved from tests/auto/declarative/parserstress/tests/ecma/LexicalConventions/7.6.js with 100% similarity]
tests/auto/qml/parserstress/tests/ecma/LexicalConventions/7.7.1.js [moved from tests/auto/declarative/parserstress/tests/ecma/LexicalConventions/7.7.1.js with 100% similarity]
tests/auto/qml/parserstress/tests/ecma/LexicalConventions/7.7.2.js [moved from tests/auto/declarative/parserstress/tests/ecma/LexicalConventions/7.7.2.js with 100% similarity]
tests/auto/qml/parserstress/tests/ecma/LexicalConventions/7.7.3-1.js [moved from tests/auto/declarative/parserstress/tests/ecma/LexicalConventions/7.7.3-1.js with 100% similarity]
tests/auto/qml/parserstress/tests/ecma/LexicalConventions/7.7.3-2.js [moved from tests/auto/declarative/parserstress/tests/ecma/LexicalConventions/7.7.3-2.js with 100% similarity]
tests/auto/qml/parserstress/tests/ecma/LexicalConventions/7.7.3.js [moved from tests/auto/declarative/parserstress/tests/ecma/LexicalConventions/7.7.3.js with 100% similarity]
tests/auto/qml/parserstress/tests/ecma/LexicalConventions/7.7.4.js [moved from tests/auto/declarative/parserstress/tests/ecma/LexicalConventions/7.7.4.js with 100% similarity]
tests/auto/qml/parserstress/tests/ecma/LexicalConventions/7.8.2-n.js [moved from tests/auto/declarative/parserstress/tests/ecma/LexicalConventions/7.8.2-n.js with 100% similarity]
tests/auto/qml/parserstress/tests/ecma/LexicalConventions/browser.js [moved from tests/auto/declarative/parserstress/tests/ecma_3/NumberFormatting/browser.js with 100% similarity]
tests/auto/qml/parserstress/tests/ecma/LexicalConventions/shell.js [moved from tests/auto/declarative/parserstress/tests/ecma_3/LexicalConventions/shell.js with 100% similarity]
tests/auto/qml/parserstress/tests/ecma/Math/15.8-2-n.js [moved from tests/auto/declarative/parserstress/tests/ecma/Math/15.8-2-n.js with 100% similarity]
tests/auto/qml/parserstress/tests/ecma/Math/15.8-3-n.js [moved from tests/auto/declarative/parserstress/tests/ecma/Math/15.8-3-n.js with 100% similarity]
tests/auto/qml/parserstress/tests/ecma/Math/15.8.1.1-1.js [moved from tests/auto/declarative/parserstress/tests/ecma/Math/15.8.1.1-1.js with 100% similarity]
tests/auto/qml/parserstress/tests/ecma/Math/15.8.1.1-2.js [moved from tests/auto/declarative/parserstress/tests/ecma/Math/15.8.1.1-2.js with 100% similarity]
tests/auto/qml/parserstress/tests/ecma/Math/15.8.1.2-1.js [moved from tests/auto/declarative/parserstress/tests/ecma/Math/15.8.1.2-1.js with 100% similarity]
tests/auto/qml/parserstress/tests/ecma/Math/15.8.1.2-2.js [moved from tests/auto/declarative/parserstress/tests/ecma/Math/15.8.1.2-2.js with 100% similarity]
tests/auto/qml/parserstress/tests/ecma/Math/15.8.1.3-1.js [moved from tests/auto/declarative/parserstress/tests/ecma/Math/15.8.1.3-1.js with 100% similarity]
tests/auto/qml/parserstress/tests/ecma/Math/15.8.1.3-2.js [moved from tests/auto/declarative/parserstress/tests/ecma/Math/15.8.1.3-2.js with 100% similarity]
tests/auto/qml/parserstress/tests/ecma/Math/15.8.1.4-1.js [moved from tests/auto/declarative/parserstress/tests/ecma/Math/15.8.1.4-1.js with 100% similarity]
tests/auto/qml/parserstress/tests/ecma/Math/15.8.1.4-2.js [moved from tests/auto/declarative/parserstress/tests/ecma/Math/15.8.1.4-2.js with 100% similarity]
tests/auto/qml/parserstress/tests/ecma/Math/15.8.1.5-1.js [moved from tests/auto/declarative/parserstress/tests/ecma/Math/15.8.1.5-1.js with 100% similarity]
tests/auto/qml/parserstress/tests/ecma/Math/15.8.1.5-2.js [moved from tests/auto/declarative/parserstress/tests/ecma/Math/15.8.1.5-2.js with 100% similarity]
tests/auto/qml/parserstress/tests/ecma/Math/15.8.1.6-1.js [moved from tests/auto/declarative/parserstress/tests/ecma/Math/15.8.1.6-1.js with 100% similarity]
tests/auto/qml/parserstress/tests/ecma/Math/15.8.1.6-2.js [moved from tests/auto/declarative/parserstress/tests/ecma/Math/15.8.1.6-2.js with 100% similarity]
tests/auto/qml/parserstress/tests/ecma/Math/15.8.1.7-1.js [moved from tests/auto/declarative/parserstress/tests/ecma/Math/15.8.1.7-1.js with 100% similarity]
tests/auto/qml/parserstress/tests/ecma/Math/15.8.1.7-2.js [moved from tests/auto/declarative/parserstress/tests/ecma/Math/15.8.1.7-2.js with 100% similarity]
tests/auto/qml/parserstress/tests/ecma/Math/15.8.1.8-1.js [moved from tests/auto/declarative/parserstress/tests/ecma/Math/15.8.1.8-1.js with 100% similarity]
tests/auto/qml/parserstress/tests/ecma/Math/15.8.1.8-2.js [moved from tests/auto/declarative/parserstress/tests/ecma/Math/15.8.1.8-2.js with 100% similarity]
tests/auto/qml/parserstress/tests/ecma/Math/15.8.1.8-3.js [moved from tests/auto/declarative/parserstress/tests/ecma/Math/15.8.1.8-3.js with 100% similarity]
tests/auto/qml/parserstress/tests/ecma/Math/15.8.1.js [moved from tests/auto/declarative/parserstress/tests/ecma/Math/15.8.1.js with 100% similarity]
tests/auto/qml/parserstress/tests/ecma/Math/15.8.2.1.js [moved from tests/auto/declarative/parserstress/tests/ecma/Math/15.8.2.1.js with 100% similarity]
tests/auto/qml/parserstress/tests/ecma/Math/15.8.2.10.js [moved from tests/auto/declarative/parserstress/tests/ecma/Math/15.8.2.10.js with 100% similarity]
tests/auto/qml/parserstress/tests/ecma/Math/15.8.2.11.js [moved from tests/auto/declarative/parserstress/tests/ecma/Math/15.8.2.11.js with 100% similarity]
tests/auto/qml/parserstress/tests/ecma/Math/15.8.2.12.js [moved from tests/auto/declarative/parserstress/tests/ecma/Math/15.8.2.12.js with 100% similarity]
tests/auto/qml/parserstress/tests/ecma/Math/15.8.2.13.js [moved from tests/auto/declarative/parserstress/tests/ecma/Math/15.8.2.13.js with 100% similarity]
tests/auto/qml/parserstress/tests/ecma/Math/15.8.2.14.js [moved from tests/auto/declarative/parserstress/tests/ecma/Math/15.8.2.14.js with 100% similarity]
tests/auto/qml/parserstress/tests/ecma/Math/15.8.2.15.js [moved from tests/auto/declarative/parserstress/tests/ecma/Math/15.8.2.15.js with 100% similarity]
tests/auto/qml/parserstress/tests/ecma/Math/15.8.2.16.js [moved from tests/auto/declarative/parserstress/tests/ecma/Math/15.8.2.16.js with 100% similarity]
tests/auto/qml/parserstress/tests/ecma/Math/15.8.2.17.js [moved from tests/auto/declarative/parserstress/tests/ecma/Math/15.8.2.17.js with 100% similarity]
tests/auto/qml/parserstress/tests/ecma/Math/15.8.2.18.js [moved from tests/auto/declarative/parserstress/tests/ecma/Math/15.8.2.18.js with 100% similarity]
tests/auto/qml/parserstress/tests/ecma/Math/15.8.2.2.js [moved from tests/auto/declarative/parserstress/tests/ecma/Math/15.8.2.2.js with 100% similarity]
tests/auto/qml/parserstress/tests/ecma/Math/15.8.2.3.js [moved from tests/auto/declarative/parserstress/tests/ecma/Math/15.8.2.3.js with 100% similarity]
tests/auto/qml/parserstress/tests/ecma/Math/15.8.2.4.js [moved from tests/auto/declarative/parserstress/tests/ecma/Math/15.8.2.4.js with 100% similarity]
tests/auto/qml/parserstress/tests/ecma/Math/15.8.2.5.js [moved from tests/auto/declarative/parserstress/tests/ecma/Math/15.8.2.5.js with 100% similarity]
tests/auto/qml/parserstress/tests/ecma/Math/15.8.2.6.js [moved from tests/auto/declarative/parserstress/tests/ecma/Math/15.8.2.6.js with 100% similarity]
tests/auto/qml/parserstress/tests/ecma/Math/15.8.2.7.js [moved from tests/auto/declarative/parserstress/tests/ecma/Math/15.8.2.7.js with 100% similarity]
tests/auto/qml/parserstress/tests/ecma/Math/15.8.2.8.js [moved from tests/auto/declarative/parserstress/tests/ecma/Math/15.8.2.8.js with 100% similarity]
tests/auto/qml/parserstress/tests/ecma/Math/15.8.2.9.js [moved from tests/auto/declarative/parserstress/tests/ecma/Math/15.8.2.9.js with 100% similarity]
tests/auto/qml/parserstress/tests/ecma/Math/browser.js [moved from tests/auto/declarative/parserstress/tests/ecma_3/Number/browser.js with 100% similarity]
tests/auto/qml/parserstress/tests/ecma/Math/shell.js [moved from tests/auto/declarative/parserstress/tests/ecma/Math/shell.js with 100% similarity]
tests/auto/qml/parserstress/tests/ecma/NativeObjects/browser.js [moved from tests/auto/declarative/parserstress/tests/ecma_3/LexicalConventions/browser.js with 100% similarity]
tests/auto/qml/parserstress/tests/ecma/NativeObjects/shell.js [moved from tests/auto/declarative/parserstress/tests/ecma/NativeObjects/shell.js with 100% similarity]
tests/auto/qml/parserstress/tests/ecma/Number/15.7.1.js [moved from tests/auto/declarative/parserstress/tests/ecma/Number/15.7.1.js with 100% similarity]
tests/auto/qml/parserstress/tests/ecma/Number/15.7.2.js [moved from tests/auto/declarative/parserstress/tests/ecma/Number/15.7.2.js with 100% similarity]
tests/auto/qml/parserstress/tests/ecma/Number/15.7.3.1-1.js [moved from tests/auto/declarative/parserstress/tests/ecma/Number/15.7.3.1-1.js with 100% similarity]
tests/auto/qml/parserstress/tests/ecma/Number/15.7.3.1-2.js [moved from tests/auto/declarative/parserstress/tests/ecma/Number/15.7.3.1-2.js with 100% similarity]
tests/auto/qml/parserstress/tests/ecma/Number/15.7.3.1-3.js [moved from tests/auto/declarative/parserstress/tests/ecma/Number/15.7.3.1-3.js with 100% similarity]
tests/auto/qml/parserstress/tests/ecma/Number/15.7.3.2-1.js [moved from tests/auto/declarative/parserstress/tests/ecma/Number/15.7.3.2-1.js with 100% similarity]
tests/auto/qml/parserstress/tests/ecma/Number/15.7.3.2-2.js [moved from tests/auto/declarative/parserstress/tests/ecma/Number/15.7.3.2-2.js with 100% similarity]
tests/auto/qml/parserstress/tests/ecma/Number/15.7.3.2-3.js [moved from tests/auto/declarative/parserstress/tests/ecma/Number/15.7.3.2-3.js with 100% similarity]
tests/auto/qml/parserstress/tests/ecma/Number/15.7.3.2-4.js [moved from tests/auto/declarative/parserstress/tests/ecma/Number/15.7.3.2-4.js with 100% similarity]
tests/auto/qml/parserstress/tests/ecma/Number/15.7.3.3-1.js [moved from tests/auto/declarative/parserstress/tests/ecma/Number/15.7.3.3-1.js with 100% similarity]
tests/auto/qml/parserstress/tests/ecma/Number/15.7.3.3-2.js [moved from tests/auto/declarative/parserstress/tests/ecma/Number/15.7.3.3-2.js with 100% similarity]
tests/auto/qml/parserstress/tests/ecma/Number/15.7.3.3-3.js [moved from tests/auto/declarative/parserstress/tests/ecma/Number/15.7.3.3-3.js with 100% similarity]
tests/auto/qml/parserstress/tests/ecma/Number/15.7.3.3-4.js [moved from tests/auto/declarative/parserstress/tests/ecma/Number/15.7.3.3-4.js with 100% similarity]
tests/auto/qml/parserstress/tests/ecma/Number/15.7.3.4-1.js [moved from tests/auto/declarative/parserstress/tests/ecma/Number/15.7.3.4-1.js with 100% similarity]
tests/auto/qml/parserstress/tests/ecma/Number/15.7.3.4-2.js [moved from tests/auto/declarative/parserstress/tests/ecma/Number/15.7.3.4-2.js with 100% similarity]
tests/auto/qml/parserstress/tests/ecma/Number/15.7.3.4-3.js [moved from tests/auto/declarative/parserstress/tests/ecma/Number/15.7.3.4-3.js with 100% similarity]
tests/auto/qml/parserstress/tests/ecma/Number/15.7.3.4-4.js [moved from tests/auto/declarative/parserstress/tests/ecma/Number/15.7.3.4-4.js with 100% similarity]
tests/auto/qml/parserstress/tests/ecma/Number/15.7.3.5-1.js [moved from tests/auto/declarative/parserstress/tests/ecma/Number/15.7.3.5-1.js with 100% similarity]
tests/auto/qml/parserstress/tests/ecma/Number/15.7.3.5-2.js [moved from tests/auto/declarative/parserstress/tests/ecma/Number/15.7.3.5-2.js with 100% similarity]
tests/auto/qml/parserstress/tests/ecma/Number/15.7.3.5-3.js [moved from tests/auto/declarative/parserstress/tests/ecma/Number/15.7.3.5-3.js with 100% similarity]
tests/auto/qml/parserstress/tests/ecma/Number/15.7.3.5-4.js [moved from tests/auto/declarative/parserstress/tests/ecma/Number/15.7.3.5-4.js with 100% similarity]
tests/auto/qml/parserstress/tests/ecma/Number/15.7.3.6-1.js [moved from tests/auto/declarative/parserstress/tests/ecma/Number/15.7.3.6-1.js with 100% similarity]
tests/auto/qml/parserstress/tests/ecma/Number/15.7.3.6-2.js [moved from tests/auto/declarative/parserstress/tests/ecma/Number/15.7.3.6-2.js with 100% similarity]
tests/auto/qml/parserstress/tests/ecma/Number/15.7.3.6-3.js [moved from tests/auto/declarative/parserstress/tests/ecma/Number/15.7.3.6-3.js with 100% similarity]
tests/auto/qml/parserstress/tests/ecma/Number/15.7.3.6-4.js [moved from tests/auto/declarative/parserstress/tests/ecma/Number/15.7.3.6-4.js with 100% similarity]
tests/auto/qml/parserstress/tests/ecma/Number/15.7.3.js [moved from tests/auto/declarative/parserstress/tests/ecma/Number/15.7.3.js with 100% similarity]
tests/auto/qml/parserstress/tests/ecma/Number/15.7.4-1.js [moved from tests/auto/declarative/parserstress/tests/ecma/Number/15.7.4-1.js with 100% similarity]
tests/auto/qml/parserstress/tests/ecma/Number/15.7.4.1.js [moved from tests/auto/declarative/parserstress/tests/ecma/Number/15.7.4.1.js with 100% similarity]
tests/auto/qml/parserstress/tests/ecma/Number/15.7.4.2-1.js [moved from tests/auto/declarative/parserstress/tests/ecma/Number/15.7.4.2-1.js with 100% similarity]
tests/auto/qml/parserstress/tests/ecma/Number/15.7.4.2-2-n.js [moved from tests/auto/declarative/parserstress/tests/ecma/Number/15.7.4.2-2-n.js with 100% similarity]
tests/auto/qml/parserstress/tests/ecma/Number/15.7.4.2-3-n.js [moved from tests/auto/declarative/parserstress/tests/ecma/Number/15.7.4.2-3-n.js with 100% similarity]
tests/auto/qml/parserstress/tests/ecma/Number/15.7.4.2-4.js [moved from tests/auto/declarative/parserstress/tests/ecma/Number/15.7.4.2-4.js with 100% similarity]
tests/auto/qml/parserstress/tests/ecma/Number/15.7.4.3-1.js [moved from tests/auto/declarative/parserstress/tests/ecma/Number/15.7.4.3-1.js with 100% similarity]
tests/auto/qml/parserstress/tests/ecma/Number/15.7.4.3-2.js [moved from tests/auto/declarative/parserstress/tests/ecma/Number/15.7.4.3-2.js with 100% similarity]
tests/auto/qml/parserstress/tests/ecma/Number/15.7.4.3-3-n.js [moved from tests/auto/declarative/parserstress/tests/ecma/Number/15.7.4.3-3-n.js with 100% similarity]
tests/auto/qml/parserstress/tests/ecma/Number/browser.js [moved from tests/auto/declarative/parserstress/tests/ecma_3/Function/browser.js with 100% similarity]
tests/auto/qml/parserstress/tests/ecma/Number/shell.js [moved from tests/auto/declarative/parserstress/tests/ecma_3/Number/shell.js with 100% similarity]
tests/auto/qml/parserstress/tests/ecma/ObjectObjects/15.2.1.1.js [moved from tests/auto/declarative/parserstress/tests/ecma/ObjectObjects/15.2.1.1.js with 100% similarity]
tests/auto/qml/parserstress/tests/ecma/ObjectObjects/15.2.1.2.js [moved from tests/auto/declarative/parserstress/tests/ecma/ObjectObjects/15.2.1.2.js with 100% similarity]
tests/auto/qml/parserstress/tests/ecma/ObjectObjects/15.2.2.1.js [moved from tests/auto/declarative/parserstress/tests/ecma/ObjectObjects/15.2.2.1.js with 100% similarity]
tests/auto/qml/parserstress/tests/ecma/ObjectObjects/15.2.2.2.js [moved from tests/auto/declarative/parserstress/tests/ecma/ObjectObjects/15.2.2.2.js with 100% similarity]
tests/auto/qml/parserstress/tests/ecma/ObjectObjects/15.2.3-1.js [moved from tests/auto/declarative/parserstress/tests/ecma/ObjectObjects/15.2.3-1.js with 100% similarity]
tests/auto/qml/parserstress/tests/ecma/ObjectObjects/15.2.3.1-1.js [moved from tests/auto/declarative/parserstress/tests/ecma/ObjectObjects/15.2.3.1-1.js with 100% similarity]
tests/auto/qml/parserstress/tests/ecma/ObjectObjects/15.2.3.1-2.js [moved from tests/auto/declarative/parserstress/tests/ecma/ObjectObjects/15.2.3.1-2.js with 100% similarity]
tests/auto/qml/parserstress/tests/ecma/ObjectObjects/15.2.3.1-3.js [moved from tests/auto/declarative/parserstress/tests/ecma/ObjectObjects/15.2.3.1-3.js with 100% similarity]
tests/auto/qml/parserstress/tests/ecma/ObjectObjects/15.2.3.1-4.js [moved from tests/auto/declarative/parserstress/tests/ecma/ObjectObjects/15.2.3.1-4.js with 100% similarity]
tests/auto/qml/parserstress/tests/ecma/ObjectObjects/15.2.3.js [moved from tests/auto/declarative/parserstress/tests/ecma/ObjectObjects/15.2.3.js with 100% similarity]
tests/auto/qml/parserstress/tests/ecma/ObjectObjects/15.2.4.1.js [moved from tests/auto/declarative/parserstress/tests/ecma/ObjectObjects/15.2.4.1.js with 100% similarity]
tests/auto/qml/parserstress/tests/ecma/ObjectObjects/15.2.4.2.js [moved from tests/auto/declarative/parserstress/tests/ecma/ObjectObjects/15.2.4.2.js with 100% similarity]
tests/auto/qml/parserstress/tests/ecma/ObjectObjects/15.2.4.3.js [moved from tests/auto/declarative/parserstress/tests/ecma/ObjectObjects/15.2.4.3.js with 100% similarity]
tests/auto/qml/parserstress/tests/ecma/ObjectObjects/browser.js [moved from tests/auto/declarative/parserstress/tests/ecma_3/FunExpr/browser.js with 100% similarity]
tests/auto/qml/parserstress/tests/ecma/ObjectObjects/shell.js [moved from tests/auto/declarative/parserstress/tests/ecma/ObjectObjects/shell.js with 100% similarity]
tests/auto/qml/parserstress/tests/ecma/README [moved from tests/auto/declarative/parserstress/tests/ecma/README with 100% similarity]
tests/auto/qml/parserstress/tests/ecma/SourceText/6-1.js [moved from tests/auto/declarative/parserstress/tests/ecma/SourceText/6-1.js with 100% similarity]
tests/auto/qml/parserstress/tests/ecma/SourceText/6-2.js [moved from tests/auto/declarative/parserstress/tests/ecma/SourceText/6-2.js with 100% similarity]
tests/auto/qml/parserstress/tests/ecma/SourceText/browser.js [moved from tests/auto/declarative/parserstress/tests/ecma_3/Expressions/browser.js with 100% similarity]
tests/auto/qml/parserstress/tests/ecma/SourceText/shell.js [moved from tests/auto/declarative/parserstress/tests/ecma/SourceText/shell.js with 100% similarity]
tests/auto/qml/parserstress/tests/ecma/Statements/12.10-1.js [moved from tests/auto/declarative/parserstress/tests/ecma/Statements/12.10-1.js with 100% similarity]
tests/auto/qml/parserstress/tests/ecma/Statements/12.10.js [moved from tests/auto/declarative/parserstress/tests/ecma/Statements/12.10.js with 100% similarity]
tests/auto/qml/parserstress/tests/ecma/Statements/12.2-1.js [moved from tests/auto/declarative/parserstress/tests/ecma/Statements/12.2-1.js with 100% similarity]
tests/auto/qml/parserstress/tests/ecma/Statements/12.5-1.js [moved from tests/auto/declarative/parserstress/tests/ecma/Statements/12.5-1.js with 100% similarity]
tests/auto/qml/parserstress/tests/ecma/Statements/12.5-2.js [moved from tests/auto/declarative/parserstress/tests/ecma/Statements/12.5-2.js with 100% similarity]
tests/auto/qml/parserstress/tests/ecma/Statements/12.6.1-1.js [moved from tests/auto/declarative/parserstress/tests/ecma/Statements/12.6.1-1.js with 100% similarity]
tests/auto/qml/parserstress/tests/ecma/Statements/12.6.2-1.js [moved from tests/auto/declarative/parserstress/tests/ecma/Statements/12.6.2-1.js with 100% similarity]
tests/auto/qml/parserstress/tests/ecma/Statements/12.6.2-2.js [moved from tests/auto/declarative/parserstress/tests/ecma/Statements/12.6.2-2.js with 100% similarity]
tests/auto/qml/parserstress/tests/ecma/Statements/12.6.2-3.js [moved from tests/auto/declarative/parserstress/tests/ecma/Statements/12.6.2-3.js with 100% similarity]
tests/auto/qml/parserstress/tests/ecma/Statements/12.6.2-4.js [moved from tests/auto/declarative/parserstress/tests/ecma/Statements/12.6.2-4.js with 100% similarity]
tests/auto/qml/parserstress/tests/ecma/Statements/12.6.2-5.js [moved from tests/auto/declarative/parserstress/tests/ecma/Statements/12.6.2-5.js with 100% similarity]
tests/auto/qml/parserstress/tests/ecma/Statements/12.6.2-6.js [moved from tests/auto/declarative/parserstress/tests/ecma/Statements/12.6.2-6.js with 100% similarity]
tests/auto/qml/parserstress/tests/ecma/Statements/12.6.2-7.js [moved from tests/auto/declarative/parserstress/tests/ecma/Statements/12.6.2-7.js with 100% similarity]
tests/auto/qml/parserstress/tests/ecma/Statements/12.6.2-8.js [moved from tests/auto/declarative/parserstress/tests/ecma/Statements/12.6.2-8.js with 100% similarity]
tests/auto/qml/parserstress/tests/ecma/Statements/12.6.2-9-n.js [moved from tests/auto/declarative/parserstress/tests/ecma/Statements/12.6.2-9-n.js with 100% similarity]
tests/auto/qml/parserstress/tests/ecma/Statements/12.6.3-1.js [moved from tests/auto/declarative/parserstress/tests/ecma/Statements/12.6.3-1.js with 100% similarity]
tests/auto/qml/parserstress/tests/ecma/Statements/12.6.3-10.js [moved from tests/auto/declarative/parserstress/tests/ecma/Statements/12.6.3-10.js with 100% similarity]
tests/auto/qml/parserstress/tests/ecma/Statements/12.6.3-11.js [moved from tests/auto/declarative/parserstress/tests/ecma/Statements/12.6.3-11.js with 100% similarity]
tests/auto/qml/parserstress/tests/ecma/Statements/12.6.3-12.js [moved from tests/auto/declarative/parserstress/tests/ecma/Statements/12.6.3-12.js with 100% similarity]
tests/auto/qml/parserstress/tests/ecma/Statements/12.6.3-19.js [moved from tests/auto/declarative/parserstress/tests/ecma/Statements/12.6.3-19.js with 100% similarity]
tests/auto/qml/parserstress/tests/ecma/Statements/12.6.3-2.js [moved from tests/auto/declarative/parserstress/tests/ecma/Statements/12.6.3-2.js with 100% similarity]
tests/auto/qml/parserstress/tests/ecma/Statements/12.6.3-3.js [moved from tests/auto/declarative/parserstress/tests/ecma/Statements/12.6.3-3.js with 100% similarity]
tests/auto/qml/parserstress/tests/ecma/Statements/12.6.3-4.js [moved from tests/auto/declarative/parserstress/tests/ecma/Statements/12.6.3-4.js with 100% similarity]
tests/auto/qml/parserstress/tests/ecma/Statements/12.6.3-5-n.js [moved from tests/auto/declarative/parserstress/tests/ecma/Statements/12.6.3-5-n.js with 100% similarity]
tests/auto/qml/parserstress/tests/ecma/Statements/12.6.3-6-n.js [moved from tests/auto/declarative/parserstress/tests/ecma/Statements/12.6.3-6-n.js with 100% similarity]
tests/auto/qml/parserstress/tests/ecma/Statements/12.6.3-7-n.js [moved from tests/auto/declarative/parserstress/tests/ecma/Statements/12.6.3-7-n.js with 100% similarity]
tests/auto/qml/parserstress/tests/ecma/Statements/12.6.3-8-n.js [moved from tests/auto/declarative/parserstress/tests/ecma/Statements/12.6.3-8-n.js with 100% similarity]
tests/auto/qml/parserstress/tests/ecma/Statements/12.6.3-9-n.js [moved from tests/auto/declarative/parserstress/tests/ecma/Statements/12.6.3-9-n.js with 100% similarity]
tests/auto/qml/parserstress/tests/ecma/Statements/12.7-1-n.js [moved from tests/auto/declarative/parserstress/tests/ecma/Statements/12.7-1-n.js with 100% similarity]
tests/auto/qml/parserstress/tests/ecma/Statements/12.8-1-n.js [moved from tests/auto/declarative/parserstress/tests/ecma/Statements/12.8-1-n.js with 100% similarity]
tests/auto/qml/parserstress/tests/ecma/Statements/12.9-1-n.js [moved from tests/auto/declarative/parserstress/tests/ecma/Statements/12.9-1-n.js with 100% similarity]
tests/auto/qml/parserstress/tests/ecma/Statements/browser.js [moved from tests/auto/declarative/parserstress/tests/ecma_3/ExecutionContexts/browser.js with 100% similarity]
tests/auto/qml/parserstress/tests/ecma/Statements/shell.js [moved from tests/auto/declarative/parserstress/tests/ecma_3/Statements/shell.js with 100% similarity]
tests/auto/qml/parserstress/tests/ecma/String/15.5.1.js [moved from tests/auto/declarative/parserstress/tests/ecma/String/15.5.1.js with 100% similarity]
tests/auto/qml/parserstress/tests/ecma/String/15.5.2.js [moved from tests/auto/declarative/parserstress/tests/ecma/String/15.5.2.js with 100% similarity]
tests/auto/qml/parserstress/tests/ecma/String/15.5.3.1-1.js [moved from tests/auto/declarative/parserstress/tests/ecma/String/15.5.3.1-1.js with 100% similarity]
tests/auto/qml/parserstress/tests/ecma/String/15.5.3.1-2.js [moved from tests/auto/declarative/parserstress/tests/ecma/String/15.5.3.1-2.js with 100% similarity]
tests/auto/qml/parserstress/tests/ecma/String/15.5.3.1-3.js [moved from tests/auto/declarative/parserstress/tests/ecma/String/15.5.3.1-3.js with 100% similarity]
tests/auto/qml/parserstress/tests/ecma/String/15.5.3.1-4.js [moved from tests/auto/declarative/parserstress/tests/ecma/String/15.5.3.1-4.js with 100% similarity]
tests/auto/qml/parserstress/tests/ecma/String/15.5.3.2-1.js [moved from tests/auto/declarative/parserstress/tests/ecma/String/15.5.3.2-1.js with 100% similarity]
tests/auto/qml/parserstress/tests/ecma/String/15.5.3.2-2.js [moved from tests/auto/declarative/parserstress/tests/ecma/String/15.5.3.2-2.js with 100% similarity]
tests/auto/qml/parserstress/tests/ecma/String/15.5.3.2-3.js [moved from tests/auto/declarative/parserstress/tests/ecma/String/15.5.3.2-3.js with 100% similarity]
tests/auto/qml/parserstress/tests/ecma/String/15.5.3.js [moved from tests/auto/declarative/parserstress/tests/ecma/String/15.5.3.js with 100% similarity]
tests/auto/qml/parserstress/tests/ecma/String/15.5.4.1.js [moved from tests/auto/declarative/parserstress/tests/ecma/String/15.5.4.1.js with 100% similarity]
tests/auto/qml/parserstress/tests/ecma/String/15.5.4.10-1.js [moved from tests/auto/declarative/parserstress/tests/ecma/String/15.5.4.10-1.js with 100% similarity]
tests/auto/qml/parserstress/tests/ecma/String/15.5.4.11-1.js [moved from tests/auto/declarative/parserstress/tests/ecma/String/15.5.4.11-1.js with 100% similarity]
tests/auto/qml/parserstress/tests/ecma/String/15.5.4.11-2.js [moved from tests/auto/declarative/parserstress/tests/ecma/String/15.5.4.11-2.js with 100% similarity]
tests/auto/qml/parserstress/tests/ecma/String/15.5.4.11-3.js [moved from tests/auto/declarative/parserstress/tests/ecma/String/15.5.4.11-3.js with 100% similarity]
tests/auto/qml/parserstress/tests/ecma/String/15.5.4.11-4.js [moved from tests/auto/declarative/parserstress/tests/ecma/String/15.5.4.11-4.js with 100% similarity]
tests/auto/qml/parserstress/tests/ecma/String/15.5.4.11-5.js [moved from tests/auto/declarative/parserstress/tests/ecma/String/15.5.4.11-5.js with 100% similarity]
tests/auto/qml/parserstress/tests/ecma/String/15.5.4.11-6.js [moved from tests/auto/declarative/parserstress/tests/ecma/String/15.5.4.11-6.js with 100% similarity]
tests/auto/qml/parserstress/tests/ecma/String/15.5.4.12-1.js [moved from tests/auto/declarative/parserstress/tests/ecma/String/15.5.4.12-1.js with 100% similarity]
tests/auto/qml/parserstress/tests/ecma/String/15.5.4.12-2.js [moved from tests/auto/declarative/parserstress/tests/ecma/String/15.5.4.12-2.js with 100% similarity]
tests/auto/qml/parserstress/tests/ecma/String/15.5.4.12-3.js [moved from tests/auto/declarative/parserstress/tests/ecma/String/15.5.4.12-3.js with 100% similarity]
tests/auto/qml/parserstress/tests/ecma/String/15.5.4.12-4.js [moved from tests/auto/declarative/parserstress/tests/ecma/String/15.5.4.12-4.js with 100% similarity]
tests/auto/qml/parserstress/tests/ecma/String/15.5.4.12-5.js [moved from tests/auto/declarative/parserstress/tests/ecma/String/15.5.4.12-5.js with 100% similarity]
tests/auto/qml/parserstress/tests/ecma/String/15.5.4.2-1.js [moved from tests/auto/declarative/parserstress/tests/ecma/String/15.5.4.2-1.js with 100% similarity]
tests/auto/qml/parserstress/tests/ecma/String/15.5.4.2-2-n.js [moved from tests/auto/declarative/parserstress/tests/ecma/String/15.5.4.2-2-n.js with 100% similarity]
tests/auto/qml/parserstress/tests/ecma/String/15.5.4.2-3.js [moved from tests/auto/declarative/parserstress/tests/ecma/String/15.5.4.2-3.js with 100% similarity]
tests/auto/qml/parserstress/tests/ecma/String/15.5.4.2.js [moved from tests/auto/declarative/parserstress/tests/ecma/String/15.5.4.2.js with 100% similarity]
tests/auto/qml/parserstress/tests/ecma/String/15.5.4.3-1.js [moved from tests/auto/declarative/parserstress/tests/ecma/String/15.5.4.3-1.js with 100% similarity]
tests/auto/qml/parserstress/tests/ecma/String/15.5.4.3-2.js [moved from tests/auto/declarative/parserstress/tests/ecma/String/15.5.4.3-2.js with 100% similarity]
tests/auto/qml/parserstress/tests/ecma/String/15.5.4.3-3-n.js [moved from tests/auto/declarative/parserstress/tests/ecma/String/15.5.4.3-3-n.js with 100% similarity]
tests/auto/qml/parserstress/tests/ecma/String/15.5.4.4-1.js [moved from tests/auto/declarative/parserstress/tests/ecma/String/15.5.4.4-1.js with 100% similarity]
tests/auto/qml/parserstress/tests/ecma/String/15.5.4.4-2.js [moved from tests/auto/declarative/parserstress/tests/ecma/String/15.5.4.4-2.js with 100% similarity]
tests/auto/qml/parserstress/tests/ecma/String/15.5.4.4-3.js [moved from tests/auto/declarative/parserstress/tests/ecma/String/15.5.4.4-3.js with 100% similarity]
tests/auto/qml/parserstress/tests/ecma/String/15.5.4.4-4.js [moved from tests/auto/declarative/parserstress/tests/ecma/String/15.5.4.4-4.js with 100% similarity]
tests/auto/qml/parserstress/tests/ecma/String/15.5.4.5-1.js [moved from tests/auto/declarative/parserstress/tests/ecma/String/15.5.4.5-1.js with 100% similarity]
tests/auto/qml/parserstress/tests/ecma/String/15.5.4.5-2.js [moved from tests/auto/declarative/parserstress/tests/ecma/String/15.5.4.5-2.js with 100% similarity]
tests/auto/qml/parserstress/tests/ecma/String/15.5.4.5-3.js [moved from tests/auto/declarative/parserstress/tests/ecma/String/15.5.4.5-3.js with 100% similarity]
tests/auto/qml/parserstress/tests/ecma/String/15.5.4.5-4.js [moved from tests/auto/declarative/parserstress/tests/ecma/String/15.5.4.5-4.js with 100% similarity]
tests/auto/qml/parserstress/tests/ecma/String/15.5.4.5-5.js [moved from tests/auto/declarative/parserstress/tests/ecma/String/15.5.4.5-5.js with 100% similarity]
tests/auto/qml/parserstress/tests/ecma/String/15.5.4.6-1.js [moved from tests/auto/declarative/parserstress/tests/ecma/String/15.5.4.6-1.js with 100% similarity]
tests/auto/qml/parserstress/tests/ecma/String/15.5.4.6-2.js [moved from tests/auto/declarative/parserstress/tests/ecma/String/15.5.4.6-2.js with 100% similarity]
tests/auto/qml/parserstress/tests/ecma/String/15.5.4.7-1.js [moved from tests/auto/declarative/parserstress/tests/ecma/String/15.5.4.7-1.js with 100% similarity]
tests/auto/qml/parserstress/tests/ecma/String/15.5.4.7-2.js [moved from tests/auto/declarative/parserstress/tests/ecma/String/15.5.4.7-2.js with 100% similarity]
tests/auto/qml/parserstress/tests/ecma/String/15.5.4.8-1.js [moved from tests/auto/declarative/parserstress/tests/ecma/String/15.5.4.8-1.js with 100% similarity]
tests/auto/qml/parserstress/tests/ecma/String/15.5.4.8-2.js [moved from tests/auto/declarative/parserstress/tests/ecma/String/15.5.4.8-2.js with 100% similarity]
tests/auto/qml/parserstress/tests/ecma/String/15.5.4.8-3.js [moved from tests/auto/declarative/parserstress/tests/ecma/String/15.5.4.8-3.js with 100% similarity]
tests/auto/qml/parserstress/tests/ecma/String/15.5.4.9-1.js [moved from tests/auto/declarative/parserstress/tests/ecma/String/15.5.4.9-1.js with 100% similarity]
tests/auto/qml/parserstress/tests/ecma/String/15.5.4.js [moved from tests/auto/declarative/parserstress/tests/ecma/String/15.5.4.js with 100% similarity]
tests/auto/qml/parserstress/tests/ecma/String/15.5.5.1.js [moved from tests/auto/declarative/parserstress/tests/ecma/String/15.5.5.1.js with 100% similarity]
tests/auto/qml/parserstress/tests/ecma/String/browser.js [moved from tests/auto/declarative/parserstress/tests/ecma_3/Exceptions/browser.js with 100% similarity]
tests/auto/qml/parserstress/tests/ecma/String/shell.js [moved from tests/auto/declarative/parserstress/tests/ecma_3/String/shell.js with 100% similarity]
tests/auto/qml/parserstress/tests/ecma/TypeConversion/9.2.js [moved from tests/auto/declarative/parserstress/tests/ecma/TypeConversion/9.2.js with 100% similarity]
tests/auto/qml/parserstress/tests/ecma/TypeConversion/9.3-1.js [moved from tests/auto/declarative/parserstress/tests/ecma/TypeConversion/9.3-1.js with 100% similarity]
tests/auto/qml/parserstress/tests/ecma/TypeConversion/9.3.1-1.js [moved from tests/auto/declarative/parserstress/tests/ecma/TypeConversion/9.3.1-1.js with 100% similarity]
tests/auto/qml/parserstress/tests/ecma/TypeConversion/9.3.1-2.js [moved from tests/auto/declarative/parserstress/tests/ecma/TypeConversion/9.3.1-2.js with 100% similarity]
tests/auto/qml/parserstress/tests/ecma/TypeConversion/9.3.1-3.js [moved from tests/auto/declarative/parserstress/tests/ecma/TypeConversion/9.3.1-3.js with 100% similarity]
tests/auto/qml/parserstress/tests/ecma/TypeConversion/9.3.js [moved from tests/auto/declarative/parserstress/tests/ecma/TypeConversion/9.3.js with 100% similarity]
tests/auto/qml/parserstress/tests/ecma/TypeConversion/9.4-1.js [moved from tests/auto/declarative/parserstress/tests/ecma/TypeConversion/9.4-1.js with 100% similarity]
tests/auto/qml/parserstress/tests/ecma/TypeConversion/9.4-2.js [moved from tests/auto/declarative/parserstress/tests/ecma/TypeConversion/9.4-2.js with 100% similarity]
tests/auto/qml/parserstress/tests/ecma/TypeConversion/9.5-2.js [moved from tests/auto/declarative/parserstress/tests/ecma/TypeConversion/9.5-2.js with 100% similarity]
tests/auto/qml/parserstress/tests/ecma/TypeConversion/9.6.js [moved from tests/auto/declarative/parserstress/tests/ecma/TypeConversion/9.6.js with 100% similarity]
tests/auto/qml/parserstress/tests/ecma/TypeConversion/9.7.js [moved from tests/auto/declarative/parserstress/tests/ecma/TypeConversion/9.7.js with 100% similarity]
tests/auto/qml/parserstress/tests/ecma/TypeConversion/9.8.1.js [moved from tests/auto/declarative/parserstress/tests/ecma/TypeConversion/9.8.1.js with 100% similarity]
tests/auto/qml/parserstress/tests/ecma/TypeConversion/9.9-1.js [moved from tests/auto/declarative/parserstress/tests/ecma/TypeConversion/9.9-1.js with 100% similarity]
tests/auto/qml/parserstress/tests/ecma/TypeConversion/browser.js [moved from tests/auto/declarative/parserstress/tests/ecma_3/Array/browser.js with 100% similarity]
tests/auto/qml/parserstress/tests/ecma/TypeConversion/shell.js [moved from tests/auto/declarative/parserstress/tests/ecma/TypeConversion/shell.js with 100% similarity]
tests/auto/qml/parserstress/tests/ecma/Types/8.1.js [moved from tests/auto/declarative/parserstress/tests/ecma/Types/8.1.js with 100% similarity]
tests/auto/qml/parserstress/tests/ecma/Types/8.4.js [moved from tests/auto/declarative/parserstress/tests/ecma/Types/8.4.js with 100% similarity]
tests/auto/qml/parserstress/tests/ecma/Types/8.6.2.1-1.js [moved from tests/auto/declarative/parserstress/tests/ecma/Types/8.6.2.1-1.js with 100% similarity]
tests/auto/qml/parserstress/tests/ecma/Types/browser.js [moved from tests/auto/declarative/parserstress/tests/ecma_2/instanceof/browser.js with 100% similarity]
tests/auto/qml/parserstress/tests/ecma/Types/shell.js [moved from tests/auto/declarative/parserstress/tests/ecma/Types/shell.js with 100% similarity]
tests/auto/qml/parserstress/tests/ecma/browser.js [moved from tests/auto/declarative/parserstress/tests/ecma/browser.js with 100% similarity]
tests/auto/qml/parserstress/tests/ecma/extensions/10.1.4-9.js [moved from tests/auto/declarative/parserstress/tests/ecma/extensions/10.1.4-9.js with 100% similarity]
tests/auto/qml/parserstress/tests/ecma/extensions/10.1.6.js [moved from tests/auto/declarative/parserstress/tests/ecma/extensions/10.1.6.js with 100% similarity]
tests/auto/qml/parserstress/tests/ecma/extensions/10.1.8-1.js [moved from tests/auto/declarative/parserstress/tests/ecma/extensions/10.1.8-1.js with 100% similarity]
tests/auto/qml/parserstress/tests/ecma/extensions/11.6.1-1.js [moved from tests/auto/declarative/parserstress/tests/ecma/extensions/11.6.1-1.js with 100% similarity]
tests/auto/qml/parserstress/tests/ecma/extensions/11.6.1-2.js [moved from tests/auto/declarative/parserstress/tests/ecma/extensions/11.6.1-2.js with 100% similarity]
tests/auto/qml/parserstress/tests/ecma/extensions/11.6.1-3.js [moved from tests/auto/declarative/parserstress/tests/ecma/extensions/11.6.1-3.js with 100% similarity]
tests/auto/qml/parserstress/tests/ecma/extensions/11.6.2-1.js [moved from tests/auto/declarative/parserstress/tests/ecma/extensions/11.6.2-1.js with 100% similarity]
tests/auto/qml/parserstress/tests/ecma/extensions/15-1.js [moved from tests/auto/declarative/parserstress/tests/ecma/extensions/15-1.js with 100% similarity]
tests/auto/qml/parserstress/tests/ecma/extensions/15-2.js [moved from tests/auto/declarative/parserstress/tests/ecma/extensions/15-2.js with 100% similarity]
tests/auto/qml/parserstress/tests/ecma/extensions/15.1.2.1-1.js [moved from tests/auto/declarative/parserstress/tests/ecma/extensions/15.1.2.1-1.js with 100% similarity]
tests/auto/qml/parserstress/tests/ecma/extensions/15.2.1.1.js [moved from tests/auto/declarative/parserstress/tests/ecma/extensions/15.2.1.1.js with 100% similarity]
tests/auto/qml/parserstress/tests/ecma/extensions/15.2.3-1.js [moved from tests/auto/declarative/parserstress/tests/ecma/extensions/15.2.3-1.js with 100% similarity]
tests/auto/qml/parserstress/tests/ecma/extensions/15.2.4.js [moved from tests/auto/declarative/parserstress/tests/ecma/extensions/15.2.4.js with 100% similarity]
tests/auto/qml/parserstress/tests/ecma/extensions/15.3.1.1-1.js [moved from tests/auto/declarative/parserstress/tests/ecma/extensions/15.3.1.1-1.js with 100% similarity]
tests/auto/qml/parserstress/tests/ecma/extensions/15.3.1.1-2.js [moved from tests/auto/declarative/parserstress/tests/ecma/extensions/15.3.1.1-2.js with 100% similarity]
tests/auto/qml/parserstress/tests/ecma/extensions/15.3.2.1-1.js [moved from tests/auto/declarative/parserstress/tests/ecma/extensions/15.3.2.1-1.js with 100% similarity]
tests/auto/qml/parserstress/tests/ecma/extensions/15.3.2.1-2.js [moved from tests/auto/declarative/parserstress/tests/ecma/extensions/15.3.2.1-2.js with 100% similarity]
tests/auto/qml/parserstress/tests/ecma/extensions/15.3.3.1-1.js [moved from tests/auto/declarative/parserstress/tests/ecma/extensions/15.3.3.1-1.js with 100% similarity]
tests/auto/qml/parserstress/tests/ecma/extensions/15.4.3.js [moved from tests/auto/declarative/parserstress/tests/ecma/extensions/15.4.3.js with 100% similarity]
tests/auto/qml/parserstress/tests/ecma/extensions/15.5.3.js [moved from tests/auto/declarative/parserstress/tests/ecma/extensions/15.5.3.js with 100% similarity]
tests/auto/qml/parserstress/tests/ecma/extensions/15.5.4.2.js [moved from tests/auto/declarative/parserstress/tests/ecma/extensions/15.5.4.2.js with 100% similarity]
tests/auto/qml/parserstress/tests/ecma/extensions/15.5.4.4-4.js [moved from tests/auto/declarative/parserstress/tests/ecma/extensions/15.5.4.4-4.js with 100% similarity]
tests/auto/qml/parserstress/tests/ecma/extensions/15.5.4.5-6.js [moved from tests/auto/declarative/parserstress/tests/ecma/extensions/15.5.4.5-6.js with 100% similarity]
tests/auto/qml/parserstress/tests/ecma/extensions/15.5.4.7-3.js [moved from tests/auto/declarative/parserstress/tests/ecma/extensions/15.5.4.7-3.js with 100% similarity]
tests/auto/qml/parserstress/tests/ecma/extensions/15.6.3.1-5.js [moved from tests/auto/declarative/parserstress/tests/ecma/extensions/15.6.3.1-5.js with 100% similarity]
tests/auto/qml/parserstress/tests/ecma/extensions/15.6.3.js [moved from tests/auto/declarative/parserstress/tests/ecma/extensions/15.6.3.js with 100% similarity]
tests/auto/qml/parserstress/tests/ecma/extensions/15.6.4-2.js [moved from tests/auto/declarative/parserstress/tests/ecma/extensions/15.6.4-2.js with 100% similarity]
tests/auto/qml/parserstress/tests/ecma/extensions/15.7.3.js [moved from tests/auto/declarative/parserstress/tests/ecma/extensions/15.7.3.js with 100% similarity]
tests/auto/qml/parserstress/tests/ecma/extensions/15.7.4.js [moved from tests/auto/declarative/parserstress/tests/ecma/extensions/15.7.4.js with 100% similarity]
tests/auto/qml/parserstress/tests/ecma/extensions/15.8-1.js [moved from tests/auto/declarative/parserstress/tests/ecma/extensions/15.8-1.js with 100% similarity]
tests/auto/qml/parserstress/tests/ecma/extensions/15.9.5.js [moved from tests/auto/declarative/parserstress/tests/ecma/extensions/15.9.5.js with 100% similarity]
tests/auto/qml/parserstress/tests/ecma/extensions/8.6.2.1-1.js [moved from tests/auto/declarative/parserstress/tests/ecma/extensions/8.6.2.1-1.js with 100% similarity]
tests/auto/qml/parserstress/tests/ecma/extensions/9.9-1.js [moved from tests/auto/declarative/parserstress/tests/ecma/extensions/9.9-1.js with 100% similarity]
tests/auto/qml/parserstress/tests/ecma/extensions/browser.js [moved from tests/auto/declarative/parserstress/tests/ecma_2/extensions/browser.js with 100% similarity]
tests/auto/qml/parserstress/tests/ecma/extensions/shell.js [moved from tests/auto/declarative/parserstress/tests/ecma_2/extensions/shell.js with 100% similarity]
tests/auto/qml/parserstress/tests/ecma/jsref.js [moved from tests/auto/declarative/parserstress/tests/ecma/jsref.js with 100% similarity]
tests/auto/qml/parserstress/tests/ecma/shell.js [moved from tests/auto/declarative/parserstress/tests/ecma/shell.js with 100% similarity]
tests/auto/qml/parserstress/tests/ecma/template.js [moved from tests/auto/declarative/parserstress/tests/ecma/template.js with 100% similarity]
tests/auto/qml/parserstress/tests/ecma_2/Exceptions/boolean-001.js [moved from tests/auto/declarative/parserstress/tests/ecma_2/Exceptions/boolean-001.js with 100% similarity]
tests/auto/qml/parserstress/tests/ecma_2/Exceptions/boolean-002.js [moved from tests/auto/declarative/parserstress/tests/ecma_2/Exceptions/boolean-002.js with 100% similarity]
tests/auto/qml/parserstress/tests/ecma_2/Exceptions/browser.js [moved from tests/auto/declarative/parserstress/tests/ecma_2/String/browser.js with 100% similarity]
tests/auto/qml/parserstress/tests/ecma_2/Exceptions/date-001.js [moved from tests/auto/declarative/parserstress/tests/ecma_2/Exceptions/date-001.js with 100% similarity]
tests/auto/qml/parserstress/tests/ecma_2/Exceptions/date-002.js [moved from tests/auto/declarative/parserstress/tests/ecma_2/Exceptions/date-002.js with 100% similarity]
tests/auto/qml/parserstress/tests/ecma_2/Exceptions/date-003.js [moved from tests/auto/declarative/parserstress/tests/ecma_2/Exceptions/date-003.js with 100% similarity]
tests/auto/qml/parserstress/tests/ecma_2/Exceptions/date-004.js [moved from tests/auto/declarative/parserstress/tests/ecma_2/Exceptions/date-004.js with 100% similarity]
tests/auto/qml/parserstress/tests/ecma_2/Exceptions/exception-001.js [moved from tests/auto/declarative/parserstress/tests/ecma_2/Exceptions/exception-001.js with 100% similarity]
tests/auto/qml/parserstress/tests/ecma_2/Exceptions/exception-002.js [moved from tests/auto/declarative/parserstress/tests/ecma_2/Exceptions/exception-002.js with 100% similarity]
tests/auto/qml/parserstress/tests/ecma_2/Exceptions/exception-003.js [moved from tests/auto/declarative/parserstress/tests/ecma_2/Exceptions/exception-003.js with 100% similarity]
tests/auto/qml/parserstress/tests/ecma_2/Exceptions/exception-004.js [moved from tests/auto/declarative/parserstress/tests/ecma_2/Exceptions/exception-004.js with 100% similarity]
tests/auto/qml/parserstress/tests/ecma_2/Exceptions/exception-005.js [moved from tests/auto/declarative/parserstress/tests/ecma_2/Exceptions/exception-005.js with 100% similarity]
tests/auto/qml/parserstress/tests/ecma_2/Exceptions/exception-006.js [moved from tests/auto/declarative/parserstress/tests/ecma_2/Exceptions/exception-006.js with 100% similarity]
tests/auto/qml/parserstress/tests/ecma_2/Exceptions/exception-007.js [moved from tests/auto/declarative/parserstress/tests/ecma_2/Exceptions/exception-007.js with 100% similarity]
tests/auto/qml/parserstress/tests/ecma_2/Exceptions/exception-008.js [moved from tests/auto/declarative/parserstress/tests/ecma_2/Exceptions/exception-008.js with 100% similarity]
tests/auto/qml/parserstress/tests/ecma_2/Exceptions/exception-009.js [moved from tests/auto/declarative/parserstress/tests/ecma_2/Exceptions/exception-009.js with 100% similarity]
tests/auto/qml/parserstress/tests/ecma_2/Exceptions/exception-010-n.js [moved from tests/auto/declarative/parserstress/tests/ecma_2/Exceptions/exception-010-n.js with 100% similarity]
tests/auto/qml/parserstress/tests/ecma_2/Exceptions/exception-011-n.js [moved from tests/auto/declarative/parserstress/tests/ecma_2/Exceptions/exception-011-n.js with 100% similarity]
tests/auto/qml/parserstress/tests/ecma_2/Exceptions/expression-001.js [moved from tests/auto/declarative/parserstress/tests/ecma_2/Exceptions/expression-001.js with 100% similarity]
tests/auto/qml/parserstress/tests/ecma_2/Exceptions/expression-002.js [moved from tests/auto/declarative/parserstress/tests/ecma_2/Exceptions/expression-002.js with 100% similarity]
tests/auto/qml/parserstress/tests/ecma_2/Exceptions/expression-003.js [moved from tests/auto/declarative/parserstress/tests/ecma_2/Exceptions/expression-003.js with 100% similarity]
tests/auto/qml/parserstress/tests/ecma_2/Exceptions/expression-004.js [moved from tests/auto/declarative/parserstress/tests/ecma_2/Exceptions/expression-004.js with 100% similarity]
tests/auto/qml/parserstress/tests/ecma_2/Exceptions/expression-005.js [moved from tests/auto/declarative/parserstress/tests/ecma_2/Exceptions/expression-005.js with 100% similarity]
tests/auto/qml/parserstress/tests/ecma_2/Exceptions/expression-006.js [moved from tests/auto/declarative/parserstress/tests/ecma_2/Exceptions/expression-006.js with 100% similarity]
tests/auto/qml/parserstress/tests/ecma_2/Exceptions/expression-007.js [moved from tests/auto/declarative/parserstress/tests/ecma_2/Exceptions/expression-007.js with 100% similarity]
tests/auto/qml/parserstress/tests/ecma_2/Exceptions/expression-008.js [moved from tests/auto/declarative/parserstress/tests/ecma_2/Exceptions/expression-008.js with 100% similarity]
tests/auto/qml/parserstress/tests/ecma_2/Exceptions/expression-009.js [moved from tests/auto/declarative/parserstress/tests/ecma_2/Exceptions/expression-009.js with 100% similarity]
tests/auto/qml/parserstress/tests/ecma_2/Exceptions/expression-010.js [moved from tests/auto/declarative/parserstress/tests/ecma_2/Exceptions/expression-010.js with 100% similarity]
tests/auto/qml/parserstress/tests/ecma_2/Exceptions/expression-011.js [moved from tests/auto/declarative/parserstress/tests/ecma_2/Exceptions/expression-011.js with 100% similarity]
tests/auto/qml/parserstress/tests/ecma_2/Exceptions/expression-012.js [moved from tests/auto/declarative/parserstress/tests/ecma_2/Exceptions/expression-012.js with 100% similarity]
tests/auto/qml/parserstress/tests/ecma_2/Exceptions/expression-013.js [moved from tests/auto/declarative/parserstress/tests/ecma_2/Exceptions/expression-013.js with 100% similarity]
tests/auto/qml/parserstress/tests/ecma_2/Exceptions/expression-014.js [moved from tests/auto/declarative/parserstress/tests/ecma_2/Exceptions/expression-014.js with 100% similarity]
tests/auto/qml/parserstress/tests/ecma_2/Exceptions/expression-015.js [moved from tests/auto/declarative/parserstress/tests/ecma_2/Exceptions/expression-015.js with 100% similarity]
tests/auto/qml/parserstress/tests/ecma_2/Exceptions/expression-016.js [moved from tests/auto/declarative/parserstress/tests/ecma_2/Exceptions/expression-016.js with 100% similarity]
tests/auto/qml/parserstress/tests/ecma_2/Exceptions/expression-017.js [moved from tests/auto/declarative/parserstress/tests/ecma_2/Exceptions/expression-017.js with 100% similarity]
tests/auto/qml/parserstress/tests/ecma_2/Exceptions/expression-019.js [moved from tests/auto/declarative/parserstress/tests/ecma_2/Exceptions/expression-019.js with 100% similarity]
tests/auto/qml/parserstress/tests/ecma_2/Exceptions/function-001.js [moved from tests/auto/declarative/parserstress/tests/ecma_2/Exceptions/function-001.js with 100% similarity]
tests/auto/qml/parserstress/tests/ecma_2/Exceptions/global-001.js [moved from tests/auto/declarative/parserstress/tests/ecma_2/Exceptions/global-001.js with 100% similarity]
tests/auto/qml/parserstress/tests/ecma_2/Exceptions/global-002.js [moved from tests/auto/declarative/parserstress/tests/ecma_2/Exceptions/global-002.js with 100% similarity]
tests/auto/qml/parserstress/tests/ecma_2/Exceptions/lexical-001.js [moved from tests/auto/declarative/parserstress/tests/ecma_2/Exceptions/lexical-001.js with 100% similarity]
tests/auto/qml/parserstress/tests/ecma_2/Exceptions/lexical-002.js [moved from tests/auto/declarative/parserstress/tests/ecma_2/Exceptions/lexical-002.js with 100% similarity]
tests/auto/qml/parserstress/tests/ecma_2/Exceptions/lexical-003.js [moved from tests/auto/declarative/parserstress/tests/ecma_2/Exceptions/lexical-003.js with 100% similarity]
tests/auto/qml/parserstress/tests/ecma_2/Exceptions/lexical-004.js [moved from tests/auto/declarative/parserstress/tests/ecma_2/Exceptions/lexical-004.js with 100% similarity]
tests/auto/qml/parserstress/tests/ecma_2/Exceptions/lexical-005.js [moved from tests/auto/declarative/parserstress/tests/ecma_2/Exceptions/lexical-005.js with 100% similarity]
tests/auto/qml/parserstress/tests/ecma_2/Exceptions/lexical-006.js [moved from tests/auto/declarative/parserstress/tests/ecma_2/Exceptions/lexical-006.js with 100% similarity]
tests/auto/qml/parserstress/tests/ecma_2/Exceptions/lexical-007.js [moved from tests/auto/declarative/parserstress/tests/ecma_2/Exceptions/lexical-007.js with 100% similarity]
tests/auto/qml/parserstress/tests/ecma_2/Exceptions/lexical-008.js [moved from tests/auto/declarative/parserstress/tests/ecma_2/Exceptions/lexical-008.js with 100% similarity]
tests/auto/qml/parserstress/tests/ecma_2/Exceptions/lexical-009.js [moved from tests/auto/declarative/parserstress/tests/ecma_2/Exceptions/lexical-009.js with 100% similarity]
tests/auto/qml/parserstress/tests/ecma_2/Exceptions/lexical-010.js [moved from tests/auto/declarative/parserstress/tests/ecma_2/Exceptions/lexical-010.js with 100% similarity]
tests/auto/qml/parserstress/tests/ecma_2/Exceptions/lexical-011.js [moved from tests/auto/declarative/parserstress/tests/ecma_2/Exceptions/lexical-011.js with 100% similarity]
tests/auto/qml/parserstress/tests/ecma_2/Exceptions/lexical-012.js [moved from tests/auto/declarative/parserstress/tests/ecma_2/Exceptions/lexical-012.js with 100% similarity]
tests/auto/qml/parserstress/tests/ecma_2/Exceptions/lexical-013.js [moved from tests/auto/declarative/parserstress/tests/ecma_2/Exceptions/lexical-013.js with 100% similarity]
tests/auto/qml/parserstress/tests/ecma_2/Exceptions/lexical-014.js [moved from tests/auto/declarative/parserstress/tests/ecma_2/Exceptions/lexical-014.js with 100% similarity]
tests/auto/qml/parserstress/tests/ecma_2/Exceptions/lexical-015.js [moved from tests/auto/declarative/parserstress/tests/ecma_2/Exceptions/lexical-015.js with 100% similarity]
tests/auto/qml/parserstress/tests/ecma_2/Exceptions/lexical-016.js [moved from tests/auto/declarative/parserstress/tests/ecma_2/Exceptions/lexical-016.js with 100% similarity]
tests/auto/qml/parserstress/tests/ecma_2/Exceptions/lexical-017.js [moved from tests/auto/declarative/parserstress/tests/ecma_2/Exceptions/lexical-017.js with 100% similarity]
tests/auto/qml/parserstress/tests/ecma_2/Exceptions/lexical-018.js [moved from tests/auto/declarative/parserstress/tests/ecma_2/Exceptions/lexical-018.js with 100% similarity]
tests/auto/qml/parserstress/tests/ecma_2/Exceptions/lexical-019.js [moved from tests/auto/declarative/parserstress/tests/ecma_2/Exceptions/lexical-019.js with 100% similarity]
tests/auto/qml/parserstress/tests/ecma_2/Exceptions/lexical-020.js [moved from tests/auto/declarative/parserstress/tests/ecma_2/Exceptions/lexical-020.js with 100% similarity]
tests/auto/qml/parserstress/tests/ecma_2/Exceptions/lexical-021.js [moved from tests/auto/declarative/parserstress/tests/ecma_2/Exceptions/lexical-021.js with 100% similarity]
tests/auto/qml/parserstress/tests/ecma_2/Exceptions/lexical-022.js [moved from tests/auto/declarative/parserstress/tests/ecma_2/Exceptions/lexical-022.js with 100% similarity]
tests/auto/qml/parserstress/tests/ecma_2/Exceptions/lexical-023.js [moved from tests/auto/declarative/parserstress/tests/ecma_2/Exceptions/lexical-023.js with 100% similarity]
tests/auto/qml/parserstress/tests/ecma_2/Exceptions/lexical-024.js [moved from tests/auto/declarative/parserstress/tests/ecma_2/Exceptions/lexical-024.js with 100% similarity]
tests/auto/qml/parserstress/tests/ecma_2/Exceptions/lexical-025.js [moved from tests/auto/declarative/parserstress/tests/ecma_2/Exceptions/lexical-025.js with 100% similarity]
tests/auto/qml/parserstress/tests/ecma_2/Exceptions/lexical-026.js [moved from tests/auto/declarative/parserstress/tests/ecma_2/Exceptions/lexical-026.js with 100% similarity]
tests/auto/qml/parserstress/tests/ecma_2/Exceptions/lexical-027.js [moved from tests/auto/declarative/parserstress/tests/ecma_2/Exceptions/lexical-027.js with 100% similarity]
tests/auto/qml/parserstress/tests/ecma_2/Exceptions/lexical-028.js [moved from tests/auto/declarative/parserstress/tests/ecma_2/Exceptions/lexical-028.js with 100% similarity]
tests/auto/qml/parserstress/tests/ecma_2/Exceptions/lexical-029.js [moved from tests/auto/declarative/parserstress/tests/ecma_2/Exceptions/lexical-029.js with 100% similarity]
tests/auto/qml/parserstress/tests/ecma_2/Exceptions/lexical-030.js [moved from tests/auto/declarative/parserstress/tests/ecma_2/Exceptions/lexical-030.js with 100% similarity]
tests/auto/qml/parserstress/tests/ecma_2/Exceptions/lexical-031.js [moved from tests/auto/declarative/parserstress/tests/ecma_2/Exceptions/lexical-031.js with 100% similarity]
tests/auto/qml/parserstress/tests/ecma_2/Exceptions/lexical-032.js [moved from tests/auto/declarative/parserstress/tests/ecma_2/Exceptions/lexical-032.js with 100% similarity]
tests/auto/qml/parserstress/tests/ecma_2/Exceptions/lexical-033.js [moved from tests/auto/declarative/parserstress/tests/ecma_2/Exceptions/lexical-033.js with 100% similarity]
tests/auto/qml/parserstress/tests/ecma_2/Exceptions/lexical-034.js [moved from tests/auto/declarative/parserstress/tests/ecma_2/Exceptions/lexical-034.js with 100% similarity]
tests/auto/qml/parserstress/tests/ecma_2/Exceptions/lexical-035.js [moved from tests/auto/declarative/parserstress/tests/ecma_2/Exceptions/lexical-035.js with 100% similarity]
tests/auto/qml/parserstress/tests/ecma_2/Exceptions/lexical-036.js [moved from tests/auto/declarative/parserstress/tests/ecma_2/Exceptions/lexical-036.js with 100% similarity]
tests/auto/qml/parserstress/tests/ecma_2/Exceptions/lexical-037.js [moved from tests/auto/declarative/parserstress/tests/ecma_2/Exceptions/lexical-037.js with 100% similarity]
tests/auto/qml/parserstress/tests/ecma_2/Exceptions/lexical-038.js [moved from tests/auto/declarative/parserstress/tests/ecma_2/Exceptions/lexical-038.js with 100% similarity]
tests/auto/qml/parserstress/tests/ecma_2/Exceptions/lexical-039.js [moved from tests/auto/declarative/parserstress/tests/ecma_2/Exceptions/lexical-039.js with 100% similarity]
tests/auto/qml/parserstress/tests/ecma_2/Exceptions/lexical-040.js [moved from tests/auto/declarative/parserstress/tests/ecma_2/Exceptions/lexical-040.js with 100% similarity]
tests/auto/qml/parserstress/tests/ecma_2/Exceptions/lexical-041.js [moved from tests/auto/declarative/parserstress/tests/ecma_2/Exceptions/lexical-041.js with 100% similarity]
tests/auto/qml/parserstress/tests/ecma_2/Exceptions/lexical-042.js [moved from tests/auto/declarative/parserstress/tests/ecma_2/Exceptions/lexical-042.js with 100% similarity]
tests/auto/qml/parserstress/tests/ecma_2/Exceptions/lexical-047.js [moved from tests/auto/declarative/parserstress/tests/ecma_2/Exceptions/lexical-047.js with 100% similarity]
tests/auto/qml/parserstress/tests/ecma_2/Exceptions/lexical-048.js [moved from tests/auto/declarative/parserstress/tests/ecma_2/Exceptions/lexical-048.js with 100% similarity]
tests/auto/qml/parserstress/tests/ecma_2/Exceptions/lexical-049.js [moved from tests/auto/declarative/parserstress/tests/ecma_2/Exceptions/lexical-049.js with 100% similarity]
tests/auto/qml/parserstress/tests/ecma_2/Exceptions/lexical-050.js [moved from tests/auto/declarative/parserstress/tests/ecma_2/Exceptions/lexical-050.js with 100% similarity]
tests/auto/qml/parserstress/tests/ecma_2/Exceptions/lexical-051.js [moved from tests/auto/declarative/parserstress/tests/ecma_2/Exceptions/lexical-051.js with 100% similarity]
tests/auto/qml/parserstress/tests/ecma_2/Exceptions/lexical-052.js [moved from tests/auto/declarative/parserstress/tests/ecma_2/Exceptions/lexical-052.js with 100% similarity]
tests/auto/qml/parserstress/tests/ecma_2/Exceptions/lexical-053.js [moved from tests/auto/declarative/parserstress/tests/ecma_2/Exceptions/lexical-053.js with 100% similarity]
tests/auto/qml/parserstress/tests/ecma_2/Exceptions/lexical-054.js [moved from tests/auto/declarative/parserstress/tests/ecma_2/Exceptions/lexical-054.js with 100% similarity]
tests/auto/qml/parserstress/tests/ecma_2/Exceptions/number-001.js [moved from tests/auto/declarative/parserstress/tests/ecma_2/Exceptions/number-001.js with 100% similarity]
tests/auto/qml/parserstress/tests/ecma_2/Exceptions/number-002.js [moved from tests/auto/declarative/parserstress/tests/ecma_2/Exceptions/number-002.js with 100% similarity]
tests/auto/qml/parserstress/tests/ecma_2/Exceptions/number-003.js [moved from tests/auto/declarative/parserstress/tests/ecma_2/Exceptions/number-003.js with 100% similarity]
tests/auto/qml/parserstress/tests/ecma_2/Exceptions/shell.js [moved from tests/auto/declarative/parserstress/tests/ecma_3/Exceptions/shell.js with 100% similarity]
tests/auto/qml/parserstress/tests/ecma_2/Exceptions/statement-001.js [moved from tests/auto/declarative/parserstress/tests/ecma_2/Exceptions/statement-001.js with 100% similarity]
tests/auto/qml/parserstress/tests/ecma_2/Exceptions/statement-002.js [moved from tests/auto/declarative/parserstress/tests/ecma_2/Exceptions/statement-002.js with 100% similarity]
tests/auto/qml/parserstress/tests/ecma_2/Exceptions/statement-003.js [moved from tests/auto/declarative/parserstress/tests/ecma_2/Exceptions/statement-003.js with 100% similarity]
tests/auto/qml/parserstress/tests/ecma_2/Exceptions/statement-004.js [moved from tests/auto/declarative/parserstress/tests/ecma_2/Exceptions/statement-004.js with 100% similarity]
tests/auto/qml/parserstress/tests/ecma_2/Exceptions/statement-005.js [moved from tests/auto/declarative/parserstress/tests/ecma_2/Exceptions/statement-005.js with 100% similarity]
tests/auto/qml/parserstress/tests/ecma_2/Exceptions/statement-006.js [moved from tests/auto/declarative/parserstress/tests/ecma_2/Exceptions/statement-006.js with 100% similarity]
tests/auto/qml/parserstress/tests/ecma_2/Exceptions/statement-007.js [moved from tests/auto/declarative/parserstress/tests/ecma_2/Exceptions/statement-007.js with 100% similarity]
tests/auto/qml/parserstress/tests/ecma_2/Exceptions/statement-008.js [moved from tests/auto/declarative/parserstress/tests/ecma_2/Exceptions/statement-008.js with 100% similarity]
tests/auto/qml/parserstress/tests/ecma_2/Exceptions/statement-009.js [moved from tests/auto/declarative/parserstress/tests/ecma_2/Exceptions/statement-009.js with 100% similarity]
tests/auto/qml/parserstress/tests/ecma_2/Exceptions/string-001.js [moved from tests/auto/declarative/parserstress/tests/ecma_2/Exceptions/string-001.js with 100% similarity]
tests/auto/qml/parserstress/tests/ecma_2/Exceptions/string-002.js [moved from tests/auto/declarative/parserstress/tests/ecma_2/Exceptions/string-002.js with 100% similarity]
tests/auto/qml/parserstress/tests/ecma_2/Expressions/StrictEquality-001.js [moved from tests/auto/declarative/parserstress/tests/ecma_2/Expressions/StrictEquality-001.js with 100% similarity]
tests/auto/qml/parserstress/tests/ecma_2/Expressions/browser.js [moved from tests/auto/declarative/parserstress/tests/ecma_2/Statements/browser.js with 100% similarity]
tests/auto/qml/parserstress/tests/ecma_2/Expressions/shell.js [moved from tests/auto/declarative/parserstress/tests/ecma_2/Expressions/shell.js with 100% similarity]
tests/auto/qml/parserstress/tests/ecma_2/FunctionObjects/apply-001-n.js [moved from tests/auto/declarative/parserstress/tests/ecma_2/FunctionObjects/apply-001-n.js with 100% similarity]
tests/auto/qml/parserstress/tests/ecma_2/FunctionObjects/browser.js [moved from tests/auto/declarative/parserstress/tests/ecma_2/RegExp/browser.js with 100% similarity]
tests/auto/qml/parserstress/tests/ecma_2/FunctionObjects/call-1.js [moved from tests/auto/declarative/parserstress/tests/ecma_2/FunctionObjects/call-1.js with 100% similarity]
tests/auto/qml/parserstress/tests/ecma_2/FunctionObjects/shell.js [moved from tests/auto/declarative/parserstress/tests/ecma/FunctionObjects/shell.js with 100% similarity]
tests/auto/qml/parserstress/tests/ecma_2/LexicalConventions/browser.js [moved from tests/auto/declarative/parserstress/tests/ecma_2/LexicalConventions/browser.js with 100% similarity]
tests/auto/qml/parserstress/tests/ecma_2/LexicalConventions/keywords-001.js [moved from tests/auto/declarative/parserstress/tests/ecma_2/LexicalConventions/keywords-001.js with 100% similarity]
tests/auto/qml/parserstress/tests/ecma_2/LexicalConventions/regexp-literals-001.js [moved from tests/auto/declarative/parserstress/tests/ecma_2/LexicalConventions/regexp-literals-001.js with 100% similarity]
tests/auto/qml/parserstress/tests/ecma_2/LexicalConventions/regexp-literals-002.js [moved from tests/auto/declarative/parserstress/tests/ecma_2/LexicalConventions/regexp-literals-002.js with 100% similarity]
tests/auto/qml/parserstress/tests/ecma_2/LexicalConventions/shell.js [moved from tests/auto/declarative/parserstress/tests/ecma_2/LexicalConventions/shell.js with 100% similarity]
tests/auto/qml/parserstress/tests/ecma_2/README [moved from tests/auto/declarative/parserstress/tests/ecma_2/README with 100% similarity]
tests/auto/qml/parserstress/tests/ecma_2/RegExp/browser.js [moved from tests/auto/declarative/parserstress/tests/ecma_2/FunctionObjects/browser.js with 100% similarity]
tests/auto/qml/parserstress/tests/ecma_2/RegExp/constructor-001.js [moved from tests/auto/declarative/parserstress/tests/ecma_2/RegExp/constructor-001.js with 100% similarity]
tests/auto/qml/parserstress/tests/ecma_2/RegExp/exec-001.js [moved from tests/auto/declarative/parserstress/tests/ecma_2/RegExp/exec-001.js with 100% similarity]
tests/auto/qml/parserstress/tests/ecma_2/RegExp/exec-002.js [moved from tests/auto/declarative/parserstress/tests/ecma_2/RegExp/exec-002.js with 100% similarity]
tests/auto/qml/parserstress/tests/ecma_2/RegExp/function-001.js [moved from tests/auto/declarative/parserstress/tests/ecma_2/RegExp/function-001.js with 100% similarity]
tests/auto/qml/parserstress/tests/ecma_2/RegExp/hex-001.js [moved from tests/auto/declarative/parserstress/tests/ecma_2/RegExp/hex-001.js with 100% similarity]
tests/auto/qml/parserstress/tests/ecma_2/RegExp/multiline-001.js [moved from tests/auto/declarative/parserstress/tests/ecma_2/RegExp/multiline-001.js with 100% similarity]
tests/auto/qml/parserstress/tests/ecma_2/RegExp/octal-001.js [moved from tests/auto/declarative/parserstress/tests/ecma_2/RegExp/octal-001.js with 100% similarity]
tests/auto/qml/parserstress/tests/ecma_2/RegExp/octal-002.js [moved from tests/auto/declarative/parserstress/tests/ecma_2/RegExp/octal-002.js with 100% similarity]
tests/auto/qml/parserstress/tests/ecma_2/RegExp/octal-003.js [moved from tests/auto/declarative/parserstress/tests/ecma_2/RegExp/octal-003.js with 100% similarity]
tests/auto/qml/parserstress/tests/ecma_2/RegExp/properties-001.js [moved from tests/auto/declarative/parserstress/tests/ecma_2/RegExp/properties-001.js with 100% similarity]
tests/auto/qml/parserstress/tests/ecma_2/RegExp/properties-002.js [moved from tests/auto/declarative/parserstress/tests/ecma_2/RegExp/properties-002.js with 100% similarity]
tests/auto/qml/parserstress/tests/ecma_2/RegExp/regexp-enumerate-001.js [moved from tests/auto/declarative/parserstress/tests/ecma_2/RegExp/regexp-enumerate-001.js with 100% similarity]
tests/auto/qml/parserstress/tests/ecma_2/RegExp/regress-001.js [moved from tests/auto/declarative/parserstress/tests/ecma_2/RegExp/regress-001.js with 100% similarity]
tests/auto/qml/parserstress/tests/ecma_2/RegExp/shell.js [moved from tests/auto/declarative/parserstress/tests/ecma_2/RegExp/shell.js with 100% similarity]
tests/auto/qml/parserstress/tests/ecma_2/RegExp/unicode-001.js [moved from tests/auto/declarative/parserstress/tests/ecma_2/RegExp/unicode-001.js with 100% similarity]
tests/auto/qml/parserstress/tests/ecma_2/Statements/browser.js [moved from tests/auto/declarative/parserstress/tests/ecma_2/Expressions/browser.js with 100% similarity]
tests/auto/qml/parserstress/tests/ecma_2/Statements/dowhile-001.js [moved from tests/auto/declarative/parserstress/tests/ecma_2/Statements/dowhile-001.js with 100% similarity]
tests/auto/qml/parserstress/tests/ecma_2/Statements/dowhile-002.js [moved from tests/auto/declarative/parserstress/tests/ecma_2/Statements/dowhile-002.js with 100% similarity]
tests/auto/qml/parserstress/tests/ecma_2/Statements/dowhile-003.js [moved from tests/auto/declarative/parserstress/tests/ecma_2/Statements/dowhile-003.js with 100% similarity]
tests/auto/qml/parserstress/tests/ecma_2/Statements/dowhile-004.js [moved from tests/auto/declarative/parserstress/tests/ecma_2/Statements/dowhile-004.js with 100% similarity]
tests/auto/qml/parserstress/tests/ecma_2/Statements/dowhile-005.js [moved from tests/auto/declarative/parserstress/tests/ecma_2/Statements/dowhile-005.js with 100% similarity]
tests/auto/qml/parserstress/tests/ecma_2/Statements/dowhile-006.js [moved from tests/auto/declarative/parserstress/tests/ecma_2/Statements/dowhile-006.js with 100% similarity]
tests/auto/qml/parserstress/tests/ecma_2/Statements/dowhile-007.js [moved from tests/auto/declarative/parserstress/tests/ecma_2/Statements/dowhile-007.js with 100% similarity]
tests/auto/qml/parserstress/tests/ecma_2/Statements/forin-001.js [moved from tests/auto/declarative/parserstress/tests/ecma_2/Statements/forin-001.js with 100% similarity]
tests/auto/qml/parserstress/tests/ecma_2/Statements/forin-002.js [moved from tests/auto/declarative/parserstress/tests/ecma_2/Statements/forin-002.js with 100% similarity]
tests/auto/qml/parserstress/tests/ecma_2/Statements/if-001.js [moved from tests/auto/declarative/parserstress/tests/ecma_2/Statements/if-001.js with 100% similarity]
tests/auto/qml/parserstress/tests/ecma_2/Statements/label-001.js [moved from tests/auto/declarative/parserstress/tests/ecma_2/Statements/label-001.js with 100% similarity]
tests/auto/qml/parserstress/tests/ecma_2/Statements/label-002.js [moved from tests/auto/declarative/parserstress/tests/ecma_2/Statements/label-002.js with 100% similarity]
tests/auto/qml/parserstress/tests/ecma_2/Statements/shell.js [moved from tests/auto/declarative/parserstress/tests/ecma_2/Statements/shell.js with 100% similarity]
tests/auto/qml/parserstress/tests/ecma_2/Statements/switch-001.js [moved from tests/auto/declarative/parserstress/tests/ecma_2/Statements/switch-001.js with 100% similarity]
tests/auto/qml/parserstress/tests/ecma_2/Statements/switch-002.js [moved from tests/auto/declarative/parserstress/tests/ecma_2/Statements/switch-002.js with 100% similarity]
tests/auto/qml/parserstress/tests/ecma_2/Statements/switch-003.js [moved from tests/auto/declarative/parserstress/tests/ecma_2/Statements/switch-003.js with 100% similarity]
tests/auto/qml/parserstress/tests/ecma_2/Statements/switch-004.js [moved from tests/auto/declarative/parserstress/tests/ecma_2/Statements/switch-004.js with 100% similarity]
tests/auto/qml/parserstress/tests/ecma_2/Statements/try-001.js [moved from tests/auto/declarative/parserstress/tests/ecma_2/Statements/try-001.js with 100% similarity]
tests/auto/qml/parserstress/tests/ecma_2/Statements/try-003.js [moved from tests/auto/declarative/parserstress/tests/ecma_2/Statements/try-003.js with 100% similarity]
tests/auto/qml/parserstress/tests/ecma_2/Statements/try-004.js [moved from tests/auto/declarative/parserstress/tests/ecma_2/Statements/try-004.js with 100% similarity]
tests/auto/qml/parserstress/tests/ecma_2/Statements/try-005.js [moved from tests/auto/declarative/parserstress/tests/ecma_2/Statements/try-005.js with 100% similarity]
tests/auto/qml/parserstress/tests/ecma_2/Statements/try-006.js [moved from tests/auto/declarative/parserstress/tests/ecma_2/Statements/try-006.js with 100% similarity]
tests/auto/qml/parserstress/tests/ecma_2/Statements/try-007.js [moved from tests/auto/declarative/parserstress/tests/ecma_2/Statements/try-007.js with 100% similarity]
tests/auto/qml/parserstress/tests/ecma_2/Statements/try-008.js [moved from tests/auto/declarative/parserstress/tests/ecma_2/Statements/try-008.js with 100% similarity]
tests/auto/qml/parserstress/tests/ecma_2/Statements/try-009.js [moved from tests/auto/declarative/parserstress/tests/ecma_2/Statements/try-009.js with 100% similarity]
tests/auto/qml/parserstress/tests/ecma_2/Statements/try-010.js [moved from tests/auto/declarative/parserstress/tests/ecma_2/Statements/try-010.js with 100% similarity]
tests/auto/qml/parserstress/tests/ecma_2/Statements/try-012.js [moved from tests/auto/declarative/parserstress/tests/ecma_2/Statements/try-012.js with 100% similarity]
tests/auto/qml/parserstress/tests/ecma_2/Statements/while-001.js [moved from tests/auto/declarative/parserstress/tests/ecma_2/Statements/while-001.js with 100% similarity]
tests/auto/qml/parserstress/tests/ecma_2/Statements/while-002.js [moved from tests/auto/declarative/parserstress/tests/ecma_2/Statements/while-002.js with 100% similarity]
tests/auto/qml/parserstress/tests/ecma_2/Statements/while-003.js [moved from tests/auto/declarative/parserstress/tests/ecma_2/Statements/while-003.js with 100% similarity]
tests/auto/qml/parserstress/tests/ecma_2/Statements/while-004.js [moved from tests/auto/declarative/parserstress/tests/ecma_2/Statements/while-004.js with 100% similarity]
tests/auto/qml/parserstress/tests/ecma_2/String/browser.js [moved from tests/auto/declarative/parserstress/tests/ecma_2/Exceptions/browser.js with 100% similarity]
tests/auto/qml/parserstress/tests/ecma_2/String/match-001.js [moved from tests/auto/declarative/parserstress/tests/ecma_2/String/match-001.js with 100% similarity]
tests/auto/qml/parserstress/tests/ecma_2/String/match-002.js [moved from tests/auto/declarative/parserstress/tests/ecma_2/String/match-002.js with 100% similarity]
tests/auto/qml/parserstress/tests/ecma_2/String/match-003.js [moved from tests/auto/declarative/parserstress/tests/ecma_2/String/match-003.js with 100% similarity]
tests/auto/qml/parserstress/tests/ecma_2/String/match-004.js [moved from tests/auto/declarative/parserstress/tests/ecma_2/String/match-004.js with 100% similarity]
tests/auto/qml/parserstress/tests/ecma_2/String/replace-001.js [moved from tests/auto/declarative/parserstress/tests/ecma_2/String/replace-001.js with 100% similarity]
tests/auto/qml/parserstress/tests/ecma_2/String/shell.js [moved from tests/auto/declarative/parserstress/tests/ecma_2/String/shell.js with 100% similarity]
tests/auto/qml/parserstress/tests/ecma_2/String/split-001.js [moved from tests/auto/declarative/parserstress/tests/ecma_2/String/split-001.js with 100% similarity]
tests/auto/qml/parserstress/tests/ecma_2/String/split-002.js [moved from tests/auto/declarative/parserstress/tests/ecma_2/String/split-002.js with 100% similarity]
tests/auto/qml/parserstress/tests/ecma_2/String/split-003.js [moved from tests/auto/declarative/parserstress/tests/ecma_2/String/split-003.js with 100% similarity]
tests/auto/qml/parserstress/tests/ecma_2/browser.js [moved from tests/auto/declarative/parserstress/tests/ecma_3/Date/browser.js with 100% similarity]
tests/auto/qml/parserstress/tests/ecma_2/extensions/browser.js [moved from tests/auto/declarative/parserstress/tests/ecma/extensions/browser.js with 100% similarity]
tests/auto/qml/parserstress/tests/ecma_2/extensions/constructor-001.js [moved from tests/auto/declarative/parserstress/tests/ecma_2/extensions/constructor-001.js with 100% similarity]
tests/auto/qml/parserstress/tests/ecma_2/extensions/function-001.js [moved from tests/auto/declarative/parserstress/tests/ecma_2/extensions/function-001.js with 100% similarity]
tests/auto/qml/parserstress/tests/ecma_2/extensions/instanceof-001.js [moved from tests/auto/declarative/parserstress/tests/ecma_2/extensions/instanceof-001.js with 100% similarity]
tests/auto/qml/parserstress/tests/ecma_2/extensions/instanceof-002.js [moved from tests/auto/declarative/parserstress/tests/ecma_2/extensions/instanceof-002.js with 100% similarity]
tests/auto/qml/parserstress/tests/ecma_2/extensions/instanceof-003-n.js [moved from tests/auto/declarative/parserstress/tests/ecma_2/extensions/instanceof-003-n.js with 100% similarity]
tests/auto/qml/parserstress/tests/ecma_2/extensions/instanceof-004-n.js [moved from tests/auto/declarative/parserstress/tests/ecma_2/extensions/instanceof-004-n.js with 100% similarity]
tests/auto/qml/parserstress/tests/ecma_2/extensions/instanceof-005-n.js [moved from tests/auto/declarative/parserstress/tests/ecma_2/extensions/instanceof-005-n.js with 100% similarity]
tests/auto/qml/parserstress/tests/ecma_2/extensions/instanceof-006.js [moved from tests/auto/declarative/parserstress/tests/ecma_2/extensions/instanceof-006.js with 100% similarity]
tests/auto/qml/parserstress/tests/ecma_2/extensions/shell.js [moved from tests/auto/declarative/parserstress/tests/ecma/extensions/shell.js with 100% similarity]
tests/auto/qml/parserstress/tests/ecma_2/instanceof/browser.js [moved from tests/auto/declarative/parserstress/tests/ecma/Types/browser.js with 100% similarity]
tests/auto/qml/parserstress/tests/ecma_2/instanceof/instanceof-001.js [moved from tests/auto/declarative/parserstress/tests/ecma_2/instanceof/instanceof-001.js with 100% similarity]
tests/auto/qml/parserstress/tests/ecma_2/instanceof/instanceof-002.js [moved from tests/auto/declarative/parserstress/tests/ecma_2/instanceof/instanceof-002.js with 100% similarity]
tests/auto/qml/parserstress/tests/ecma_2/instanceof/instanceof-003.js [moved from tests/auto/declarative/parserstress/tests/ecma_2/instanceof/instanceof-003.js with 100% similarity]
tests/auto/qml/parserstress/tests/ecma_2/instanceof/regress-7635.js [moved from tests/auto/declarative/parserstress/tests/ecma_2/instanceof/regress-7635.js with 100% similarity]
tests/auto/qml/parserstress/tests/ecma_2/instanceof/shell.js [moved from tests/auto/declarative/parserstress/tests/ecma_2/instanceof/shell.js with 100% similarity]
tests/auto/qml/parserstress/tests/ecma_2/jsref.js [moved from tests/auto/declarative/parserstress/tests/ecma_2/jsref.js with 100% similarity]
tests/auto/qml/parserstress/tests/ecma_2/shell.js [moved from tests/auto/declarative/parserstress/tests/ecma_2/shell.js with 100% similarity]
tests/auto/qml/parserstress/tests/ecma_2/template.js [moved from tests/auto/declarative/parserstress/tests/ecma_2/template.js with 100% similarity]
tests/auto/qml/parserstress/tests/ecma_3/Array/15.4.4.11-01.js [moved from tests/auto/declarative/parserstress/tests/ecma_3/Array/15.4.4.11-01.js with 100% similarity]
tests/auto/qml/parserstress/tests/ecma_3/Array/15.4.4.3-1.js [moved from tests/auto/declarative/parserstress/tests/ecma_3/Array/15.4.4.3-1.js with 100% similarity]
tests/auto/qml/parserstress/tests/ecma_3/Array/15.4.4.4-001.js [moved from tests/auto/declarative/parserstress/tests/ecma_3/Array/15.4.4.4-001.js with 100% similarity]
tests/auto/qml/parserstress/tests/ecma_3/Array/15.4.5.1-01.js [moved from tests/auto/declarative/parserstress/tests/ecma_3/Array/15.4.5.1-01.js with 100% similarity]
tests/auto/qml/parserstress/tests/ecma_3/Array/browser.js [moved from tests/auto/declarative/parserstress/tests/ecma/TypeConversion/browser.js with 100% similarity]
tests/auto/qml/parserstress/tests/ecma_3/Array/regress-101488.js [moved from tests/auto/declarative/parserstress/tests/ecma_3/Array/regress-101488.js with 100% similarity]
tests/auto/qml/parserstress/tests/ecma_3/Array/regress-130451.js [moved from tests/auto/declarative/parserstress/tests/ecma_3/Array/regress-130451.js with 100% similarity]
tests/auto/qml/parserstress/tests/ecma_3/Array/regress-322135-01.js [moved from tests/auto/declarative/parserstress/tests/ecma_3/Array/regress-322135-01.js with 100% similarity]
tests/auto/qml/parserstress/tests/ecma_3/Array/regress-322135-02.js [moved from tests/auto/declarative/parserstress/tests/ecma_3/Array/regress-322135-02.js with 100% similarity]
tests/auto/qml/parserstress/tests/ecma_3/Array/regress-322135-03.js [moved from tests/auto/declarative/parserstress/tests/ecma_3/Array/regress-322135-03.js with 100% similarity]
tests/auto/qml/parserstress/tests/ecma_3/Array/regress-322135-04.js [moved from tests/auto/declarative/parserstress/tests/ecma_3/Array/regress-322135-04.js with 100% similarity]
tests/auto/qml/parserstress/tests/ecma_3/Array/regress-387501.js [moved from tests/auto/declarative/parserstress/tests/ecma_3/Array/regress-387501.js with 100% similarity]
tests/auto/qml/parserstress/tests/ecma_3/Array/regress-421325.js [moved from tests/auto/declarative/parserstress/tests/ecma_3/Array/regress-421325.js with 100% similarity]
tests/auto/qml/parserstress/tests/ecma_3/Array/regress-430717.js [moved from tests/auto/declarative/parserstress/tests/ecma_3/Array/regress-430717.js with 100% similarity]
tests/auto/qml/parserstress/tests/ecma_3/Array/shell.js [moved from tests/auto/declarative/parserstress/tests/ecma/Array/shell.js with 100% similarity]
tests/auto/qml/parserstress/tests/ecma_3/Date/15.9.1.2-01.js [moved from tests/auto/declarative/parserstress/tests/ecma_3/Date/15.9.1.2-01.js with 100% similarity]
tests/auto/qml/parserstress/tests/ecma_3/Date/15.9.3.2-1.js [moved from tests/auto/declarative/parserstress/tests/ecma_3/Date/15.9.3.2-1.js with 100% similarity]
tests/auto/qml/parserstress/tests/ecma_3/Date/15.9.4.3.js [moved from tests/auto/declarative/parserstress/tests/ecma_3/Date/15.9.4.3.js with 100% similarity]
tests/auto/qml/parserstress/tests/ecma_3/Date/15.9.5.3.js [moved from tests/auto/declarative/parserstress/tests/ecma_3/Date/15.9.5.3.js with 100% similarity]
tests/auto/qml/parserstress/tests/ecma_3/Date/15.9.5.4.js [moved from tests/auto/declarative/parserstress/tests/ecma_3/Date/15.9.5.4.js with 100% similarity]
tests/auto/qml/parserstress/tests/ecma_3/Date/15.9.5.5-02.js [moved from tests/auto/declarative/parserstress/tests/ecma_3/Date/15.9.5.5-02.js with 100% similarity]
tests/auto/qml/parserstress/tests/ecma_3/Date/15.9.5.5.js [moved from tests/auto/declarative/parserstress/tests/ecma_3/Date/15.9.5.5.js with 100% similarity]
tests/auto/qml/parserstress/tests/ecma_3/Date/15.9.5.6.js [moved from tests/auto/declarative/parserstress/tests/ecma_3/Date/15.9.5.6.js with 100% similarity]
tests/auto/qml/parserstress/tests/ecma_3/Date/15.9.5.7.js [moved from tests/auto/declarative/parserstress/tests/ecma_3/Date/15.9.5.7.js with 100% similarity]
tests/auto/qml/parserstress/tests/ecma_3/Date/browser.js [moved from tests/auto/declarative/parserstress/tests/ecma_2/browser.js with 100% similarity]
tests/auto/qml/parserstress/tests/ecma_3/Date/shell.js [moved from tests/auto/declarative/parserstress/tests/ecma_3/Date/shell.js with 100% similarity]
tests/auto/qml/parserstress/tests/ecma_3/Exceptions/15.11.1.1.js [moved from tests/auto/declarative/parserstress/tests/ecma_3/Exceptions/15.11.1.1.js with 100% similarity]
tests/auto/qml/parserstress/tests/ecma_3/Exceptions/15.11.4.4-1.js [moved from tests/auto/declarative/parserstress/tests/ecma_3/Exceptions/15.11.4.4-1.js with 100% similarity]
tests/auto/qml/parserstress/tests/ecma_3/Exceptions/15.11.7.6-001.js [moved from tests/auto/declarative/parserstress/tests/ecma_3/Exceptions/15.11.7.6-001.js with 100% similarity]
tests/auto/qml/parserstress/tests/ecma_3/Exceptions/15.11.7.6-002.js [moved from tests/auto/declarative/parserstress/tests/ecma_3/Exceptions/15.11.7.6-002.js with 100% similarity]
tests/auto/qml/parserstress/tests/ecma_3/Exceptions/15.11.7.6-003.js [moved from tests/auto/declarative/parserstress/tests/ecma_3/Exceptions/15.11.7.6-003.js with 100% similarity]
tests/auto/qml/parserstress/tests/ecma_3/Exceptions/binding-001.js [moved from tests/auto/declarative/parserstress/tests/ecma_3/Exceptions/binding-001.js with 100% similarity]
tests/auto/qml/parserstress/tests/ecma_3/Exceptions/browser.js [moved from tests/auto/declarative/parserstress/tests/ecma/String/browser.js with 100% similarity]
tests/auto/qml/parserstress/tests/ecma_3/Exceptions/regress-181654.js [moved from tests/auto/declarative/parserstress/tests/ecma_3/Exceptions/regress-181654.js with 100% similarity]
tests/auto/qml/parserstress/tests/ecma_3/Exceptions/regress-181914.js [moved from tests/auto/declarative/parserstress/tests/ecma_3/Exceptions/regress-181914.js with 100% similarity]
tests/auto/qml/parserstress/tests/ecma_3/Exceptions/regress-58946.js [moved from tests/auto/declarative/parserstress/tests/ecma_3/Exceptions/regress-58946.js with 100% similarity]
tests/auto/qml/parserstress/tests/ecma_3/Exceptions/regress-95101.js [moved from tests/auto/declarative/parserstress/tests/ecma_3/Exceptions/regress-95101.js with 100% similarity]
tests/auto/qml/parserstress/tests/ecma_3/Exceptions/shell.js [moved from tests/auto/declarative/parserstress/tests/ecma_2/Exceptions/shell.js with 100% similarity]
tests/auto/qml/parserstress/tests/ecma_3/ExecutionContexts/10.1.3-1.js [moved from tests/auto/declarative/parserstress/tests/ecma_3/ExecutionContexts/10.1.3-1.js with 100% similarity]
tests/auto/qml/parserstress/tests/ecma_3/ExecutionContexts/10.1.3-2.js [moved from tests/auto/declarative/parserstress/tests/ecma_3/ExecutionContexts/10.1.3-2.js with 100% similarity]
tests/auto/qml/parserstress/tests/ecma_3/ExecutionContexts/10.1.3.js [moved from tests/auto/declarative/parserstress/tests/ecma_3/ExecutionContexts/10.1.3.js with 100% similarity]
tests/auto/qml/parserstress/tests/ecma_3/ExecutionContexts/10.1.4-1.js [moved from tests/auto/declarative/parserstress/tests/ecma_3/ExecutionContexts/10.1.4-1.js with 100% similarity]
tests/auto/qml/parserstress/tests/ecma_3/ExecutionContexts/10.6.1-01.js [moved from tests/auto/declarative/parserstress/tests/ecma_3/ExecutionContexts/10.6.1-01.js with 100% similarity]
tests/auto/qml/parserstress/tests/ecma_3/ExecutionContexts/browser.js [moved from tests/auto/declarative/parserstress/tests/ecma/Statements/browser.js with 100% similarity]
tests/auto/qml/parserstress/tests/ecma_3/ExecutionContexts/regress-23346.js [moved from tests/auto/declarative/parserstress/tests/ecma_3/ExecutionContexts/regress-23346.js with 100% similarity]
tests/auto/qml/parserstress/tests/ecma_3/ExecutionContexts/regress-448595-01.js [moved from tests/auto/declarative/parserstress/tests/ecma_3/ExecutionContexts/regress-448595-01.js with 100% similarity]
tests/auto/qml/parserstress/tests/ecma_3/ExecutionContexts/shell.js [moved from tests/auto/declarative/parserstress/tests/ecma/ExecutionContexts/shell.js with 100% similarity]
tests/auto/qml/parserstress/tests/ecma_3/Expressions/11.10-01.js [moved from tests/auto/declarative/parserstress/tests/ecma_3/Expressions/11.10-01.js with 100% similarity]
tests/auto/qml/parserstress/tests/ecma_3/Expressions/11.10-02.js [moved from tests/auto/declarative/parserstress/tests/ecma_3/Expressions/11.10-02.js with 100% similarity]
tests/auto/qml/parserstress/tests/ecma_3/Expressions/11.10-03.js [moved from tests/auto/declarative/parserstress/tests/ecma_3/Expressions/11.10-03.js with 100% similarity]
tests/auto/qml/parserstress/tests/ecma_3/Expressions/11.6.1-1.js [moved from tests/auto/declarative/parserstress/tests/ecma_3/Expressions/11.6.1-1.js with 100% similarity]
tests/auto/qml/parserstress/tests/ecma_3/Expressions/11.7.1-01.js [moved from tests/auto/declarative/parserstress/tests/ecma_3/Expressions/11.7.1-01.js with 100% similarity]
tests/auto/qml/parserstress/tests/ecma_3/Expressions/11.7.2-01.js [moved from tests/auto/declarative/parserstress/tests/ecma_3/Expressions/11.7.2-01.js with 100% similarity]
tests/auto/qml/parserstress/tests/ecma_3/Expressions/11.7.3-01.js [moved from tests/auto/declarative/parserstress/tests/ecma_3/Expressions/11.7.3-01.js with 100% similarity]
tests/auto/qml/parserstress/tests/ecma_3/Expressions/11.9.6-1.js [moved from tests/auto/declarative/parserstress/tests/ecma_3/Expressions/11.9.6-1.js with 100% similarity]
tests/auto/qml/parserstress/tests/ecma_3/Expressions/browser.js [moved from tests/auto/declarative/parserstress/tests/ecma/SourceText/browser.js with 100% similarity]
tests/auto/qml/parserstress/tests/ecma_3/Expressions/shell.js [moved from tests/auto/declarative/parserstress/tests/ecma/Expressions/shell.js with 100% similarity]
tests/auto/qml/parserstress/tests/ecma_3/FunExpr/browser.js [moved from tests/auto/declarative/parserstress/tests/ecma/ObjectObjects/browser.js with 100% similarity]
tests/auto/qml/parserstress/tests/ecma_3/FunExpr/fe-001-n.js [moved from tests/auto/declarative/parserstress/tests/ecma_3/FunExpr/fe-001-n.js with 100% similarity]
tests/auto/qml/parserstress/tests/ecma_3/FunExpr/fe-001.js [moved from tests/auto/declarative/parserstress/tests/ecma_3/FunExpr/fe-001.js with 100% similarity]
tests/auto/qml/parserstress/tests/ecma_3/FunExpr/fe-002.js [moved from tests/auto/declarative/parserstress/tests/ecma_3/FunExpr/fe-002.js with 100% similarity]
tests/auto/qml/parserstress/tests/ecma_3/FunExpr/shell.js [moved from tests/auto/declarative/parserstress/tests/ecma_3/FunExpr/shell.js with 100% similarity]
tests/auto/qml/parserstress/tests/ecma_3/Function/15.3.4.3-1.js [moved from tests/auto/declarative/parserstress/tests/ecma_3/Function/15.3.4.3-1.js with 100% similarity]
tests/auto/qml/parserstress/tests/ecma_3/Function/15.3.4.4-1.js [moved from tests/auto/declarative/parserstress/tests/ecma_3/Function/15.3.4.4-1.js with 100% similarity]
tests/auto/qml/parserstress/tests/ecma_3/Function/arguments-001.js [moved from tests/auto/declarative/parserstress/tests/ecma_3/Function/arguments-001.js with 100% similarity]
tests/auto/qml/parserstress/tests/ecma_3/Function/arguments-002.js [moved from tests/auto/declarative/parserstress/tests/ecma_3/Function/arguments-002.js with 100% similarity]
tests/auto/qml/parserstress/tests/ecma_3/Function/browser.js [moved from tests/auto/declarative/parserstress/tests/ecma/Number/browser.js with 100% similarity]
tests/auto/qml/parserstress/tests/ecma_3/Function/call-001.js [moved from tests/auto/declarative/parserstress/tests/ecma_3/Function/call-001.js with 100% similarity]
tests/auto/qml/parserstress/tests/ecma_3/Function/regress-131964.js [moved from tests/auto/declarative/parserstress/tests/ecma_3/Function/regress-131964.js with 100% similarity]
tests/auto/qml/parserstress/tests/ecma_3/Function/regress-137181.js [moved from tests/auto/declarative/parserstress/tests/ecma_3/Function/regress-137181.js with 100% similarity]
tests/auto/qml/parserstress/tests/ecma_3/Function/regress-193555.js [moved from tests/auto/declarative/parserstress/tests/ecma_3/Function/regress-193555.js with 100% similarity]
tests/auto/qml/parserstress/tests/ecma_3/Function/regress-313570.js [moved from tests/auto/declarative/parserstress/tests/ecma_3/Function/regress-313570.js with 100% similarity]
tests/auto/qml/parserstress/tests/ecma_3/Function/regress-49286.js [moved from tests/auto/declarative/parserstress/tests/ecma_3/Function/regress-49286.js with 100% similarity]
tests/auto/qml/parserstress/tests/ecma_3/Function/regress-58274.js [moved from tests/auto/declarative/parserstress/tests/ecma_3/Function/regress-58274.js with 100% similarity]
tests/auto/qml/parserstress/tests/ecma_3/Function/regress-85880.js [moved from tests/auto/declarative/parserstress/tests/ecma_3/Function/regress-85880.js with 100% similarity]
tests/auto/qml/parserstress/tests/ecma_3/Function/regress-94506.js [moved from tests/auto/declarative/parserstress/tests/ecma_3/Function/regress-94506.js with 100% similarity]
tests/auto/qml/parserstress/tests/ecma_3/Function/regress-97921.js [moved from tests/auto/declarative/parserstress/tests/ecma_3/Function/regress-97921.js with 100% similarity]
tests/auto/qml/parserstress/tests/ecma_3/Function/scope-001.js [moved from tests/auto/declarative/parserstress/tests/ecma_3/Function/scope-001.js with 100% similarity]
tests/auto/qml/parserstress/tests/ecma_3/Function/scope-002.js [moved from tests/auto/declarative/parserstress/tests/ecma_3/Function/scope-002.js with 100% similarity]
tests/auto/qml/parserstress/tests/ecma_3/Function/shell.js [moved from tests/auto/declarative/parserstress/tests/ecma_3/Function/shell.js with 100% similarity]
tests/auto/qml/parserstress/tests/ecma_3/LexicalConventions/7.9.1.js [moved from tests/auto/declarative/parserstress/tests/ecma_3/LexicalConventions/7.9.1.js with 100% similarity]
tests/auto/qml/parserstress/tests/ecma_3/LexicalConventions/browser.js [moved from tests/auto/declarative/parserstress/tests/ecma/NativeObjects/browser.js with 100% similarity]
tests/auto/qml/parserstress/tests/ecma_3/LexicalConventions/shell.js [moved from tests/auto/declarative/parserstress/tests/ecma/LexicalConventions/shell.js with 100% similarity]
tests/auto/qml/parserstress/tests/ecma_3/Number/15.7.4.2-01.js [moved from tests/auto/declarative/parserstress/tests/ecma_3/Number/15.7.4.2-01.js with 100% similarity]
tests/auto/qml/parserstress/tests/ecma_3/Number/15.7.4.3-01.js [moved from tests/auto/declarative/parserstress/tests/ecma_3/Number/15.7.4.3-01.js with 100% similarity]
tests/auto/qml/parserstress/tests/ecma_3/Number/15.7.4.3-02.js [moved from tests/auto/declarative/parserstress/tests/ecma_3/Number/15.7.4.3-02.js with 100% similarity]
tests/auto/qml/parserstress/tests/ecma_3/Number/15.7.4.5-1.js [moved from tests/auto/declarative/parserstress/tests/ecma_3/Number/15.7.4.5-1.js with 100% similarity]
tests/auto/qml/parserstress/tests/ecma_3/Number/15.7.4.6-1.js [moved from tests/auto/declarative/parserstress/tests/ecma_3/Number/15.7.4.6-1.js with 100% similarity]
tests/auto/qml/parserstress/tests/ecma_3/Number/15.7.4.7-1.js [moved from tests/auto/declarative/parserstress/tests/ecma_3/Number/15.7.4.7-1.js with 100% similarity]
tests/auto/qml/parserstress/tests/ecma_3/Number/15.7.4.7-2.js [moved from tests/auto/declarative/parserstress/tests/ecma_3/Number/15.7.4.7-2.js with 100% similarity]
tests/auto/qml/parserstress/tests/ecma_3/Number/browser.js [moved from tests/auto/declarative/parserstress/tests/ecma/Math/browser.js with 100% similarity]
tests/auto/qml/parserstress/tests/ecma_3/Number/regress-442242-01.js [moved from tests/auto/declarative/parserstress/tests/ecma_3/Number/regress-442242-01.js with 100% similarity]
tests/auto/qml/parserstress/tests/ecma_3/Number/shell.js [moved from tests/auto/declarative/parserstress/tests/ecma/Number/shell.js with 100% similarity]
tests/auto/qml/parserstress/tests/ecma_3/NumberFormatting/browser.js [moved from tests/auto/declarative/parserstress/tests/ecma/LexicalConventions/browser.js with 100% similarity]
tests/auto/qml/parserstress/tests/ecma_3/NumberFormatting/shell.js [moved from tests/auto/declarative/parserstress/tests/ecma_3/NumberFormatting/shell.js with 100% similarity]
tests/auto/qml/parserstress/tests/ecma_3/NumberFormatting/tostring-001.js [moved from tests/auto/declarative/parserstress/tests/ecma_3/NumberFormatting/tostring-001.js with 100% similarity]
tests/auto/qml/parserstress/tests/ecma_3/Object/8.6.1-01.js [moved from tests/auto/declarative/parserstress/tests/ecma_3/Object/8.6.1-01.js with 100% similarity]
tests/auto/qml/parserstress/tests/ecma_3/Object/8.6.2.6-001.js [moved from tests/auto/declarative/parserstress/tests/ecma_3/Object/8.6.2.6-001.js with 100% similarity]
tests/auto/qml/parserstress/tests/ecma_3/Object/browser.js [moved from tests/auto/declarative/parserstress/tests/ecma_3/Object/browser.js with 100% similarity]
tests/auto/qml/parserstress/tests/ecma_3/Object/class-001.js [moved from tests/auto/declarative/parserstress/tests/ecma_3/Object/class-001.js with 100% similarity]
tests/auto/qml/parserstress/tests/ecma_3/Object/class-002.js [moved from tests/auto/declarative/parserstress/tests/ecma_3/Object/class-002.js with 100% similarity]
tests/auto/qml/parserstress/tests/ecma_3/Object/class-003.js [moved from tests/auto/declarative/parserstress/tests/ecma_3/Object/class-003.js with 100% similarity]
tests/auto/qml/parserstress/tests/ecma_3/Object/class-004.js [moved from tests/auto/declarative/parserstress/tests/ecma_3/Object/class-004.js with 100% similarity]
tests/auto/qml/parserstress/tests/ecma_3/Object/class-005.js [moved from tests/auto/declarative/parserstress/tests/ecma_3/Object/class-005.js with 100% similarity]
tests/auto/qml/parserstress/tests/ecma_3/Object/regress-361274.js [moved from tests/auto/declarative/parserstress/tests/ecma_3/Object/regress-361274.js with 100% similarity]
tests/auto/qml/parserstress/tests/ecma_3/Object/regress-385393-07.js [moved from tests/auto/declarative/parserstress/tests/ecma_3/Object/regress-385393-07.js with 100% similarity]
tests/auto/qml/parserstress/tests/ecma_3/Object/regress-72773.js [moved from tests/auto/declarative/parserstress/tests/ecma_3/Object/regress-72773.js with 100% similarity]
tests/auto/qml/parserstress/tests/ecma_3/Object/regress-79129-001.js [moved from tests/auto/declarative/parserstress/tests/ecma_3/Object/regress-79129-001.js with 100% similarity]
tests/auto/qml/parserstress/tests/ecma_3/Object/shell.js [moved from tests/auto/declarative/parserstress/tests/ecma_3/Object/shell.js with 100% similarity]
tests/auto/qml/parserstress/tests/ecma_3/Operators/11.13.1-001.js [moved from tests/auto/declarative/parserstress/tests/ecma_3/Operators/11.13.1-001.js with 100% similarity]
tests/auto/qml/parserstress/tests/ecma_3/Operators/11.13.1-002.js [moved from tests/auto/declarative/parserstress/tests/ecma_3/Operators/11.13.1-002.js with 100% similarity]
tests/auto/qml/parserstress/tests/ecma_3/Operators/11.4.1-001.js [moved from tests/auto/declarative/parserstress/tests/ecma_3/Operators/11.4.1-001.js with 100% similarity]
tests/auto/qml/parserstress/tests/ecma_3/Operators/11.4.1-002.js [moved from tests/auto/declarative/parserstress/tests/ecma_3/Operators/11.4.1-002.js with 100% similarity]
tests/auto/qml/parserstress/tests/ecma_3/Operators/browser.js [moved from tests/auto/declarative/parserstress/tests/ecma/GlobalObject/browser.js with 100% similarity]
tests/auto/qml/parserstress/tests/ecma_3/Operators/order-01.js [moved from tests/auto/declarative/parserstress/tests/ecma_3/Operators/order-01.js with 100% similarity]
tests/auto/qml/parserstress/tests/ecma_3/Operators/shell.js [moved from tests/auto/declarative/parserstress/tests/ecma_3/Operators/shell.js with 100% similarity]
tests/auto/qml/parserstress/tests/ecma_3/README [moved from tests/auto/declarative/parserstress/tests/ecma_3/README with 100% similarity]
tests/auto/qml/parserstress/tests/ecma_3/RegExp/15.10.2-1.js [moved from tests/auto/declarative/parserstress/tests/ecma_3/RegExp/15.10.2-1.js with 100% similarity]
tests/auto/qml/parserstress/tests/ecma_3/RegExp/15.10.2.12.js [moved from tests/auto/declarative/parserstress/tests/ecma_3/RegExp/15.10.2.12.js with 100% similarity]
tests/auto/qml/parserstress/tests/ecma_3/RegExp/15.10.3.1-1.js [moved from tests/auto/declarative/parserstress/tests/ecma_3/RegExp/15.10.3.1-1.js with 100% similarity]
tests/auto/qml/parserstress/tests/ecma_3/RegExp/15.10.3.1-2.js [moved from tests/auto/declarative/parserstress/tests/ecma_3/RegExp/15.10.3.1-2.js with 100% similarity]
tests/auto/qml/parserstress/tests/ecma_3/RegExp/15.10.4.1-1.js [moved from tests/auto/declarative/parserstress/tests/ecma_3/RegExp/15.10.4.1-1.js with 100% similarity]
tests/auto/qml/parserstress/tests/ecma_3/RegExp/15.10.4.1-2.js [moved from tests/auto/declarative/parserstress/tests/ecma_3/RegExp/15.10.4.1-2.js with 100% similarity]
tests/auto/qml/parserstress/tests/ecma_3/RegExp/15.10.4.1-3.js [moved from tests/auto/declarative/parserstress/tests/ecma_3/RegExp/15.10.4.1-3.js with 100% similarity]
tests/auto/qml/parserstress/tests/ecma_3/RegExp/15.10.4.1-4.js [moved from tests/auto/declarative/parserstress/tests/ecma_3/RegExp/15.10.4.1-4.js with 100% similarity]
tests/auto/qml/parserstress/tests/ecma_3/RegExp/15.10.4.1-5-n.js [moved from tests/auto/declarative/parserstress/tests/ecma_3/RegExp/15.10.4.1-5-n.js with 100% similarity]
tests/auto/qml/parserstress/tests/ecma_3/RegExp/15.10.6.2-1.js [moved from tests/auto/declarative/parserstress/tests/ecma_3/RegExp/15.10.6.2-1.js with 100% similarity]
tests/auto/qml/parserstress/tests/ecma_3/RegExp/15.10.6.2-2.js [moved from tests/auto/declarative/parserstress/tests/ecma_3/RegExp/15.10.6.2-2.js with 100% similarity]
tests/auto/qml/parserstress/tests/ecma_3/RegExp/browser.js [moved from tests/auto/declarative/parserstress/tests/ecma/FunctionObjects/browser.js with 100% similarity]
tests/auto/qml/parserstress/tests/ecma_3/RegExp/octal-001.js [moved from tests/auto/declarative/parserstress/tests/ecma_3/RegExp/octal-001.js with 100% similarity]
tests/auto/qml/parserstress/tests/ecma_3/RegExp/octal-002.js [moved from tests/auto/declarative/parserstress/tests/ecma_3/RegExp/octal-002.js with 100% similarity]
tests/auto/qml/parserstress/tests/ecma_3/RegExp/perlstress-001.js [moved from tests/auto/declarative/parserstress/tests/ecma_3/RegExp/perlstress-001.js with 100% similarity]
tests/auto/qml/parserstress/tests/ecma_3/RegExp/perlstress-002.js [moved from tests/auto/declarative/parserstress/tests/ecma_3/RegExp/perlstress-002.js with 100% similarity]
tests/auto/qml/parserstress/tests/ecma_3/RegExp/regress-100199.js [moved from tests/auto/declarative/parserstress/tests/ecma_3/RegExp/regress-100199.js with 100% similarity]
tests/auto/qml/parserstress/tests/ecma_3/RegExp/regress-105972.js [moved from tests/auto/declarative/parserstress/tests/ecma_3/RegExp/regress-105972.js with 100% similarity]
tests/auto/qml/parserstress/tests/ecma_3/RegExp/regress-119909.js [moved from tests/auto/declarative/parserstress/tests/ecma_3/RegExp/regress-119909.js with 100% similarity]
tests/auto/qml/parserstress/tests/ecma_3/RegExp/regress-122076.js [moved from tests/auto/declarative/parserstress/tests/ecma_3/RegExp/regress-122076.js with 100% similarity]
tests/auto/qml/parserstress/tests/ecma_3/RegExp/regress-123437.js [moved from tests/auto/declarative/parserstress/tests/ecma_3/RegExp/regress-123437.js with 100% similarity]
tests/auto/qml/parserstress/tests/ecma_3/RegExp/regress-165353.js [moved from tests/auto/declarative/parserstress/tests/ecma_3/RegExp/regress-165353.js with 100% similarity]
tests/auto/qml/parserstress/tests/ecma_3/RegExp/regress-169497.js [moved from tests/auto/declarative/parserstress/tests/ecma_3/RegExp/regress-169497.js with 100% similarity]
tests/auto/qml/parserstress/tests/ecma_3/RegExp/regress-169534.js [moved from tests/auto/declarative/parserstress/tests/ecma_3/RegExp/regress-169534.js with 100% similarity]
tests/auto/qml/parserstress/tests/ecma_3/RegExp/regress-187133.js [moved from tests/auto/declarative/parserstress/tests/ecma_3/RegExp/regress-187133.js with 100% similarity]
tests/auto/qml/parserstress/tests/ecma_3/RegExp/regress-188206.js [moved from tests/auto/declarative/parserstress/tests/ecma_3/RegExp/regress-188206.js with 100% similarity]
tests/auto/qml/parserstress/tests/ecma_3/RegExp/regress-191479.js [moved from tests/auto/declarative/parserstress/tests/ecma_3/RegExp/regress-191479.js with 100% similarity]
tests/auto/qml/parserstress/tests/ecma_3/RegExp/regress-202564.js [moved from tests/auto/declarative/parserstress/tests/ecma_3/RegExp/regress-202564.js with 100% similarity]
tests/auto/qml/parserstress/tests/ecma_3/RegExp/regress-209067.js [moved from tests/auto/declarative/parserstress/tests/ecma_3/RegExp/regress-209067.js with 100% similarity]
tests/auto/qml/parserstress/tests/ecma_3/RegExp/regress-209919.js [moved from tests/auto/declarative/parserstress/tests/ecma_3/RegExp/regress-209919.js with 100% similarity]
tests/auto/qml/parserstress/tests/ecma_3/RegExp/regress-216591.js [moved from tests/auto/declarative/parserstress/tests/ecma_3/RegExp/regress-216591.js with 100% similarity]
tests/auto/qml/parserstress/tests/ecma_3/RegExp/regress-220367-001.js [moved from tests/auto/declarative/parserstress/tests/ecma_3/RegExp/regress-220367-001.js with 100% similarity]
tests/auto/qml/parserstress/tests/ecma_3/RegExp/regress-223273.js [moved from tests/auto/declarative/parserstress/tests/ecma_3/RegExp/regress-223273.js with 100% similarity]
tests/auto/qml/parserstress/tests/ecma_3/RegExp/regress-223535.js [moved from tests/auto/declarative/parserstress/tests/ecma_3/RegExp/regress-223535.js with 100% similarity]
tests/auto/qml/parserstress/tests/ecma_3/RegExp/regress-224676.js [moved from tests/auto/declarative/parserstress/tests/ecma_3/RegExp/regress-224676.js with 100% similarity]
tests/auto/qml/parserstress/tests/ecma_3/RegExp/regress-225289.js [moved from tests/auto/declarative/parserstress/tests/ecma_3/RegExp/regress-225289.js with 100% similarity]
tests/auto/qml/parserstress/tests/ecma_3/RegExp/regress-225343.js [moved from tests/auto/declarative/parserstress/tests/ecma_3/RegExp/regress-225343.js with 100% similarity]
tests/auto/qml/parserstress/tests/ecma_3/RegExp/regress-24712.js [moved from tests/auto/declarative/parserstress/tests/ecma_3/RegExp/regress-24712.js with 100% similarity]
tests/auto/qml/parserstress/tests/ecma_3/RegExp/regress-285219.js [moved from tests/auto/declarative/parserstress/tests/ecma_3/RegExp/regress-285219.js with 100% similarity]
tests/auto/qml/parserstress/tests/ecma_3/RegExp/regress-28686.js [moved from tests/auto/declarative/parserstress/tests/ecma_3/RegExp/regress-28686.js with 100% similarity]
tests/auto/qml/parserstress/tests/ecma_3/RegExp/regress-289669.js [moved from tests/auto/declarative/parserstress/tests/ecma_3/RegExp/regress-289669.js with 100% similarity]
tests/auto/qml/parserstress/tests/ecma_3/RegExp/regress-307456.js [moved from tests/auto/declarative/parserstress/tests/ecma_3/RegExp/regress-307456.js with 100% similarity]
tests/auto/qml/parserstress/tests/ecma_3/RegExp/regress-309840.js [moved from tests/auto/declarative/parserstress/tests/ecma_3/RegExp/regress-309840.js with 100% similarity]
tests/auto/qml/parserstress/tests/ecma_3/RegExp/regress-311414.js [moved from tests/auto/declarative/parserstress/tests/ecma_3/RegExp/regress-311414.js with 100% similarity]
tests/auto/qml/parserstress/tests/ecma_3/RegExp/regress-312351.js [moved from tests/auto/declarative/parserstress/tests/ecma_3/RegExp/regress-312351.js with 100% similarity]
tests/auto/qml/parserstress/tests/ecma_3/RegExp/regress-31316.js [moved from tests/auto/declarative/parserstress/tests/ecma_3/RegExp/regress-31316.js with 100% similarity]
tests/auto/qml/parserstress/tests/ecma_3/RegExp/regress-330684.js [moved from tests/auto/declarative/parserstress/tests/ecma_3/RegExp/regress-330684.js with 100% similarity]
tests/auto/qml/parserstress/tests/ecma_3/RegExp/regress-334158.js [moved from tests/auto/declarative/parserstress/tests/ecma_3/RegExp/regress-334158.js with 100% similarity]
tests/auto/qml/parserstress/tests/ecma_3/RegExp/regress-346090.js [moved from tests/auto/declarative/parserstress/tests/ecma_3/RegExp/regress-346090.js with 100% similarity]
tests/auto/qml/parserstress/tests/ecma_3/RegExp/regress-367888.js [moved from tests/auto/declarative/parserstress/tests/ecma_3/RegExp/regress-367888.js with 100% similarity]
tests/auto/qml/parserstress/tests/ecma_3/RegExp/regress-375642.js [moved from tests/auto/declarative/parserstress/tests/ecma_3/RegExp/regress-375642.js with 100% similarity]
tests/auto/qml/parserstress/tests/ecma_3/RegExp/regress-375711.js [moved from tests/auto/declarative/parserstress/tests/ecma_3/RegExp/regress-375711.js with 100% similarity]
tests/auto/qml/parserstress/tests/ecma_3/RegExp/regress-375715-01-n.js [moved from tests/auto/declarative/parserstress/tests/ecma_3/RegExp/regress-375715-01-n.js with 100% similarity]
tests/auto/qml/parserstress/tests/ecma_3/RegExp/regress-375715-02.js [moved from tests/auto/declarative/parserstress/tests/ecma_3/RegExp/regress-375715-02.js with 100% similarity]
tests/auto/qml/parserstress/tests/ecma_3/RegExp/regress-375715-03.js [moved from tests/auto/declarative/parserstress/tests/ecma_3/RegExp/regress-375715-03.js with 100% similarity]
tests/auto/qml/parserstress/tests/ecma_3/RegExp/regress-375715-04.js [moved from tests/auto/declarative/parserstress/tests/ecma_3/RegExp/regress-375715-04.js with 100% similarity]
tests/auto/qml/parserstress/tests/ecma_3/RegExp/regress-57572.js [moved from tests/auto/declarative/parserstress/tests/ecma_3/RegExp/regress-57572.js with 100% similarity]
tests/auto/qml/parserstress/tests/ecma_3/RegExp/regress-57631.js [moved from tests/auto/declarative/parserstress/tests/ecma_3/RegExp/regress-57631.js with 100% similarity]
tests/auto/qml/parserstress/tests/ecma_3/RegExp/regress-67773.js [moved from tests/auto/declarative/parserstress/tests/ecma_3/RegExp/regress-67773.js with 100% similarity]
tests/auto/qml/parserstress/tests/ecma_3/RegExp/regress-72964.js [moved from tests/auto/declarative/parserstress/tests/ecma_3/RegExp/regress-72964.js with 100% similarity]
tests/auto/qml/parserstress/tests/ecma_3/RegExp/regress-76683.js [moved from tests/auto/declarative/parserstress/tests/ecma_3/RegExp/regress-76683.js with 100% similarity]
tests/auto/qml/parserstress/tests/ecma_3/RegExp/regress-78156.js [moved from tests/auto/declarative/parserstress/tests/ecma_3/RegExp/regress-78156.js with 100% similarity]
tests/auto/qml/parserstress/tests/ecma_3/RegExp/regress-85721.js [moved from tests/auto/declarative/parserstress/tests/ecma_3/RegExp/regress-85721.js with 100% similarity]
tests/auto/qml/parserstress/tests/ecma_3/RegExp/regress-87231.js [moved from tests/auto/declarative/parserstress/tests/ecma_3/RegExp/regress-87231.js with 100% similarity]
tests/auto/qml/parserstress/tests/ecma_3/RegExp/regress-98306.js [moved from tests/auto/declarative/parserstress/tests/ecma_3/RegExp/regress-98306.js with 100% similarity]
tests/auto/qml/parserstress/tests/ecma_3/RegExp/shell.js [moved from tests/auto/declarative/parserstress/tests/ecma_3/RegExp/shell.js with 100% similarity]
tests/auto/qml/parserstress/tests/ecma_3/Regress/browser.js [moved from tests/auto/declarative/parserstress/tests/ecma/Expressions/browser.js with 100% similarity]
tests/auto/qml/parserstress/tests/ecma_3/Regress/regress-385393-04.js [moved from tests/auto/declarative/parserstress/tests/ecma_3/Regress/regress-385393-04.js with 100% similarity]
tests/auto/qml/parserstress/tests/ecma_3/Regress/regress-419152.js [moved from tests/auto/declarative/parserstress/tests/ecma_3/Regress/regress-419152.js with 100% similarity]
tests/auto/qml/parserstress/tests/ecma_3/Regress/regress-420087.js [moved from tests/auto/declarative/parserstress/tests/ecma_3/Regress/regress-420087.js with 100% similarity]
tests/auto/qml/parserstress/tests/ecma_3/Regress/regress-420610.js [moved from tests/auto/declarative/parserstress/tests/ecma_3/Regress/regress-420610.js with 100% similarity]
tests/auto/qml/parserstress/tests/ecma_3/Regress/regress-441477-01.js [moved from tests/auto/declarative/parserstress/tests/ecma_3/Regress/regress-441477-01.js with 100% similarity]
tests/auto/qml/parserstress/tests/ecma_3/Regress/shell.js [moved from tests/auto/declarative/parserstress/tests/ecma_3/Regress/shell.js with 100% similarity]
tests/auto/qml/parserstress/tests/ecma_3/Statements/12.6.3.js [moved from tests/auto/declarative/parserstress/tests/ecma_3/Statements/12.6.3.js with 100% similarity]
tests/auto/qml/parserstress/tests/ecma_3/Statements/browser.js [moved from tests/auto/declarative/parserstress/tests/ecma/ExecutionContexts/browser.js with 100% similarity]
tests/auto/qml/parserstress/tests/ecma_3/Statements/regress-121744.js [moved from tests/auto/declarative/parserstress/tests/ecma_3/Statements/regress-121744.js with 100% similarity]
tests/auto/qml/parserstress/tests/ecma_3/Statements/regress-131348.js [moved from tests/auto/declarative/parserstress/tests/ecma_3/Statements/regress-131348.js with 100% similarity]
tests/auto/qml/parserstress/tests/ecma_3/Statements/regress-157509.js [moved from tests/auto/declarative/parserstress/tests/ecma_3/Statements/regress-157509.js with 100% similarity]
tests/auto/qml/parserstress/tests/ecma_3/Statements/regress-194364.js [moved from tests/auto/declarative/parserstress/tests/ecma_3/Statements/regress-194364.js with 100% similarity]
tests/auto/qml/parserstress/tests/ecma_3/Statements/regress-226517.js [moved from tests/auto/declarative/parserstress/tests/ecma_3/Statements/regress-226517.js with 100% similarity]
tests/auto/qml/parserstress/tests/ecma_3/Statements/regress-302439.js [moved from tests/auto/declarative/parserstress/tests/ecma_3/Statements/regress-302439.js with 100% similarity]
tests/auto/qml/parserstress/tests/ecma_3/Statements/regress-324650.js [moved from tests/auto/declarative/parserstress/tests/ecma_3/Statements/regress-324650.js with 100% similarity]
tests/auto/qml/parserstress/tests/ecma_3/Statements/regress-74474-001.js [moved from tests/auto/declarative/parserstress/tests/ecma_3/Statements/regress-74474-001.js with 100% similarity]
tests/auto/qml/parserstress/tests/ecma_3/Statements/regress-74474-002.js [moved from tests/auto/declarative/parserstress/tests/ecma_3/Statements/regress-74474-002.js with 100% similarity]
tests/auto/qml/parserstress/tests/ecma_3/Statements/regress-74474-003.js [moved from tests/auto/declarative/parserstress/tests/ecma_3/Statements/regress-74474-003.js with 100% similarity]
tests/auto/qml/parserstress/tests/ecma_3/Statements/regress-83532-001.js [moved from tests/auto/declarative/parserstress/tests/ecma_3/Statements/regress-83532-001.js with 100% similarity]
tests/auto/qml/parserstress/tests/ecma_3/Statements/regress-83532-002.js [moved from tests/auto/declarative/parserstress/tests/ecma_3/Statements/regress-83532-002.js with 100% similarity]
tests/auto/qml/parserstress/tests/ecma_3/Statements/shell.js [moved from tests/auto/declarative/parserstress/tests/ecma/Statements/shell.js with 100% similarity]
tests/auto/qml/parserstress/tests/ecma_3/Statements/switch-001.js [moved from tests/auto/declarative/parserstress/tests/ecma_3/Statements/switch-001.js with 100% similarity]
tests/auto/qml/parserstress/tests/ecma_3/String/15.5.4.11.js [moved from tests/auto/declarative/parserstress/tests/ecma_3/String/15.5.4.11.js with 100% similarity]
tests/auto/qml/parserstress/tests/ecma_3/String/15.5.4.14.js [moved from tests/auto/declarative/parserstress/tests/ecma_3/String/15.5.4.14.js with 100% similarity]
tests/auto/qml/parserstress/tests/ecma_3/String/browser.js [moved from tests/auto/declarative/parserstress/tests/ecma/Date/browser.js with 100% similarity]
tests/auto/qml/parserstress/tests/ecma_3/String/regress-104375.js [moved from tests/auto/declarative/parserstress/tests/ecma_3/String/regress-104375.js with 100% similarity]
tests/auto/qml/parserstress/tests/ecma_3/String/regress-189898.js [moved from tests/auto/declarative/parserstress/tests/ecma_3/String/regress-189898.js with 100% similarity]
tests/auto/qml/parserstress/tests/ecma_3/String/regress-304376.js [moved from tests/auto/declarative/parserstress/tests/ecma_3/String/regress-304376.js with 100% similarity]
tests/auto/qml/parserstress/tests/ecma_3/String/regress-313567.js [moved from tests/auto/declarative/parserstress/tests/ecma_3/String/regress-313567.js with 100% similarity]
tests/auto/qml/parserstress/tests/ecma_3/String/regress-392378.js [moved from tests/auto/declarative/parserstress/tests/ecma_3/String/regress-392378.js with 100% similarity]
tests/auto/qml/parserstress/tests/ecma_3/String/regress-83293.js [moved from tests/auto/declarative/parserstress/tests/ecma_3/String/regress-83293.js with 100% similarity]
tests/auto/qml/parserstress/tests/ecma_3/String/shell.js [moved from tests/auto/declarative/parserstress/tests/ecma/String/shell.js with 100% similarity]
tests/auto/qml/parserstress/tests/ecma_3/Unicode/browser.js [moved from tests/auto/declarative/parserstress/tests/ecma/Boolean/browser.js with 100% similarity]
tests/auto/qml/parserstress/tests/ecma_3/Unicode/regress-352044-01.js [moved from tests/auto/declarative/parserstress/tests/ecma_3/Unicode/regress-352044-01.js with 100% similarity]
tests/auto/qml/parserstress/tests/ecma_3/Unicode/regress-352044-02-n.js [moved from tests/auto/declarative/parserstress/tests/ecma_3/Unicode/regress-352044-02-n.js with 100% similarity]
tests/auto/qml/parserstress/tests/ecma_3/Unicode/shell.js [moved from tests/auto/declarative/parserstress/tests/ecma_3/Unicode/shell.js with 100% similarity]
tests/auto/qml/parserstress/tests/ecma_3/Unicode/uc-001-n.js [moved from tests/auto/declarative/parserstress/tests/ecma_3/Unicode/uc-001-n.js with 100% similarity]
tests/auto/qml/parserstress/tests/ecma_3/Unicode/uc-001.js [moved from tests/auto/declarative/parserstress/tests/ecma_3/Unicode/uc-001.js with 100% similarity]
tests/auto/qml/parserstress/tests/ecma_3/Unicode/uc-002-n.js [moved from tests/auto/declarative/parserstress/tests/ecma_3/Unicode/uc-002-n.js with 100% similarity]
tests/auto/qml/parserstress/tests/ecma_3/Unicode/uc-002.js [moved from tests/auto/declarative/parserstress/tests/ecma_3/Unicode/uc-002.js with 100% similarity]
tests/auto/qml/parserstress/tests/ecma_3/Unicode/uc-003.js [moved from tests/auto/declarative/parserstress/tests/ecma_3/Unicode/uc-003.js with 100% similarity]
tests/auto/qml/parserstress/tests/ecma_3/Unicode/uc-004.js [moved from tests/auto/declarative/parserstress/tests/ecma_3/Unicode/uc-004.js with 100% similarity]
tests/auto/qml/parserstress/tests/ecma_3/Unicode/uc-005.js [moved from tests/auto/declarative/parserstress/tests/ecma_3/Unicode/uc-005.js with 100% similarity]
tests/auto/qml/parserstress/tests/ecma_3/browser.js [moved from tests/auto/declarative/parserstress/tests/ecma_3/browser.js with 100% similarity]
tests/auto/qml/parserstress/tests/ecma_3/extensions/10.1.3-2.js [moved from tests/auto/declarative/parserstress/tests/ecma_3/extensions/10.1.3-2.js with 100% similarity]
tests/auto/qml/parserstress/tests/ecma_3/extensions/7.9.1.js [moved from tests/auto/declarative/parserstress/tests/ecma_3/extensions/7.9.1.js with 100% similarity]
tests/auto/qml/parserstress/tests/ecma_3/extensions/browser.js [moved from tests/auto/declarative/parserstress/tests/ecma/Array/browser.js with 100% similarity]
tests/auto/qml/parserstress/tests/ecma_3/extensions/regress-103087.js [moved from tests/auto/declarative/parserstress/tests/ecma_3/extensions/regress-103087.js with 100% similarity]
tests/auto/qml/parserstress/tests/ecma_3/extensions/regress-188206-01.js [moved from tests/auto/declarative/parserstress/tests/ecma_3/extensions/regress-188206-01.js with 100% similarity]
tests/auto/qml/parserstress/tests/ecma_3/extensions/regress-188206-02.js [moved from tests/auto/declarative/parserstress/tests/ecma_3/extensions/regress-188206-02.js with 100% similarity]
tests/auto/qml/parserstress/tests/ecma_3/extensions/regress-220367-002.js [moved from tests/auto/declarative/parserstress/tests/ecma_3/extensions/regress-220367-002.js with 100% similarity]
tests/auto/qml/parserstress/tests/ecma_3/extensions/regress-228087.js [moved from tests/auto/declarative/parserstress/tests/ecma_3/extensions/regress-228087.js with 100% similarity]
tests/auto/qml/parserstress/tests/ecma_3/extensions/regress-274152.js [moved from tests/auto/declarative/parserstress/tests/ecma_3/extensions/regress-274152.js with 100% similarity]
tests/auto/qml/parserstress/tests/ecma_3/extensions/regress-320854.js [moved from tests/auto/declarative/parserstress/tests/ecma_3/extensions/regress-320854.js with 100% similarity]
tests/auto/qml/parserstress/tests/ecma_3/extensions/regress-327170.js [moved from tests/auto/declarative/parserstress/tests/ecma_3/extensions/regress-327170.js with 100% similarity]
tests/auto/qml/parserstress/tests/ecma_3/extensions/regress-368516.js [moved from tests/auto/declarative/parserstress/tests/ecma_3/extensions/regress-368516.js with 100% similarity]
tests/auto/qml/parserstress/tests/ecma_3/extensions/regress-385393-03.js [moved from tests/auto/declarative/parserstress/tests/ecma_3/extensions/regress-385393-03.js with 100% similarity]
tests/auto/qml/parserstress/tests/ecma_3/extensions/regress-429248.js [moved from tests/auto/declarative/parserstress/tests/ecma_3/extensions/regress-429248.js with 100% similarity]
tests/auto/qml/parserstress/tests/ecma_3/extensions/regress-430740.js [moved from tests/auto/declarative/parserstress/tests/ecma_3/extensions/regress-430740.js with 100% similarity]
tests/auto/qml/parserstress/tests/ecma_3/extensions/shell.js [moved from tests/auto/declarative/parserstress/tests/ecma_3/extensions/shell.js with 100% similarity]
tests/auto/qml/parserstress/tests/ecma_3/shell.js [moved from tests/auto/declarative/parserstress/tests/ecma_3/shell.js with 100% similarity]
tests/auto/qml/parserstress/tests/ecma_3/template.js [moved from tests/auto/declarative/parserstress/tests/ecma_3/template.js with 100% similarity]
tests/auto/qml/parserstress/tests/shell.js [moved from tests/auto/declarative/parserstress/tests/shell.js with 100% similarity]
tests/auto/qml/parserstress/tst_parserstress.cpp [new file with mode: 0644]
tests/auto/qml/qjsengine/qjsengine.pro [new file with mode: 0644]
tests/auto/qml/qjsengine/script/com/__init__.js [moved from tests/auto/declarative/qjsengine/script/com/__init__.js with 100% similarity]
tests/auto/qml/qjsengine/script/com/trolltech/__init__.js [moved from tests/auto/declarative/qjsengine/script/com/trolltech/__init__.js with 100% similarity]
tests/auto/qml/qjsengine/script/com/trolltech/recursive/__init__.js [moved from tests/auto/declarative/qjsengine/script/com/trolltech/recursive/__init__.js with 100% similarity]
tests/auto/qml/qjsengine/script/com/trolltech/syntaxerror/__init__.js [moved from tests/auto/declarative/qjsengine/script/com/trolltech/syntaxerror/__init__.js with 100% similarity]
tests/auto/qml/qjsengine/tst_qjsengine.cpp [moved from tests/auto/declarative/qjsengine/tst_qjsengine.cpp with 100% similarity]
tests/auto/qml/qjsvalue/qjsvalue.pro [new file with mode: 0644]
tests/auto/qml/qjsvalue/tst_qjsvalue.cpp [moved from tests/auto/declarative/qjsvalue/tst_qjsvalue.cpp with 100% similarity]
tests/auto/qml/qjsvalue/tst_qjsvalue.h [moved from tests/auto/declarative/qjsvalue/tst_qjsvalue.h with 100% similarity]
tests/auto/qml/qjsvalueiterator/qjsvalueiterator.pro [new file with mode: 0644]
tests/auto/qml/qjsvalueiterator/tst_qjsvalueiterator.cpp [moved from tests/auto/declarative/qjsvalueiterator/tst_qjsvalueiterator.cpp with 100% similarity]
tests/auto/qml/qml.pro [new file with mode: 0644]
tests/auto/qml/qmlmin/qmlmin.pro [new file with mode: 0644]
tests/auto/qml/qmlmin/tst_qmlmin.cpp [new file with mode: 0644]
tests/auto/qml/qmlplugindump/qmlplugindump.pro [moved from tests/auto/declarative/qmlplugindump/qmlplugindump.pro with 100% similarity]
tests/auto/qml/qmlplugindump/tst_qmlplugindump.cpp [moved from tests/auto/declarative/qmlplugindump/tst_qmlplugindump.cpp with 100% similarity]
tests/auto/qml/qqmlcomponent/data/createObject.qml [moved from tests/auto/declarative/qdeclarativecomponent/data/createObject.qml with 100% similarity]
tests/auto/qml/qqmlcomponent/data/createObjectWithScript.qml [moved from tests/auto/declarative/qdeclarativecomponent/data/createObjectWithScript.qml with 100% similarity]
tests/auto/qml/qqmlcomponent/data/incubateObject.qml [moved from tests/auto/declarative/qdeclarativecomponent/data/incubateObject.qml with 100% similarity]
tests/auto/qml/qqmlcomponent/qqmlcomponent.pro [new file with mode: 0644]
tests/auto/qml/qqmlcomponent/tst_qqmlcomponent.cpp [new file with mode: 0644]
tests/auto/qml/qqmlconsole/data/assert.qml [moved from tests/auto/declarative/qdeclarativeconsole/data/assert.qml with 100% similarity]
tests/auto/qml/qqmlconsole/data/exception.qml [moved from tests/auto/declarative/qdeclarativeconsole/data/exception.qml with 100% similarity]
tests/auto/qml/qqmlconsole/data/logging.qml [moved from tests/auto/declarative/qdeclarativeconsole/data/logging.qml with 100% similarity]
tests/auto/qml/qqmlconsole/data/profiling.qml [moved from tests/auto/declarative/qdeclarativeconsole/data/profiling.qml with 100% similarity]
tests/auto/qml/qqmlconsole/data/tracing.qml [new file with mode: 0644]
tests/auto/qml/qqmlconsole/qqmlconsole.pro [new file with mode: 0644]
tests/auto/qml/qqmlconsole/tst_qqmlconsole.cpp [new file with mode: 0644]
tests/auto/qml/qqmlcontext/data/Object_22535.qml [moved from tests/auto/declarative/qdeclarativecontext/data/Object_22535.qml with 100% similarity]
tests/auto/qml/qqmlcontext/data/RefreshExpressionsType.qml [moved from tests/auto/declarative/qdeclarativecontext/data/RefreshExpressionsType.qml with 100% similarity]
tests/auto/qml/qqmlcontext/data/qtbug_22535.qml [moved from tests/auto/declarative/qdeclarativecontext/data/qtbug_22535.qml with 100% similarity]
tests/auto/qml/qqmlcontext/data/refreshExpressions.qml [moved from tests/auto/declarative/qdeclarativecontext/data/refreshExpressions.qml with 100% similarity]
tests/auto/qml/qqmlcontext/data/refreshExpressionsRootContext.qml [moved from tests/auto/declarative/qdeclarativecontext/data/refreshExpressionsRootContext.qml with 100% similarity]
tests/auto/qml/qqmlcontext/qqmlcontext.pro [new file with mode: 0644]
tests/auto/qml/qqmlcontext/tst_qqmlcontext.cpp [new file with mode: 0644]
tests/auto/qml/qqmlcpputils/qqmlcpputils.pro [new file with mode: 0644]
tests/auto/qml/qqmlcpputils/tst_qqmlcpputils.cpp [new file with mode: 0644]
tests/auto/qml/qqmlecmascript/data/AliasBindingsAssignCorrectlyType.qml [moved from tests/auto/declarative/qdeclarativeecmascript/data/AliasBindingsAssignCorrectlyType.qml with 100% similarity]
tests/auto/qml/qqmlecmascript/data/AliasBindingsOverrideTargetType.qml [moved from tests/auto/declarative/qdeclarativeecmascript/data/AliasBindingsOverrideTargetType.qml with 100% similarity]
tests/auto/qml/qqmlecmascript/data/AliasBindingsOverrideTargetType3.qml [moved from tests/auto/declarative/qdeclarativeecmascript/data/AliasBindingsOverrideTargetType3.qml with 100% similarity]
tests/auto/qml/qqmlecmascript/data/AliasToCompositeElementType1.qml [moved from tests/auto/declarative/qdeclarativeecmascript/data/AliasToCompositeElementType1.qml with 100% similarity]
tests/auto/qml/qqmlecmascript/data/AliasToCompositeElementType2.qml [moved from tests/auto/declarative/qdeclarativeecmascript/data/AliasToCompositeElementType2.qml with 100% similarity]
tests/auto/qml/qqmlecmascript/data/ConstantsOverrideBindings.qml [moved from tests/auto/declarative/qdeclarativeecmascript/data/ConstantsOverrideBindings.qml with 100% similarity]
tests/auto/qml/qqmlecmascript/data/CustomObject.qml [moved from tests/auto/declarative/qdeclarativeecmascript/data/CustomObject.qml with 100% similarity]
tests/auto/qml/qqmlecmascript/data/ElementAssignType.qml [moved from tests/auto/declarative/qdeclarativeecmascript/data/ElementAssignType.qml with 100% similarity]
tests/auto/qml/qqmlecmascript/data/MethodsObject.qml [moved from tests/auto/declarative/qdeclarativeecmascript/data/MethodsObject.qml with 100% similarity]
tests/auto/qml/qqmlecmascript/data/NestedTypeTransientErrors.qml [moved from tests/auto/declarative/qdeclarativeecmascript/data/NestedTypeTransientErrors.qml with 100% similarity]
tests/auto/qml/qqmlecmascript/data/PropertyVarBaseItem.qml [moved from tests/auto/declarative/qdeclarativeecmascript/data/PropertyVarBaseItem.qml with 100% similarity]
tests/auto/qml/qqmlecmascript/data/PropertyVarCircularComponent.qml [moved from tests/auto/declarative/qdeclarativeecmascript/data/PropertyVarCircularComponent.qml with 100% similarity]
tests/auto/qml/qqmlecmascript/data/PropertyVarCircularComponent2.qml [moved from tests/auto/declarative/qdeclarativeecmascript/data/PropertyVarCircularComponent2.qml with 100% similarity]
tests/auto/qml/qqmlecmascript/data/PropertyVarCircularComponent3.qml [moved from tests/auto/declarative/qdeclarativeecmascript/data/PropertyVarCircularComponent3.qml with 100% similarity]
tests/auto/qml/qqmlecmascript/data/PropertyVarCircularComponent4.qml [moved from tests/auto/declarative/qdeclarativeecmascript/data/PropertyVarCircularComponent4.qml with 100% similarity]
tests/auto/qml/qqmlecmascript/data/PropertyVarCircularComponent5.qml [moved from tests/auto/declarative/qdeclarativeecmascript/data/PropertyVarCircularComponent5.qml with 100% similarity]
tests/auto/qml/qqmlecmascript/data/PropertyVarInheritanceComponent.qml [moved from tests/auto/declarative/qdeclarativeecmascript/data/PropertyVarInheritanceComponent.qml with 100% similarity]
tests/auto/qml/qqmlecmascript/data/PropertyVarOwnershipComponent.qml [moved from tests/auto/declarative/qdeclarativeecmascript/data/PropertyVarOwnershipComponent.qml with 100% similarity]
tests/auto/qml/qqmlecmascript/data/ScarceResourceSignalComponentVar.qml [moved from tests/auto/declarative/qdeclarativeecmascript/data/ScarceResourceSignalComponentVar.qml with 100% similarity]
tests/auto/qml/qqmlecmascript/data/ScarceResourceSignalComponentVariant.qml [moved from tests/auto/declarative/qdeclarativeecmascript/data/ScarceResourceSignalComponentVariant.qml with 100% similarity]
tests/auto/qml/qqmlecmascript/data/ScarceResourceVarComponent.qml [moved from tests/auto/declarative/qdeclarativeecmascript/data/ScarceResourceVarComponent.qml with 100% similarity]
tests/auto/qml/qqmlecmascript/data/Scope6Nested.qml [moved from tests/auto/declarative/qdeclarativeecmascript/data/Scope6Nested.qml with 100% similarity]
tests/auto/qml/qqmlecmascript/data/ScopeObject.qml [moved from tests/auto/declarative/qdeclarativeecmascript/data/ScopeObject.qml with 100% similarity]
tests/auto/qml/qqmlecmascript/data/SequenceConversionComponent.qml [moved from tests/auto/declarative/qdeclarativeecmascript/data/SequenceConversionComponent.qml with 100% similarity]
tests/auto/qml/qqmlecmascript/data/SpuriousWarning.qml [moved from tests/auto/declarative/qdeclarativeecmascript/data/SpuriousWarning.qml with 100% similarity]
tests/auto/qml/qqmlecmascript/data/TypeForDynamicCreation.qml [moved from tests/auto/declarative/qdeclarativeecmascript/data/TypeForDynamicCreation.qml with 100% similarity]
tests/auto/qml/qqmlecmascript/data/aliasBindingsAssignCorrectly.qml [moved from tests/auto/declarative/qdeclarativeecmascript/data/aliasBindingsAssignCorrectly.qml with 100% similarity]
tests/auto/qml/qqmlecmascript/data/aliasBindingsOverrideTarget.2.qml [moved from tests/auto/declarative/qdeclarativeecmascript/data/aliasBindingsOverrideTarget.2.qml with 100% similarity]
tests/auto/qml/qqmlecmascript/data/aliasBindingsOverrideTarget.3.qml [moved from tests/auto/declarative/qdeclarativeecmascript/data/aliasBindingsOverrideTarget.3.qml with 100% similarity]
tests/auto/qml/qqmlecmascript/data/aliasBindingsOverrideTarget.qml [moved from tests/auto/declarative/qdeclarativeecmascript/data/aliasBindingsOverrideTarget.qml with 100% similarity]
tests/auto/qml/qqmlecmascript/data/aliasPropertyAndBinding.qml [moved from tests/auto/declarative/qdeclarativeecmascript/data/aliasPropertyAndBinding.qml with 100% similarity]
tests/auto/qml/qqmlecmascript/data/aliasToCompositeElement.qml [moved from tests/auto/declarative/qdeclarativeecmascript/data/aliasToCompositeElement.qml with 100% similarity]
tests/auto/qml/qqmlecmascript/data/aliasWritesOverrideBindings.2.qml [moved from tests/auto/declarative/qdeclarativeecmascript/data/aliasWritesOverrideBindings.2.qml with 100% similarity]
tests/auto/qml/qqmlecmascript/data/aliasWritesOverrideBindings.3.qml [moved from tests/auto/declarative/qdeclarativeecmascript/data/aliasWritesOverrideBindings.3.qml with 100% similarity]
tests/auto/qml/qqmlecmascript/data/aliasWritesOverrideBindings.qml [moved from tests/auto/declarative/qdeclarativeecmascript/data/aliasWritesOverrideBindings.qml with 100% similarity]
tests/auto/qml/qqmlecmascript/data/aliasreset/AliasPropertyComponent.qml [moved from tests/auto/declarative/qdeclarativeecmascript/data/aliasreset/AliasPropertyComponent.qml with 100% similarity]
tests/auto/qml/qqmlecmascript/data/aliasreset/aliasPropertyReset.1.qml [moved from tests/auto/declarative/qdeclarativeecmascript/data/aliasreset/aliasPropertyReset.1.qml with 100% similarity]
tests/auto/qml/qqmlecmascript/data/aliasreset/aliasPropertyReset.2.qml [moved from tests/auto/declarative/qdeclarativeecmascript/data/aliasreset/aliasPropertyReset.2.qml with 100% similarity]
tests/auto/qml/qqmlecmascript/data/aliasreset/aliasPropertyReset.3.qml [moved from tests/auto/declarative/qdeclarativeecmascript/data/aliasreset/aliasPropertyReset.3.qml with 100% similarity]
tests/auto/qml/qqmlecmascript/data/aliasreset/aliasPropertyReset.4.qml [moved from tests/auto/declarative/qdeclarativeecmascript/data/aliasreset/aliasPropertyReset.4.qml with 100% similarity]
tests/auto/qml/qqmlecmascript/data/aliasreset/aliasPropertyReset.5.qml [moved from tests/auto/declarative/qdeclarativeecmascript/data/aliasreset/aliasPropertyReset.5.qml with 100% similarity]
tests/auto/qml/qqmlecmascript/data/aliasreset/aliasPropertyReset.error.1.qml [moved from tests/auto/declarative/qdeclarativeecmascript/data/aliasreset/aliasPropertyReset.error.1.qml with 100% similarity]
tests/auto/qml/qqmlecmascript/data/assignBasicTypes.2.qml [moved from tests/auto/declarative/qdeclarativeecmascript/data/assignBasicTypes.2.qml with 100% similarity]
tests/auto/qml/qqmlecmascript/data/assignBasicTypes.qml [moved from tests/auto/declarative/qdeclarativeecmascript/data/assignBasicTypes.qml with 100% similarity]
tests/auto/qml/qqmlecmascript/data/assignSequenceTypes.1.qml [moved from tests/auto/declarative/qdeclarativeecmascript/data/assignSequenceTypes.1.qml with 100% similarity]
tests/auto/qml/qqmlecmascript/data/assignSequenceTypes.2.qml [moved from tests/auto/declarative/qdeclarativeecmascript/data/assignSequenceTypes.2.qml with 100% similarity]
tests/auto/qml/qqmlecmascript/data/assignSequenceTypes.3.qml [moved from tests/auto/declarative/qdeclarativeecmascript/data/assignSequenceTypes.3.qml with 100% similarity]
tests/auto/qml/qqmlecmascript/data/assignSequenceTypes.4.qml [moved from tests/auto/declarative/qdeclarativeecmascript/data/assignSequenceTypes.4.qml with 100% similarity]
tests/auto/qml/qqmlecmascript/data/assignSequenceTypes.5.qml [moved from tests/auto/declarative/qdeclarativeecmascript/data/assignSequenceTypes.5.qml with 100% similarity]
tests/auto/qml/qqmlecmascript/data/assignSequenceTypes.6.qml [moved from tests/auto/declarative/qdeclarativeecmascript/data/assignSequenceTypes.6.qml with 100% similarity]
tests/auto/qml/qqmlecmascript/data/assignSequenceTypes.7.qml [moved from tests/auto/declarative/qdeclarativeecmascript/data/assignSequenceTypes.7.qml with 100% similarity]
tests/auto/qml/qqmlecmascript/data/attachedProperty.2.qml [moved from tests/auto/declarative/qdeclarativeecmascript/data/attachedProperty.2.qml with 100% similarity]
tests/auto/qml/qqmlecmascript/data/attachedProperty.qml [moved from tests/auto/declarative/qdeclarativeecmascript/data/attachedProperty.qml with 100% similarity]
tests/auto/qml/qqmlecmascript/data/attachedPropertyScope.qml [moved from tests/auto/declarative/qdeclarativeecmascript/data/attachedPropertyScope.qml with 100% similarity]
tests/auto/qml/qqmlecmascript/data/automaticSemicolon.qml [moved from tests/auto/declarative/qdeclarativeecmascript/data/automaticSemicolon.qml with 100% similarity]
tests/auto/qml/qqmlecmascript/data/bindingLoop.qml [moved from tests/auto/declarative/qdeclarativeecmascript/data/bindingLoop.qml with 100% similarity]
tests/auto/qml/qqmlecmascript/data/blank.js [moved from tests/auto/declarative/qdeclarativeecmascript/data/blank.js with 100% similarity]
tests/auto/qml/qqmlecmascript/data/boolPropertiesEvaluateAsBool.1.qml [moved from tests/auto/declarative/qdeclarativeecmascript/data/boolPropertiesEvaluateAsBool.1.qml with 100% similarity]
tests/auto/qml/qqmlecmascript/data/boolPropertiesEvaluateAsBool.2.qml [moved from tests/auto/declarative/qdeclarativeecmascript/data/boolPropertiesEvaluateAsBool.2.qml with 100% similarity]
tests/auto/qml/qqmlecmascript/data/booleanConversion.qml [moved from tests/auto/declarative/qdeclarativeecmascript/data/booleanConversion.qml with 100% similarity]
tests/auto/qml/qqmlecmascript/data/bug.1.qml [moved from tests/auto/declarative/qdeclarativeecmascript/data/bug.1.qml with 100% similarity]
tests/auto/qml/qqmlecmascript/data/canAssignNullToQObject.1.qml [moved from tests/auto/declarative/qdeclarativeecmascript/data/canAssignNullToQObject.1.qml with 100% similarity]
tests/auto/qml/qqmlecmascript/data/canAssignNullToQObject.2.qml [moved from tests/auto/declarative/qdeclarativeecmascript/data/canAssignNullToQObject.2.qml with 100% similarity]
tests/auto/qml/qqmlecmascript/data/changeslots/propertyChangeSlotErrors.1.qml [moved from tests/auto/declarative/qdeclarativeecmascript/data/changeslots/propertyChangeSlotErrors.1.qml with 100% similarity]
tests/auto/qml/qqmlecmascript/data/changeslots/propertyChangeSlotErrors.2.qml [moved from tests/auto/declarative/qdeclarativeecmascript/data/changeslots/propertyChangeSlotErrors.2.qml with 100% similarity]
tests/auto/qml/qqmlecmascript/data/changeslots/propertyChangeSlotErrors.3.qml [moved from tests/auto/declarative/qdeclarativeecmascript/data/changeslots/propertyChangeSlotErrors.3.qml with 100% similarity]
tests/auto/qml/qqmlecmascript/data/changeslots/propertyChangeSlotErrors.4.qml [moved from tests/auto/declarative/qdeclarativeecmascript/data/changeslots/propertyChangeSlotErrors.4.qml with 100% similarity]
tests/auto/qml/qqmlecmascript/data/changeslots/propertyChangeSlots.qml [moved from tests/auto/declarative/qdeclarativeecmascript/data/changeslots/propertyChangeSlots.qml with 100% similarity]
tests/auto/qml/qqmlecmascript/data/compiled.qml [moved from tests/auto/declarative/qdeclarativeecmascript/data/compiled.qml with 100% similarity]
tests/auto/qml/qqmlecmascript/data/compositePropertyType.qml [moved from tests/auto/declarative/qdeclarativeecmascript/data/compositePropertyType.qml with 100% similarity]
tests/auto/qml/qqmlecmascript/data/constantsOverrideBindings.1.qml [moved from tests/auto/declarative/qdeclarativeecmascript/data/constantsOverrideBindings.1.qml with 100% similarity]
tests/auto/qml/qqmlecmascript/data/constantsOverrideBindings.2.qml [moved from tests/auto/declarative/qdeclarativeecmascript/data/constantsOverrideBindings.2.qml with 100% similarity]
tests/auto/qml/qqmlecmascript/data/constantsOverrideBindings.3.qml [moved from tests/auto/declarative/qdeclarativeecmascript/data/constantsOverrideBindings.3.qml with 100% similarity]
tests/auto/qml/qqmlecmascript/data/constantsOverrideBindings.4.qml [moved from tests/auto/declarative/qdeclarativeecmascript/data/constantsOverrideBindings.4.qml with 100% similarity]
tests/auto/qml/qqmlecmascript/data/deferredProperties.qml [moved from tests/auto/declarative/qdeclarativeecmascript/data/deferredProperties.qml with 100% similarity]
tests/auto/qml/qqmlecmascript/data/deferredPropertiesErrors.qml [moved from tests/auto/declarative/qdeclarativeecmascript/data/deferredPropertiesErrors.qml with 100% similarity]
tests/auto/qml/qqmlecmascript/data/deleteLater.qml [moved from tests/auto/declarative/qdeclarativeecmascript/data/deleteLater.qml with 100% similarity]
tests/auto/qml/qqmlecmascript/data/deleteWhileBindingRunning.qml [moved from tests/auto/declarative/qdeclarativeecmascript/data/deleteWhileBindingRunning.qml with 100% similarity]
tests/auto/qml/qqmlecmascript/data/deletedEngine.qml [moved from tests/auto/declarative/qdeclarativeecmascript/data/deletedEngine.qml with 100% similarity]
tests/auto/qml/qqmlecmascript/data/deletedObject.qml [moved from tests/auto/declarative/qdeclarativeecmascript/data/deletedObject.qml with 100% similarity]
tests/auto/qml/qqmlecmascript/data/doubleEvaluate.qml [moved from tests/auto/declarative/qdeclarativeecmascript/data/doubleEvaluate.qml with 100% similarity]
tests/auto/qml/qqmlecmascript/data/dynamicCreation.helper.qml [moved from tests/auto/declarative/qdeclarativeecmascript/data/dynamicCreation.helper.qml with 100% similarity]
tests/auto/qml/qqmlecmascript/data/dynamicCreation.qml [moved from tests/auto/declarative/qdeclarativeecmascript/data/dynamicCreation.qml with 100% similarity]
tests/auto/qml/qqmlecmascript/data/dynamicCreationOwnership.qml [moved from tests/auto/declarative/qdeclarativeecmascript/data/dynamicCreationOwnership.qml with 100% similarity]
tests/auto/qml/qqmlecmascript/data/dynamicDeletion.2.qml [moved from tests/auto/declarative/qdeclarativeecmascript/data/dynamicDeletion.2.qml with 100% similarity]
tests/auto/qml/qqmlecmascript/data/dynamicDeletion.qml [moved from tests/auto/declarative/qdeclarativeecmascript/data/dynamicDeletion.qml with 100% similarity]
tests/auto/qml/qqmlecmascript/data/dynamicString.qml [moved from tests/auto/declarative/qdeclarativeecmascript/data/dynamicString.qml with 100% similarity]
tests/auto/qml/qqmlecmascript/data/elementAssign.qml [moved from tests/auto/declarative/qdeclarativeecmascript/data/elementAssign.qml with 100% similarity]
tests/auto/qml/qqmlecmascript/data/enums.1.qml [moved from tests/auto/declarative/qdeclarativeecmascript/data/enums.1.qml with 100% similarity]
tests/auto/qml/qqmlecmascript/data/enums.2.qml [moved from tests/auto/declarative/qdeclarativeecmascript/data/enums.2.qml with 100% similarity]
tests/auto/qml/qqmlecmascript/data/eval.qml [moved from tests/auto/declarative/qdeclarativeecmascript/data/eval.qml with 100% similarity]
tests/auto/qml/qqmlecmascript/data/exception.js [moved from tests/auto/declarative/qdeclarativeecmascript/data/exception.js with 100% similarity]
tests/auto/qml/qqmlecmascript/data/exceptionClearsOnReeval.qml [moved from tests/auto/declarative/qdeclarativeecmascript/data/exceptionClearsOnReeval.qml with 100% similarity]
tests/auto/qml/qqmlecmascript/data/exceptionProducesWarning.qml [moved from tests/auto/declarative/qdeclarativeecmascript/data/exceptionProducesWarning.qml with 100% similarity]
tests/auto/qml/qqmlecmascript/data/exceptionProducesWarning2.qml [moved from tests/auto/declarative/qdeclarativeecmascript/data/exceptionProducesWarning2.qml with 100% similarity]
tests/auto/qml/qqmlecmascript/data/extendedObjectPropertyLookup.qml [moved from tests/auto/declarative/qdeclarativeecmascript/data/extendedObjectPropertyLookup.qml with 100% similarity]
tests/auto/qml/qqmlecmascript/data/extendedObjectPropertyLookup2.qml [moved from tests/auto/declarative/qdeclarativeecmascript/data/extendedObjectPropertyLookup2.qml with 100% similarity]
tests/auto/qml/qqmlecmascript/data/extensionObjects.qml [moved from tests/auto/declarative/qdeclarativeecmascript/data/extensionObjects.qml with 100% similarity]
tests/auto/qml/qqmlecmascript/data/extensionObjectsPropertyOverride.qml [moved from tests/auto/declarative/qdeclarativeecmascript/data/extensionObjectsPropertyOverride.qml with 100% similarity]
tests/auto/qml/qqmlecmascript/data/forInLoop.qml [moved from tests/auto/declarative/qdeclarativeecmascript/data/forInLoop.qml with 100% similarity]
tests/auto/qml/qqmlecmascript/data/function.qml [moved from tests/auto/declarative/qdeclarativeecmascript/data/function.qml with 100% similarity]
tests/auto/qml/qqmlecmascript/data/functionAssignment.1.qml [moved from tests/auto/declarative/qdeclarativeecmascript/data/functionAssignment.1.qml with 100% similarity]
tests/auto/qml/qqmlecmascript/data/functionAssignment.2.qml [moved from tests/auto/declarative/qdeclarativeecmascript/data/functionAssignment.2.qml with 100% similarity]
tests/auto/qml/qqmlecmascript/data/functionAssignment.js [moved from tests/auto/declarative/qdeclarativeecmascript/data/functionAssignment.js with 100% similarity]
tests/auto/qml/qqmlecmascript/data/functionErrors.qml [moved from tests/auto/declarative/qdeclarativeecmascript/data/functionErrors.qml with 100% similarity]
tests/auto/qml/qqmlecmascript/data/handleReferenceManagement.handle.1.qml [moved from tests/auto/declarative/qdeclarativeecmascript/data/handleReferenceManagement.handle.1.qml with 100% similarity]
tests/auto/qml/qqmlecmascript/data/handleReferenceManagement.handle.2.qml [moved from tests/auto/declarative/qdeclarativeecmascript/data/handleReferenceManagement.handle.2.qml with 100% similarity]
tests/auto/qml/qqmlecmascript/data/handleReferenceManagement.object.1.qml [moved from tests/auto/declarative/qdeclarativeecmascript/data/handleReferenceManagement.object.1.qml with 100% similarity]
tests/auto/qml/qqmlecmascript/data/handleReferenceManagement.object.2.qml [moved from tests/auto/declarative/qdeclarativeecmascript/data/handleReferenceManagement.object.2.qml with 100% similarity]
tests/auto/qml/qqmlecmascript/data/idShortcutInvalidates.1.qml [moved from tests/auto/declarative/qdeclarativeecmascript/data/idShortcutInvalidates.1.qml with 100% similarity]
tests/auto/qml/qqmlecmascript/data/idShortcutInvalidates.qml [moved from tests/auto/declarative/qdeclarativeecmascript/data/idShortcutInvalidates.qml with 100% similarity]
tests/auto/qml/qqmlecmascript/data/importScope.1.js [moved from tests/auto/declarative/qdeclarativeecmascript/data/importScope.1.js with 100% similarity]
tests/auto/qml/qqmlecmascript/data/importScope.2.js [moved from tests/auto/declarative/qdeclarativeecmascript/data/importScope.2.js with 100% similarity]
tests/auto/qml/qqmlecmascript/data/importScope.qml [moved from tests/auto/declarative/qdeclarativeecmascript/data/importScope.qml with 100% similarity]
tests/auto/qml/qqmlecmascript/data/in.qml [moved from tests/auto/declarative/qdeclarativeecmascript/data/in.qml with 100% similarity]
tests/auto/qml/qqmlecmascript/data/include.js [moved from tests/auto/declarative/qdeclarativeecmascript/data/include.js with 100% similarity]
tests/auto/qml/qqmlecmascript/data/include.qml [moved from tests/auto/declarative/qdeclarativeecmascript/data/include.qml with 100% similarity]
tests/auto/qml/qqmlecmascript/data/include_callback.js [moved from tests/auto/declarative/qdeclarativeecmascript/data/include_callback.js with 100% similarity]
tests/auto/qml/qqmlecmascript/data/include_callback.qml [moved from tests/auto/declarative/qdeclarativeecmascript/data/include_callback.qml with 100% similarity]
tests/auto/qml/qqmlecmascript/data/include_pragma.qml [moved from tests/auto/declarative/qdeclarativeecmascript/data/include_pragma.qml with 100% similarity]
tests/auto/qml/qqmlecmascript/data/include_pragma_inner.js [moved from tests/auto/declarative/qdeclarativeecmascript/data/include_pragma_inner.js with 100% similarity]
tests/auto/qml/qqmlecmascript/data/include_pragma_outer.js [moved from tests/auto/declarative/qdeclarativeecmascript/data/include_pragma_outer.js with 100% similarity]
tests/auto/qml/qqmlecmascript/data/include_remote.js [moved from tests/auto/declarative/qdeclarativeecmascript/data/include_remote.js with 100% similarity]
tests/auto/qml/qqmlecmascript/data/include_remote.qml [moved from tests/auto/declarative/qdeclarativeecmascript/data/include_remote.qml with 100% similarity]
tests/auto/qml/qqmlecmascript/data/include_remote_missing.js [moved from tests/auto/declarative/qdeclarativeecmascript/data/include_remote_missing.js with 100% similarity]
tests/auto/qml/qqmlecmascript/data/include_remote_missing.qml [moved from tests/auto/declarative/qdeclarativeecmascript/data/include_remote_missing.qml with 100% similarity]
tests/auto/qml/qqmlecmascript/data/include_shared.js [moved from tests/auto/declarative/qdeclarativeecmascript/data/include_shared.js with 100% similarity]
tests/auto/qml/qqmlecmascript/data/include_shared.qml [moved from tests/auto/declarative/qdeclarativeecmascript/data/include_shared.qml with 100% similarity]
tests/auto/qml/qqmlecmascript/data/invokableObjectArg.qml [moved from tests/auto/declarative/qdeclarativeecmascript/data/invokableObjectArg.qml with 100% similarity]
tests/auto/qml/qqmlecmascript/data/invokableObjectRet.qml [moved from tests/auto/declarative/qdeclarativeecmascript/data/invokableObjectRet.qml with 100% similarity]
tests/auto/qml/qqmlecmascript/data/js/include2.js [moved from tests/auto/declarative/qdeclarativeecmascript/data/js/include2.js with 100% similarity]
tests/auto/qml/qqmlecmascript/data/js/include3.js [moved from tests/auto/declarative/qdeclarativeecmascript/data/js/include3.js with 100% similarity]
tests/auto/qml/qqmlecmascript/data/jsObject.qml [moved from tests/auto/declarative/qdeclarativeecmascript/data/jsObject.qml with 100% similarity]
tests/auto/qml/qqmlecmascript/data/jsimport/SpecialRectangleOne.qml [moved from tests/auto/declarative/qdeclarativeecmascript/data/jsimport/SpecialRectangleOne.qml with 100% similarity]
tests/auto/qml/qqmlecmascript/data/jsimport/SpecialRectangleTwo.qml [moved from tests/auto/declarative/qdeclarativeecmascript/data/jsimport/SpecialRectangleTwo.qml with 100% similarity]
tests/auto/qml/qqmlecmascript/data/jsimport/importFive.js [moved from tests/auto/declarative/qdeclarativeecmascript/data/jsimport/importFive.js with 100% similarity]
tests/auto/qml/qqmlecmascript/data/jsimport/importFour.js [moved from tests/auto/declarative/qdeclarativeecmascript/data/jsimport/importFour.js with 100% similarity]
tests/auto/qml/qqmlecmascript/data/jsimport/importOne.js [moved from tests/auto/declarative/qdeclarativeecmascript/data/jsimport/importOne.js with 100% similarity]
tests/auto/qml/qqmlecmascript/data/jsimport/importPragmaLibrary.js [moved from tests/auto/declarative/qdeclarativeecmascript/data/jsimport/importPragmaLibrary.js with 100% similarity]
tests/auto/qml/qqmlecmascript/data/jsimport/importPragmaLibraryWithImports.js [moved from tests/auto/declarative/qdeclarativeecmascript/data/jsimport/importPragmaLibraryWithImports.js with 100% similarity]
tests/auto/qml/qqmlecmascript/data/jsimport/importPragmaLibraryWithPragmaLibraryImports.js [moved from tests/auto/declarative/qdeclarativeecmascript/data/jsimport/importPragmaLibraryWithPragmaLibraryImports.js with 100% similarity]
tests/auto/qml/qqmlecmascript/data/jsimport/importThree.js [moved from tests/auto/declarative/qdeclarativeecmascript/data/jsimport/importThree.js with 100% similarity]
tests/auto/qml/qqmlecmascript/data/jsimport/importTwo.js [moved from tests/auto/declarative/qdeclarativeecmascript/data/jsimport/importTwo.js with 100% similarity]
tests/auto/qml/qqmlecmascript/data/jsimport/importWithNoImports.js [moved from tests/auto/declarative/qdeclarativeecmascript/data/jsimport/importWithNoImports.js with 100% similarity]
tests/auto/qml/qqmlecmascript/data/jsimport/testImport.qml [moved from tests/auto/declarative/qdeclarativeecmascript/data/jsimport/testImport.qml with 100% similarity]
tests/auto/qml/qqmlecmascript/data/jsimport/testImportPragmaLibrary.qml [moved from tests/auto/declarative/qdeclarativeecmascript/data/jsimport/testImportPragmaLibrary.qml with 100% similarity]
tests/auto/qml/qqmlecmascript/data/jsimport/testImportPragmaLibraryWithImports.qml [moved from tests/auto/declarative/qdeclarativeecmascript/data/jsimport/testImportPragmaLibraryWithImports.qml with 100% similarity]
tests/auto/qml/qqmlecmascript/data/jsimport/testImportPragmaLibraryWithPragmaLibraryImports.qml [moved from tests/auto/declarative/qdeclarativeecmascript/data/jsimport/testImportPragmaLibraryWithPragmaLibraryImports.qml with 100% similarity]
tests/auto/qml/qqmlecmascript/data/jsimport/testImportScoping.qml [moved from tests/auto/declarative/qdeclarativeecmascript/data/jsimport/testImportScoping.qml with 100% similarity]
tests/auto/qml/qqmlecmascript/data/jsimport/testModuleImport.js [moved from tests/auto/declarative/qdeclarativeecmascript/data/jsimportfail/testModuleImport.js with 100% similarity]
tests/auto/qml/qqmlecmascript/data/jsimport/testScriptImport.js [moved from tests/auto/declarative/qdeclarativeecmascript/data/jsimportfail/testScriptImport.js with 100% similarity]
tests/auto/qml/qqmlecmascript/data/jsimportfail/failFive.qml [moved from tests/auto/declarative/qdeclarativeecmascript/data/jsimportfail/failFive.qml with 100% similarity]
tests/auto/qml/qqmlecmascript/data/jsimportfail/failFour.qml [moved from tests/auto/declarative/qdeclarativeecmascript/data/jsimportfail/failFour.qml with 100% similarity]
tests/auto/qml/qqmlecmascript/data/jsimportfail/failOne.qml [moved from tests/auto/declarative/qdeclarativeecmascript/data/jsimportfail/failOne.qml with 100% similarity]
tests/auto/qml/qqmlecmascript/data/jsimportfail/failThree.qml [moved from tests/auto/declarative/qdeclarativeecmascript/data/jsimportfail/failThree.qml with 100% similarity]
tests/auto/qml/qqmlecmascript/data/jsimportfail/failTwo.qml [moved from tests/auto/declarative/qdeclarativeecmascript/data/jsimportfail/failTwo.qml with 100% similarity]
tests/auto/qml/qqmlecmascript/data/jsimportfail/importOne.js [moved from tests/auto/declarative/qdeclarativeecmascript/data/jsimportfail/importOne.js with 100% similarity]
tests/auto/qml/qqmlecmascript/data/jsimportfail/importPragmaLibrary.js [moved from tests/auto/declarative/qdeclarativeecmascript/data/jsimportfail/importPragmaLibrary.js with 100% similarity]
tests/auto/qml/qqmlecmascript/data/jsimportfail/importWithImports.js [moved from tests/auto/declarative/qdeclarativeecmascript/data/jsimportfail/importWithImports.js with 100% similarity]
tests/auto/qml/qqmlecmascript/data/jsimportfail/testImportPragmaLibrary.qml [moved from tests/auto/declarative/qdeclarativeecmascript/data/jsimportfail/testImportPragmaLibrary.qml with 100% similarity]
tests/auto/qml/qqmlecmascript/data/jsimportfail/testModuleImport.js [moved from tests/auto/declarative/qdeclarativeecmascript/data/jsimport/testModuleImport.js with 100% similarity]
tests/auto/qml/qqmlecmascript/data/jsimportfail/testScriptImport.js [moved from tests/auto/declarative/qdeclarativeecmascript/data/jsimport/testScriptImport.js with 100% similarity]
tests/auto/qml/qqmlecmascript/data/libraryScriptAssert.js [moved from tests/auto/declarative/qdeclarativeecmascript/data/libraryScriptAssert.js with 100% similarity]
tests/auto/qml/qqmlecmascript/data/libraryScriptAssert.qml [moved from tests/auto/declarative/qdeclarativeecmascript/data/libraryScriptAssert.qml with 100% similarity]
tests/auto/qml/qqmlecmascript/data/listAssignment.qml [moved from tests/auto/declarative/qdeclarativeecmascript/data/listAssignment.qml with 100% similarity]
tests/auto/qml/qqmlecmascript/data/listProperties.qml [moved from tests/auto/declarative/qdeclarativeecmascript/data/listProperties.qml with 100% similarity]
tests/auto/qml/qqmlecmascript/data/listToVariant.qml [moved from tests/auto/declarative/qdeclarativeecmascript/data/listToVariant.qml with 100% similarity]
tests/auto/qml/qqmlecmascript/data/metaobjectRevision.qml [moved from tests/auto/declarative/qdeclarativeecmascript/data/metaobjectRevision.qml with 100% similarity]
tests/auto/qml/qqmlecmascript/data/metaobjectRevision2.qml [moved from tests/auto/declarative/qdeclarativeecmascript/data/metaobjectRevision2.qml with 100% similarity]
tests/auto/qml/qqmlecmascript/data/metaobjectRevision3.qml [moved from tests/auto/declarative/qdeclarativeecmascript/data/metaobjectRevision3.qml with 100% similarity]
tests/auto/qml/qqmlecmascript/data/metaobjectRevision4.qml [moved from tests/auto/declarative/qdeclarativeecmascript/data/metaobjectRevision4.qml with 100% similarity]
tests/auto/qml/qqmlecmascript/data/metaobjectRevisionErrors.qml [moved from tests/auto/declarative/qdeclarativeecmascript/data/metaobjectRevisionErrors.qml with 100% similarity]
tests/auto/qml/qqmlecmascript/data/metaobjectRevisionErrors2.qml [moved from tests/auto/declarative/qdeclarativeecmascript/data/metaobjectRevisionErrors2.qml with 100% similarity]
tests/auto/qml/qqmlecmascript/data/metaobjectRevisionErrors3.qml [moved from tests/auto/declarative/qdeclarativeecmascript/data/metaobjectRevisionErrors3.qml with 100% similarity]
tests/auto/qml/qqmlecmascript/data/methods.1.qml [moved from tests/auto/declarative/qdeclarativeecmascript/data/methods.1.qml with 100% similarity]
tests/auto/qml/qqmlecmascript/data/methods.2.qml [moved from tests/auto/declarative/qdeclarativeecmascript/data/methods.2.qml with 100% similarity]
tests/auto/qml/qqmlecmascript/data/methods.3.qml [moved from tests/auto/declarative/qdeclarativeecmascript/data/methods.3.qml with 100% similarity]
tests/auto/qml/qqmlecmascript/data/methods.4.qml [moved from tests/auto/declarative/qdeclarativeecmascript/data/methods.4.qml with 100% similarity]
tests/auto/qml/qqmlecmascript/data/methods.5.qml [moved from tests/auto/declarative/qdeclarativeecmascript/data/methods.5.qml with 100% similarity]
tests/auto/qml/qqmlecmascript/data/moduleapi/moduleApiMajorVersionFail.qml [moved from tests/auto/declarative/qdeclarativeecmascript/data/moduleapi/moduleApiMajorVersionFail.qml with 100% similarity]
tests/auto/qml/qqmlecmascript/data/moduleapi/moduleApiMinorVersionFail.qml [moved from tests/auto/declarative/qdeclarativeecmascript/data/moduleapi/moduleApiMinorVersionFail.qml with 100% similarity]
tests/auto/qml/qqmlecmascript/data/moduleapi/qobjectModuleApi.qml [moved from tests/auto/declarative/qdeclarativeecmascript/data/moduleapi/qobjectModuleApi.qml with 100% similarity]
tests/auto/qml/qqmlecmascript/data/moduleapi/qobjectModuleApiCaching.qml [moved from tests/auto/declarative/qdeclarativeecmascript/data/moduleapi/qobjectModuleApiCaching.qml with 100% similarity]
tests/auto/qml/qqmlecmascript/data/moduleapi/qobjectModuleApiEnums.qml [moved from tests/auto/declarative/qdeclarativeecmascript/data/moduleapi/qobjectModuleApiEnums.qml with 100% similarity]
tests/auto/qml/qqmlecmascript/data/moduleapi/qobjectModuleApiWriting.qml [moved from tests/auto/declarative/qdeclarativeecmascript/data/moduleapi/qobjectModuleApiWriting.qml with 100% similarity]
tests/auto/qml/qqmlecmascript/data/moduleapi/scriptModuleApi.qml [moved from tests/auto/declarative/qdeclarativeecmascript/data/moduleapi/scriptModuleApi.qml with 100% similarity]
tests/auto/qml/qqmlecmascript/data/moduleapi/scriptModuleApiCaching.qml [moved from tests/auto/declarative/qdeclarativeecmascript/data/moduleapi/scriptModuleApiCaching.qml with 100% similarity]
tests/auto/qml/qqmlecmascript/data/moduleapi/scriptModuleApiWriting.qml [moved from tests/auto/declarative/qdeclarativeecmascript/data/moduleapi/scriptModuleApiWriting.qml with 100% similarity]
tests/auto/qml/qqmlecmascript/data/multiEngineObject.qml [moved from tests/auto/declarative/qdeclarativeecmascript/data/multiEngineObject.qml with 100% similarity]
tests/auto/qml/qqmlecmascript/data/noSpuriousWarningsAtShutdown.2.qml [moved from tests/auto/declarative/qdeclarativeecmascript/data/noSpuriousWarningsAtShutdown.2.qml with 100% similarity]
tests/auto/qml/qqmlecmascript/data/noSpuriousWarningsAtShutdown.qml [moved from tests/auto/declarative/qdeclarativeecmascript/data/noSpuriousWarningsAtShutdown.qml with 100% similarity]
tests/auto/qml/qqmlecmascript/data/nonExistentAttachedObject.qml [moved from tests/auto/declarative/qdeclarativeecmascript/data/nonExistentAttachedObject.qml with 100% similarity]
tests/auto/qml/qqmlecmascript/data/nonNotifyable.qml [moved from tests/auto/declarative/qdeclarativeecmascript/data/nonNotifyable.qml with 100% similarity]
tests/auto/qml/qqmlecmascript/data/nonscriptable.qml [moved from tests/auto/declarative/qdeclarativeecmascript/data/nonscriptable.qml with 100% similarity]
tests/auto/qml/qqmlecmascript/data/nullObjectBinding.qml [moved from tests/auto/declarative/qdeclarativeecmascript/data/nullObjectBinding.qml with 100% similarity]
tests/auto/qml/qqmlecmascript/data/numberAssignment.qml [moved from tests/auto/declarative/qdeclarativeecmascript/data/numberAssignment.qml with 100% similarity]
tests/auto/qml/qqmlecmascript/data/objectConversion.qml [moved from tests/auto/declarative/qdeclarativeecmascript/data/objectConversion.qml with 100% similarity]
tests/auto/qml/qqmlecmascript/data/objectName.qml [moved from tests/auto/declarative/qdeclarativeecmascript/data/objectName.qml with 100% similarity]
tests/auto/qml/qqmlecmascript/data/objectsCompareAsEqual.qml [moved from tests/auto/declarative/qdeclarativeecmascript/data/objectsCompareAsEqual.qml with 100% similarity]
tests/auto/qml/qqmlecmascript/data/objectsPassThroughSignals.qml [moved from tests/auto/declarative/qdeclarativeecmascript/data/objectsPassThroughSignals.qml with 100% similarity]
tests/auto/qml/qqmlecmascript/data/outerBindingOverridesInnerBinding.qml [moved from tests/auto/declarative/qdeclarativeecmascript/data/outerBindingOverridesInnerBinding.qml with 100% similarity]
tests/auto/qml/qqmlecmascript/data/ownership.qml [moved from tests/auto/declarative/qdeclarativeecmascript/data/ownership.qml with 100% similarity]
tests/auto/qml/qqmlecmascript/data/propertyAssignmentErrors.qml [moved from tests/auto/declarative/qdeclarativeecmascript/data/propertyAssignmentErrors.qml with 100% similarity]
tests/auto/qml/qqmlecmascript/data/propertySplicing.qml [moved from tests/auto/declarative/qdeclarativeecmascript/data/propertySplicing.qml with 100% similarity]
tests/auto/qml/qqmlecmascript/data/propertyVar.1.qml [moved from tests/auto/declarative/qdeclarativeecmascript/data/propertyVar.1.qml with 100% similarity]
tests/auto/qml/qqmlecmascript/data/propertyVar.10.qml [moved from tests/auto/declarative/qdeclarativeecmascript/data/propertyVar.10.qml with 100% similarity]
tests/auto/qml/qqmlecmascript/data/propertyVar.2.qml [moved from tests/auto/declarative/qdeclarativeecmascript/data/propertyVar.2.qml with 100% similarity]
tests/auto/qml/qqmlecmascript/data/propertyVar.3.qml [moved from tests/auto/declarative/qdeclarativeecmascript/data/propertyVar.3.qml with 100% similarity]
tests/auto/qml/qqmlecmascript/data/propertyVar.4.qml [moved from tests/auto/declarative/qdeclarativeecmascript/data/propertyVar.4.qml with 100% similarity]
tests/auto/qml/qqmlecmascript/data/propertyVar.5.qml [moved from tests/auto/declarative/qdeclarativeecmascript/data/propertyVar.5.qml with 100% similarity]
tests/auto/qml/qqmlecmascript/data/propertyVar.6.qml [moved from tests/auto/declarative/qdeclarativeecmascript/data/propertyVar.6.qml with 100% similarity]
tests/auto/qml/qqmlecmascript/data/propertyVar.7.qml [moved from tests/auto/declarative/qdeclarativeecmascript/data/propertyVar.7.qml with 100% similarity]
tests/auto/qml/qqmlecmascript/data/propertyVar.8.qml [moved from tests/auto/declarative/qdeclarativeecmascript/data/propertyVar.8.qml with 100% similarity]
tests/auto/qml/qqmlecmascript/data/propertyVar.9.qml [moved from tests/auto/declarative/qdeclarativeecmascript/data/propertyVar.9.qml with 100% similarity]
tests/auto/qml/qqmlecmascript/data/propertyVar.circular.2.qml [moved from tests/auto/declarative/qdeclarativeecmascript/data/propertyVar.circular.2.qml with 100% similarity]
tests/auto/qml/qqmlecmascript/data/propertyVar.circular.qml [moved from tests/auto/declarative/qdeclarativeecmascript/data/propertyVar.circular.qml with 100% similarity]
tests/auto/qml/qqmlecmascript/data/propertyVar.inherit.qml [moved from tests/auto/declarative/qdeclarativeecmascript/data/propertyVar.inherit.qml with 100% similarity]
tests/auto/qml/qqmlecmascript/data/propertyVar.reparent.qml [moved from tests/auto/declarative/qdeclarativeecmascript/data/propertyVar.reparent.qml with 100% similarity]
tests/auto/qml/qqmlecmascript/data/propertyVarCpp.qml [moved from tests/auto/declarative/qdeclarativeecmascript/data/propertyVarCpp.qml with 100% similarity]
tests/auto/qml/qqmlecmascript/data/propertyVarImplicitOwnership.qml [moved from tests/auto/declarative/qdeclarativeecmascript/data/propertyVarImplicitOwnership.qml with 100% similarity]
tests/auto/qml/qqmlecmascript/data/propertyVarOwnership.2.qml [moved from tests/auto/declarative/qdeclarativeecmascript/data/propertyVarOwnership.2.qml with 100% similarity]
tests/auto/qml/qqmlecmascript/data/propertyVarOwnership.3.qml [moved from tests/auto/declarative/qdeclarativeecmascript/data/propertyVarOwnership.3.qml with 100% similarity]
tests/auto/qml/qqmlecmascript/data/propertyVarOwnership.3.type.qml [moved from tests/auto/declarative/qdeclarativeecmascript/data/propertyVarOwnership.3.type.qml with 100% similarity]
tests/auto/qml/qqmlecmascript/data/propertyVarOwnership.4.qml [moved from tests/auto/declarative/qdeclarativeecmascript/data/propertyVarOwnership.4.qml with 100% similarity]
tests/auto/qml/qqmlecmascript/data/propertyVarOwnership.4.type1.qml [moved from tests/auto/declarative/qdeclarativeecmascript/data/propertyVarOwnership.4.type1.qml with 100% similarity]
tests/auto/qml/qqmlecmascript/data/propertyVarOwnership.4.type2.qml [moved from tests/auto/declarative/qdeclarativeecmascript/data/propertyVarOwnership.4.type2.qml with 100% similarity]
tests/auto/qml/qqmlecmascript/data/propertyVarOwnership.qml [moved from tests/auto/declarative/qdeclarativeecmascript/data/propertyVarOwnership.qml with 100% similarity]
tests/auto/qml/qqmlecmascript/data/qlistqobjectMethods.qml [moved from tests/auto/declarative/qdeclarativeecmascript/data/qlistqobjectMethods.qml with 100% similarity]
tests/auto/qml/qqmlecmascript/data/qmlHasOwnProperty.qml [moved from tests/auto/declarative/qdeclarativeecmascript/data/declarativeHasOwnProperty.qml with 100% similarity]
tests/auto/qml/qqmlecmascript/data/qmlToString.qml [moved from tests/auto/declarative/qdeclarativeecmascript/data/declarativeToString.qml with 100% similarity]
tests/auto/qml/qqmlecmascript/data/qobjectConnectionListExceptionHandling.qml [moved from tests/auto/declarative/qdeclarativeecmascript/data/qobjectConnectionListExceptionHandling.qml with 100% similarity]
tests/auto/qml/qqmlecmascript/data/qobjectDerivedArgument.qml [moved from tests/auto/declarative/qdeclarativeecmascript/data/qobjectDerivedArgument.qml with 100% similarity]
tests/auto/qml/qqmlecmascript/data/qtbug_10696.qml [moved from tests/auto/declarative/qdeclarativeecmascript/data/qtbug_10696.qml with 100% similarity]
tests/auto/qml/qqmlecmascript/data/qtbug_11600.js [moved from tests/auto/declarative/qdeclarativeecmascript/data/qtbug_11600.js with 100% similarity]
tests/auto/qml/qqmlecmascript/data/qtbug_11600.qml [moved from tests/auto/declarative/qdeclarativeecmascript/data/qtbug_11600.qml with 100% similarity]
tests/auto/qml/qqmlecmascript/data/qtbug_11606.qml [moved from tests/auto/declarative/qdeclarativeecmascript/data/qtbug_11606.qml with 100% similarity]
tests/auto/qml/qqmlecmascript/data/qtbug_20344.qml [moved from tests/auto/declarative/qdeclarativeecmascript/data/qtbug_20344.qml with 100% similarity]
tests/auto/qml/qqmlecmascript/data/qtbug_21580.qml [moved from tests/auto/declarative/qdeclarativeecmascript/data/qtbug_21580.qml with 100% similarity]
tests/auto/qml/qqmlecmascript/data/qtbug_21864.js [moved from tests/auto/declarative/qdeclarativeecmascript/data/qtbug_21864.js with 100% similarity]
tests/auto/qml/qqmlecmascript/data/qtbug_21864.qml [moved from tests/auto/declarative/qdeclarativeecmascript/data/qtbug_21864.qml with 100% similarity]
tests/auto/qml/qqmlecmascript/data/qtbug_22464.qml [moved from tests/auto/declarative/qdeclarativeecmascript/data/qtbug_22464.qml with 100% similarity]
tests/auto/qml/qqmlecmascript/data/qtbug_22679.qml [moved from tests/auto/declarative/qdeclarativeecmascript/data/qtbug_22679.qml with 100% similarity]
tests/auto/qml/qqmlecmascript/data/qtbug_22843.js [moved from tests/auto/declarative/qdeclarativeecmascript/data/qtbug_22843.js with 100% similarity]
tests/auto/qml/qqmlecmascript/data/qtbug_22843.library.js [moved from tests/auto/declarative/qdeclarativeecmascript/data/qtbug_22843.library.js with 100% similarity]
tests/auto/qml/qqmlecmascript/data/qtbug_22843.library.qml [moved from tests/auto/declarative/qdeclarativeecmascript/data/qtbug_22843.library.qml with 100% similarity]
tests/auto/qml/qqmlecmascript/data/qtbug_22843.qml [moved from tests/auto/declarative/qdeclarativeecmascript/data/qtbug_22843.qml with 100% similarity]
tests/auto/qml/qqmlecmascript/data/qtbug_9792.qml [moved from tests/auto/declarative/qdeclarativeecmascript/data/qtbug_9792.qml with 100% similarity]
tests/auto/qml/qqmlecmascript/data/qtcreatorbug_1289.qml [moved from tests/auto/declarative/qdeclarativeecmascript/data/qtcreatorbug_1289.qml with 100% similarity]
tests/auto/qml/qqmlecmascript/data/readonlyDeclaration.qml [moved from tests/auto/declarative/qdeclarativeecmascript/data/readonlyDeclaration.qml with 100% similarity]
tests/auto/qml/qqmlecmascript/data/realToInt.qml [moved from tests/auto/declarative/qdeclarativeecmascript/data/realToInt.qml with 100% similarity]
tests/auto/qml/qqmlecmascript/data/regExp.2.qml [moved from tests/auto/declarative/qdeclarativeecmascript/data/regExp.2.qml with 100% similarity]
tests/auto/qml/qqmlecmascript/data/regExp.qml [moved from tests/auto/declarative/qdeclarativeecmascript/data/regExp.qml with 100% similarity]
tests/auto/qml/qqmlecmascript/data/remote_file.js [moved from tests/auto/declarative/qdeclarativeecmascript/data/remote_file.js with 100% similarity]
tests/auto/qml/qqmlecmascript/data/rewriteMultiLineStrings.qml [moved from tests/auto/declarative/qdeclarativeecmascript/data/rewriteMultiLineStrings.qml with 100% similarity]
tests/auto/qml/qqmlecmascript/data/scarceResourceCopy.var.qml [moved from tests/auto/declarative/qdeclarativeecmascript/data/scarceResourceCopy.var.qml with 100% similarity]
tests/auto/qml/qqmlecmascript/data/scarceResourceCopy.variant.qml [moved from tests/auto/declarative/qdeclarativeecmascript/data/scarceResourceCopy.variant.qml with 100% similarity]
tests/auto/qml/qqmlecmascript/data/scarceResourceCopyFromJs.var.qml [moved from tests/auto/declarative/qdeclarativeecmascript/data/scarceResourceCopyFromJs.var.qml with 100% similarity]
tests/auto/qml/qqmlecmascript/data/scarceResourceCopyFromJs.variant.qml [moved from tests/auto/declarative/qdeclarativeecmascript/data/scarceResourceCopyFromJs.variant.qml with 100% similarity]
tests/auto/qml/qqmlecmascript/data/scarceResourceCopyImport.var.js [moved from tests/auto/declarative/qdeclarativeecmascript/data/scarceResourceCopyImport.var.js with 100% similarity]
tests/auto/qml/qqmlecmascript/data/scarceResourceCopyImport.var.qml [moved from tests/auto/declarative/qdeclarativeecmascript/data/scarceResourceCopyImport.var.qml with 100% similarity]
tests/auto/qml/qqmlecmascript/data/scarceResourceCopyImport.variant.js [moved from tests/auto/declarative/qdeclarativeecmascript/data/scarceResourceCopyImport.variant.js with 100% similarity]
tests/auto/qml/qqmlecmascript/data/scarceResourceCopyImport.variant.qml [moved from tests/auto/declarative/qdeclarativeecmascript/data/scarceResourceCopyImport.variant.qml with 100% similarity]
tests/auto/qml/qqmlecmascript/data/scarceResourceCopyImportDifferent.var.js [moved from tests/auto/declarative/qdeclarativeecmascript/data/scarceResourceCopyImportDifferent.var.js with 100% similarity]
tests/auto/qml/qqmlecmascript/data/scarceResourceCopyImportDifferent.var.qml [moved from tests/auto/declarative/qdeclarativeecmascript/data/scarceResourceCopyImportDifferent.var.qml with 100% similarity]
tests/auto/qml/qqmlecmascript/data/scarceResourceCopyImportFail.var.js [moved from tests/auto/declarative/qdeclarativeecmascript/data/scarceResourceCopyImportFail.var.js with 100% similarity]
tests/auto/qml/qqmlecmascript/data/scarceResourceCopyImportFail.var.qml [moved from tests/auto/declarative/qdeclarativeecmascript/data/scarceResourceCopyImportFail.var.qml with 100% similarity]
tests/auto/qml/qqmlecmascript/data/scarceResourceCopyImportFail.variant.js [moved from tests/auto/declarative/qdeclarativeecmascript/data/scarceResourceCopyImportFail.variant.js with 100% similarity]
tests/auto/qml/qqmlecmascript/data/scarceResourceCopyImportFail.variant.qml [moved from tests/auto/declarative/qdeclarativeecmascript/data/scarceResourceCopyImportFail.variant.qml with 100% similarity]
tests/auto/qml/qqmlecmascript/data/scarceResourceCopyImportNoBinding.var.js [moved from tests/auto/declarative/qdeclarativeecmascript/data/scarceResourceCopyImportNoBinding.var.js with 100% similarity]
tests/auto/qml/qqmlecmascript/data/scarceResourceCopyImportNoBinding.var.qml [moved from tests/auto/declarative/qdeclarativeecmascript/data/scarceResourceCopyImportNoBinding.var.qml with 100% similarity]
tests/auto/qml/qqmlecmascript/data/scarceResourceCopyImportNoBinding.variant.js [moved from tests/auto/declarative/qdeclarativeecmascript/data/scarceResourceCopyImportNoBinding.variant.js with 100% similarity]
tests/auto/qml/qqmlecmascript/data/scarceResourceCopyImportNoBinding.variant.qml [moved from tests/auto/declarative/qdeclarativeecmascript/data/scarceResourceCopyImportNoBinding.variant.qml with 100% similarity]
tests/auto/qml/qqmlecmascript/data/scarceResourceCopyNoBinding.var.qml [moved from tests/auto/declarative/qdeclarativeecmascript/data/scarceResourceCopyNoBinding.var.qml with 100% similarity]
tests/auto/qml/qqmlecmascript/data/scarceResourceCopyNoBinding.variant.qml [moved from tests/auto/declarative/qdeclarativeecmascript/data/scarceResourceCopyNoBinding.variant.qml with 100% similarity]
tests/auto/qml/qqmlecmascript/data/scarceResourceDestroyedCopy.var.qml [moved from tests/auto/declarative/qdeclarativeecmascript/data/scarceResourceDestroyedCopy.var.qml with 100% similarity]
tests/auto/qml/qqmlecmascript/data/scarceResourceDestroyedCopy.variant.qml [moved from tests/auto/declarative/qdeclarativeecmascript/data/scarceResourceDestroyedCopy.variant.qml with 100% similarity]
tests/auto/qml/qqmlecmascript/data/scarceResourceFunction.var.qml [moved from tests/auto/declarative/qdeclarativeecmascript/data/scarceResourceFunction.var.qml with 100% similarity]
tests/auto/qml/qqmlecmascript/data/scarceResourceFunction.variant.qml [moved from tests/auto/declarative/qdeclarativeecmascript/data/scarceResourceFunction.variant.qml with 100% similarity]
tests/auto/qml/qqmlecmascript/data/scarceResourceFunctionFail.var.qml [new file with mode: 0644]
tests/auto/qml/qqmlecmascript/data/scarceResourceFunctionFail.variant.qml [new file with mode: 0644]
tests/auto/qml/qqmlecmascript/data/scarceResourceMultipleDifferentNoBinding.var.js [moved from tests/auto/declarative/qdeclarativeecmascript/data/scarceResourceMultipleDifferentNoBinding.var.js with 100% similarity]
tests/auto/qml/qqmlecmascript/data/scarceResourceMultipleDifferentNoBinding.var.qml [moved from tests/auto/declarative/qdeclarativeecmascript/data/scarceResourceMultipleDifferentNoBinding.var.qml with 100% similarity]
tests/auto/qml/qqmlecmascript/data/scarceResourceMultipleSameNoBinding.var.js [moved from tests/auto/declarative/qdeclarativeecmascript/data/scarceResourceMultipleSameNoBinding.var.js with 100% similarity]
tests/auto/qml/qqmlecmascript/data/scarceResourceMultipleSameNoBinding.var.qml [moved from tests/auto/declarative/qdeclarativeecmascript/data/scarceResourceMultipleSameNoBinding.var.qml with 100% similarity]
tests/auto/qml/qqmlecmascript/data/scarceResourceMultipleSameWithBinding.var.qml [moved from tests/auto/declarative/qdeclarativeecmascript/data/scarceResourceMultipleSameWithBinding.var.qml with 100% similarity]
tests/auto/qml/qqmlecmascript/data/scarceResourceObjectGc.var.qml [moved from tests/auto/declarative/qdeclarativeecmascript/data/scarceResourceObjectGc.var.qml with 100% similarity]
tests/auto/qml/qqmlecmascript/data/scarceResourceSignal.var.qml [moved from tests/auto/declarative/qdeclarativeecmascript/data/scarceResourceSignal.var.qml with 100% similarity]
tests/auto/qml/qqmlecmascript/data/scarceResourceSignal.variant.qml [moved from tests/auto/declarative/qdeclarativeecmascript/data/scarceResourceSignal.variant.qml with 100% similarity]
tests/auto/qml/qqmlecmascript/data/scarceResourceTest.var.js [moved from tests/auto/declarative/qdeclarativeecmascript/data/scarceResourceTest.var.js with 100% similarity]
tests/auto/qml/qqmlecmascript/data/scarceResourceTest.var.qml [moved from tests/auto/declarative/qdeclarativeecmascript/data/scarceResourceTest.var.qml with 100% similarity]
tests/auto/qml/qqmlecmascript/data/scarceResourceTest.variant.js [moved from tests/auto/declarative/qdeclarativeecmascript/data/scarceResourceTest.variant.js with 100% similarity]
tests/auto/qml/qqmlecmascript/data/scarceResourceTest.variant.qml [moved from tests/auto/declarative/qdeclarativeecmascript/data/scarceResourceTest.variant.qml with 100% similarity]
tests/auto/qml/qqmlecmascript/data/scarceResourceTestMultiple.var.qml [moved from tests/auto/declarative/qdeclarativeecmascript/data/scarceResourceTestMultiple.var.qml with 100% similarity]
tests/auto/qml/qqmlecmascript/data/scarceResourceTestMultiple.variant.qml [moved from tests/auto/declarative/qdeclarativeecmascript/data/scarceResourceTestMultiple.variant.qml with 100% similarity]
tests/auto/qml/qqmlecmascript/data/scarceResourceTestPreserve.var.qml [moved from tests/auto/declarative/qdeclarativeecmascript/data/scarceResourceTestPreserve.var.qml with 100% similarity]
tests/auto/qml/qqmlecmascript/data/scarceResourceTestPreserve.variant.qml [moved from tests/auto/declarative/qdeclarativeecmascript/data/scarceResourceTestPreserve.variant.qml with 100% similarity]
tests/auto/qml/qqmlecmascript/data/scope.2.qml [moved from tests/auto/declarative/qdeclarativeecmascript/data/scope.2.qml with 100% similarity]
tests/auto/qml/qqmlecmascript/data/scope.3.qml [moved from tests/auto/declarative/qdeclarativeecmascript/data/scope.3.qml with 100% similarity]
tests/auto/qml/qqmlecmascript/data/scope.4.qml [moved from tests/auto/declarative/qdeclarativeecmascript/data/scope.4.qml with 100% similarity]
tests/auto/qml/qqmlecmascript/data/scope.5.qml [moved from tests/auto/declarative/qdeclarativeecmascript/data/scope.5.qml with 100% similarity]
tests/auto/qml/qqmlecmascript/data/scope.6.qml [moved from tests/auto/declarative/qdeclarativeecmascript/data/scope.6.qml with 100% similarity]
tests/auto/qml/qqmlecmascript/data/scope.qml [moved from tests/auto/declarative/qdeclarativeecmascript/data/scope.qml with 100% similarity]
tests/auto/qml/qqmlecmascript/data/scriptConnect.1.js [moved from tests/auto/declarative/qdeclarativeecmascript/data/scriptConnect.1.js with 100% similarity]
tests/auto/qml/qqmlecmascript/data/scriptConnect.1.qml [moved from tests/auto/declarative/qdeclarativeecmascript/data/scriptConnect.1.qml with 100% similarity]
tests/auto/qml/qqmlecmascript/data/scriptConnect.2.js [moved from tests/auto/declarative/qdeclarativeecmascript/data/scriptConnect.2.js with 100% similarity]
tests/auto/qml/qqmlecmascript/data/scriptConnect.2.qml [moved from tests/auto/declarative/qdeclarativeecmascript/data/scriptConnect.2.qml with 100% similarity]
tests/auto/qml/qqmlecmascript/data/scriptConnect.3.qml [moved from tests/auto/declarative/qdeclarativeecmascript/data/scriptConnect.3.qml with 100% similarity]
tests/auto/qml/qqmlecmascript/data/scriptConnect.4.qml [moved from tests/auto/declarative/qdeclarativeecmascript/data/scriptConnect.4.qml with 100% similarity]
tests/auto/qml/qqmlecmascript/data/scriptConnect.5.qml [moved from tests/auto/declarative/qdeclarativeecmascript/data/scriptConnect.5.qml with 100% similarity]
tests/auto/qml/qqmlecmascript/data/scriptConnect.6.js [moved from tests/auto/declarative/qdeclarativeecmascript/data/scriptConnect.6.js with 100% similarity]
tests/auto/qml/qqmlecmascript/data/scriptConnect.6.qml [moved from tests/auto/declarative/qdeclarativeecmascript/data/scriptConnect.6.qml with 100% similarity]
tests/auto/qml/qqmlecmascript/data/scriptDisconnect.1.js [moved from tests/auto/declarative/qdeclarativeecmascript/data/scriptDisconnect.1.js with 100% similarity]
tests/auto/qml/qqmlecmascript/data/scriptDisconnect.1.qml [moved from tests/auto/declarative/qdeclarativeecmascript/data/scriptDisconnect.1.qml with 100% similarity]
tests/auto/qml/qqmlecmascript/data/scriptDisconnect.2.qml [moved from tests/auto/declarative/qdeclarativeecmascript/data/scriptDisconnect.2.qml with 100% similarity]
tests/auto/qml/qqmlecmascript/data/scriptDisconnect.3.qml [moved from tests/auto/declarative/qdeclarativeecmascript/data/scriptDisconnect.3.qml with 100% similarity]
tests/auto/qml/qqmlecmascript/data/scriptDisconnect.4.qml [moved from tests/auto/declarative/qdeclarativeecmascript/data/scriptDisconnect.4.qml with 100% similarity]
tests/auto/qml/qqmlecmascript/data/scriptErrors.js [moved from tests/auto/declarative/qdeclarativeecmascript/data/scriptErrors.js with 100% similarity]
tests/auto/qml/qqmlecmascript/data/scriptErrors.qml [moved from tests/auto/declarative/qdeclarativeecmascript/data/scriptErrors.qml with 100% similarity]
tests/auto/qml/qqmlecmascript/data/selfDeletingBinding.2.qml [moved from tests/auto/declarative/qdeclarativeecmascript/data/selfDeletingBinding.2.qml with 100% similarity]
tests/auto/qml/qqmlecmascript/data/selfDeletingBinding.qml [moved from tests/auto/declarative/qdeclarativeecmascript/data/selfDeletingBinding.qml with 100% similarity]
tests/auto/qml/qqmlecmascript/data/sequenceConversion.array.qml [moved from tests/auto/declarative/qdeclarativeecmascript/data/sequenceConversion.array.qml with 100% similarity]
tests/auto/qml/qqmlecmascript/data/sequenceConversion.bindings.error.qml [moved from tests/auto/declarative/qdeclarativeecmascript/data/sequenceConversion.bindings.error.qml with 100% similarity]
tests/auto/qml/qqmlecmascript/data/sequenceConversion.bindings.qml [moved from tests/auto/declarative/qdeclarativeecmascript/data/sequenceConversion.bindings.qml with 100% similarity]
tests/auto/qml/qqmlecmascript/data/sequenceConversion.copy.qml [moved from tests/auto/declarative/qdeclarativeecmascript/data/sequenceConversion.copy.qml with 100% similarity]
tests/auto/qml/qqmlecmascript/data/sequenceConversion.indexes.qml [moved from tests/auto/declarative/qdeclarativeecmascript/data/sequenceConversion.indexes.qml with 100% similarity]
tests/auto/qml/qqmlecmascript/data/sequenceConversion.read.error.qml [moved from tests/auto/declarative/qdeclarativeecmascript/data/sequenceConversion.read.error.qml with 100% similarity]
tests/auto/qml/qqmlecmascript/data/sequenceConversion.read.qml [moved from tests/auto/declarative/qdeclarativeecmascript/data/sequenceConversion.read.qml with 100% similarity]
tests/auto/qml/qqmlecmascript/data/sequenceConversion.threads.qml [moved from tests/auto/declarative/qdeclarativeecmascript/data/sequenceConversion.threads.qml with 100% similarity]
tests/auto/qml/qqmlecmascript/data/sequenceConversion.write.error.qml [moved from tests/auto/declarative/qdeclarativeecmascript/data/sequenceConversion.write.error.qml with 100% similarity]
tests/auto/qml/qqmlecmascript/data/sequenceConversion.write.qml [moved from tests/auto/declarative/qdeclarativeecmascript/data/sequenceConversion.write.qml with 100% similarity]
tests/auto/qml/qqmlecmascript/data/sharedAttachedObject.qml [moved from tests/auto/declarative/qdeclarativeecmascript/data/sharedAttachedObject.qml with 100% similarity]
tests/auto/qml/qqmlecmascript/data/shutdownErrors.qml [moved from tests/auto/declarative/qdeclarativeecmascript/data/shutdownErrors.qml with 100% similarity]
tests/auto/qml/qqmlecmascript/data/signalAssignment.1.qml [moved from tests/auto/declarative/qdeclarativeecmascript/data/signalAssignment.1.qml with 100% similarity]
tests/auto/qml/qqmlecmascript/data/signalAssignment.2.qml [moved from tests/auto/declarative/qdeclarativeecmascript/data/signalAssignment.2.qml with 100% similarity]
tests/auto/qml/qqmlecmascript/data/signalHandlers.qml [moved from tests/auto/declarative/qdeclarativeecmascript/data/signalHandlers.qml with 100% similarity]
tests/auto/qml/qqmlecmascript/data/signalParameterTypes.qml [moved from tests/auto/declarative/qdeclarativeecmascript/data/signalParameterTypes.qml with 100% similarity]
tests/auto/qml/qqmlecmascript/data/signalTriggeredBindings.qml [moved from tests/auto/declarative/qdeclarativeecmascript/data/signalTriggeredBindings.qml with 100% similarity]
tests/auto/qml/qqmlecmascript/data/signalWithJSValueInVariant.qml [moved from tests/auto/declarative/qdeclarativeecmascript/data/signalWithJSValueInVariant.qml with 100% similarity]
tests/auto/qml/qqmlecmascript/data/signalWithQJSValue.qml [moved from tests/auto/declarative/qdeclarativeecmascript/data/signalWithQJSValue.qml with 100% similarity]
tests/auto/qml/qqmlecmascript/data/signalWithUnknownTypes.qml [moved from tests/auto/declarative/qdeclarativeecmascript/data/signalWithUnknownTypes.qml with 100% similarity]
tests/auto/qml/qqmlecmascript/data/strictlyEquals.qml [moved from tests/auto/declarative/qdeclarativeecmascript/data/strictlyEquals.qml with 100% similarity]
tests/auto/qml/qqmlecmascript/data/stringArg.qml [moved from tests/auto/declarative/qdeclarativeecmascript/data/stringArg.qml with 100% similarity]
tests/auto/qml/qqmlecmascript/data/switchStatement.1.qml [moved from tests/auto/declarative/qdeclarativeecmascript/data/switchStatement.1.qml with 100% similarity]
tests/auto/qml/qqmlecmascript/data/switchStatement.2.qml [moved from tests/auto/declarative/qdeclarativeecmascript/data/switchStatement.2.qml with 100% similarity]
tests/auto/qml/qqmlecmascript/data/switchStatement.3.qml [moved from tests/auto/declarative/qdeclarativeecmascript/data/switchStatement.3.qml with 100% similarity]
tests/auto/qml/qqmlecmascript/data/switchStatement.4.qml [moved from tests/auto/declarative/qdeclarativeecmascript/data/switchStatement.4.qml with 100% similarity]
tests/auto/qml/qqmlecmascript/data/switchStatement.5.qml [moved from tests/auto/declarative/qdeclarativeecmascript/data/switchStatement.5.qml with 100% similarity]
tests/auto/qml/qqmlecmascript/data/switchStatement.6.qml [moved from tests/auto/declarative/qdeclarativeecmascript/data/switchStatement.6.qml with 100% similarity]
tests/auto/qml/qqmlecmascript/data/threadScript.js [moved from tests/auto/declarative/qdeclarativeecmascript/data/threadScript.js with 100% similarity]
tests/auto/qml/qqmlecmascript/data/transientErrors.2.qml [moved from tests/auto/declarative/qdeclarativeecmascript/data/transientErrors.2.qml with 100% similarity]
tests/auto/qml/qqmlecmascript/data/transientErrors.qml [moved from tests/auto/declarative/qdeclarativeecmascript/data/transientErrors.qml with 100% similarity]
tests/auto/qml/qqmlecmascript/data/tryStatement.1.qml [moved from tests/auto/declarative/qdeclarativeecmascript/data/tryStatement.1.qml with 100% similarity]
tests/auto/qml/qqmlecmascript/data/tryStatement.2.qml [moved from tests/auto/declarative/qdeclarativeecmascript/data/tryStatement.2.qml with 100% similarity]
tests/auto/qml/qqmlecmascript/data/tryStatement.3.qml [moved from tests/auto/declarative/qdeclarativeecmascript/data/tryStatement.3.qml with 100% similarity]
tests/auto/qml/qqmlecmascript/data/tryStatement.4.qml [moved from tests/auto/declarative/qdeclarativeecmascript/data/tryStatement.4.qml with 100% similarity]
tests/auto/qml/qqmlecmascript/data/typeOf.js [moved from tests/auto/declarative/qdeclarativeecmascript/data/typeOf.js with 100% similarity]
tests/auto/qml/qqmlecmascript/data/typeOf.qml [moved from tests/auto/declarative/qdeclarativeecmascript/data/typeOf.qml with 100% similarity]
tests/auto/qml/qqmlecmascript/data/unaryExpression.qml [moved from tests/auto/declarative/qdeclarativeecmascript/data/unaryExpression.qml with 100% similarity]
tests/auto/qml/qqmlecmascript/data/undefinedResetsProperty.2.qml [moved from tests/auto/declarative/qdeclarativeecmascript/data/undefinedResetsProperty.2.qml with 100% similarity]
tests/auto/qml/qqmlecmascript/data/undefinedResetsProperty.qml [moved from tests/auto/declarative/qdeclarativeecmascript/data/undefinedResetsProperty.qml with 100% similarity]
tests/auto/qml/qqmlecmascript/data/urlListProperty.qml [moved from tests/auto/declarative/qdeclarativeecmascript/data/urlListProperty.qml with 100% similarity]
tests/auto/qml/qqmlecmascript/data/urlProperty.1.qml [moved from tests/auto/declarative/qdeclarativeecmascript/data/urlProperty.1.qml with 100% similarity]
tests/auto/qml/qqmlecmascript/data/urlProperty.2.qml [moved from tests/auto/declarative/qdeclarativeecmascript/data/urlProperty.2.qml with 100% similarity]
tests/auto/qml/qqmlecmascript/data/v8bindingException.qml [moved from tests/auto/declarative/qdeclarativeecmascript/data/v8bindingException.qml with 100% similarity]
tests/auto/qml/qqmlecmascript/data/v8functionException.qml [moved from tests/auto/declarative/qdeclarativeecmascript/data/v8functionException.qml with 100% similarity]
tests/auto/qml/qqmlecmascript/data/valueTypeFunctions.qml [moved from tests/auto/declarative/qdeclarativeecmascript/data/valueTypeFunctions.qml with 100% similarity]
tests/auto/qml/qqmlecmascript/data/variantsAssignedUndefined.qml [moved from tests/auto/declarative/qdeclarativeecmascript/data/variantsAssignedUndefined.qml with 100% similarity]
tests/auto/qml/qqmlecmascript/data/withStatement.1.qml [moved from tests/auto/declarative/qdeclarativeecmascript/data/withStatement.1.qml with 100% similarity]
tests/auto/qml/qqmlecmascript/data/writeAttachedProperty.qml [moved from tests/auto/declarative/qdeclarativeecmascript/data/writeAttachedProperty.qml with 100% similarity]
tests/auto/qml/qqmlecmascript/data/writeRemovesBinding.qml [moved from tests/auto/declarative/qdeclarativeecmascript/data/writeRemovesBinding.qml with 100% similarity]
tests/auto/qml/qqmlecmascript/qqmlecmascript.pro [new file with mode: 0644]
tests/auto/qml/qqmlecmascript/testtypes.cpp [new file with mode: 0644]
tests/auto/qml/qqmlecmascript/testtypes.h [new file with mode: 0644]
tests/auto/qml/qqmlecmascript/tst_qqmlecmascript.cpp [new file with mode: 0644]
tests/auto/qml/qqmlengine/qqmlengine.pro [new file with mode: 0644]
tests/auto/qml/qqmlengine/tst_qqmlengine.cpp [new file with mode: 0644]
tests/auto/qml/qqmlerror/data/test.txt [moved from tests/auto/declarative/qdeclarativeerror/data/test.txt with 100% similarity]
tests/auto/qml/qqmlerror/qqmlerror.pro [new file with mode: 0644]
tests/auto/qml/qqmlerror/tst_qqmlerror.cpp [new file with mode: 0644]
tests/auto/qml/qqmlexpression/data/scriptString.qml [moved from tests/auto/declarative/qdeclarativeexpression/data/scriptString.qml with 100% similarity]
tests/auto/qml/qqmlexpression/qqmlexpression.pro [new file with mode: 0644]
tests/auto/qml/qqmlexpression/tst_qqmlexpression.cpp [new file with mode: 0644]
tests/auto/qml/qqmlimageprovider/qqmlimageprovider.pro [new file with mode: 0644]
tests/auto/qml/qqmlimageprovider/tst_qqmlimageprovider.cpp [new file with mode: 0644]
tests/auto/qml/qqmlincubator/data/AsynchronousIfNestedType.qml [moved from tests/auto/declarative/qdeclarativeincubator/data/AsynchronousIfNestedType.qml with 100% similarity]
tests/auto/qml/qqmlincubator/data/asynchronousIfNested.1.qml [moved from tests/auto/declarative/qdeclarativeincubator/data/asynchronousIfNested.1.qml with 100% similarity]
tests/auto/qml/qqmlincubator/data/asynchronousIfNested.2.qml [moved from tests/auto/declarative/qdeclarativeincubator/data/asynchronousIfNested.2.qml with 100% similarity]
tests/auto/qml/qqmlincubator/data/asynchronousIfNested.3.qml [moved from tests/auto/declarative/qdeclarativeincubator/data/asynchronousIfNested.3.qml with 100% similarity]
tests/auto/qml/qqmlincubator/data/chainInCompletion.qml [moved from tests/auto/declarative/qdeclarativeincubator/data/chainInCompletion.qml with 100% similarity]
tests/auto/qml/qqmlincubator/data/chainedAsynchronousIfNested.qml [moved from tests/auto/declarative/qdeclarativeincubator/data/chainedAsynchronousIfNested.qml with 100% similarity]
tests/auto/qml/qqmlincubator/data/clear.qml [moved from tests/auto/declarative/qdeclarativeincubator/data/clear.qml with 100% similarity]
tests/auto/qml/qqmlincubator/data/clearDuringCompletion.qml [moved from tests/auto/declarative/qdeclarativeincubator/data/clearDuringCompletion.qml with 100% similarity]
tests/auto/qml/qqmlincubator/data/contextDelete.qml [moved from tests/auto/declarative/qdeclarativeincubator/data/contextDelete.qml with 100% similarity]
tests/auto/qml/qqmlincubator/data/forceCompletion.qml [moved from tests/auto/declarative/qdeclarativeincubator/data/forceCompletion.qml with 100% similarity]
tests/auto/qml/qqmlincubator/data/nestedComponent.js [moved from tests/auto/declarative/qdeclarativeincubator/data/nestedComponent.js with 100% similarity]
tests/auto/qml/qqmlincubator/data/nestedComponent.qml [moved from tests/auto/declarative/qdeclarativeincubator/data/nestedComponent.qml with 100% similarity]
tests/auto/qml/qqmlincubator/data/noIncubationController.qml [moved from tests/auto/declarative/qdeclarativeincubator/data/noIncubationController.qml with 100% similarity]
tests/auto/qml/qqmlincubator/data/objectDeleted.errors.txt [moved from tests/auto/declarative/qdeclarativeincubator/data/objectDeleted.errors.txt with 100% similarity]
tests/auto/qml/qqmlincubator/data/objectDeleted.qml [moved from tests/auto/declarative/qdeclarativeincubator/data/objectDeleted.qml with 100% similarity]
tests/auto/qml/qqmlincubator/data/recursiveClear.1.qml [moved from tests/auto/declarative/qdeclarativeincubator/data/recursiveClear.1.qml with 100% similarity]
tests/auto/qml/qqmlincubator/data/recursiveClear.2.qml [moved from tests/auto/declarative/qdeclarativeincubator/data/recursiveClear.2.qml with 100% similarity]
tests/auto/qml/qqmlincubator/data/selfDelete.qml [moved from tests/auto/declarative/qdeclarativeincubator/data/selfDelete.qml with 100% similarity]
tests/auto/qml/qqmlincubator/data/setInitialState.qml [moved from tests/auto/declarative/qdeclarativeincubator/data/setInitialState.qml with 100% similarity]
tests/auto/qml/qqmlincubator/data/statusChanged.nested.qml [moved from tests/auto/declarative/qdeclarativeincubator/data/statusChanged.nested.qml with 100% similarity]
tests/auto/qml/qqmlincubator/data/statusChanged.qml [moved from tests/auto/declarative/qdeclarativeincubator/data/statusChanged.qml with 100% similarity]
tests/auto/qml/qqmlincubator/qqmlincubator.pro [new file with mode: 0644]
tests/auto/qml/qqmlincubator/testtypes.cpp [new file with mode: 0644]
tests/auto/qml/qqmlincubator/testtypes.h [new file with mode: 0644]
tests/auto/qml/qqmlincubator/tst_qqmlincubator.cpp [new file with mode: 0644]
tests/auto/qml/qqmlinfo/data/NestedComponent.qml [moved from tests/auto/declarative/qdeclarativeinfo/data/NestedComponent.qml with 100% similarity]
tests/auto/qml/qqmlinfo/data/NestedObject.qml [moved from tests/auto/declarative/qdeclarativeinfo/data/NestedObject.qml with 100% similarity]
tests/auto/qml/qqmlinfo/data/nestedQmlObject.qml [moved from tests/auto/declarative/qdeclarativeinfo/data/nestedQmlObject.qml with 100% similarity]
tests/auto/qml/qqmlinfo/data/qmlObject.qml [moved from tests/auto/declarative/qdeclarativeinfo/data/qmlObject.qml with 100% similarity]
tests/auto/qml/qqmlinfo/qqmlinfo.pro [new file with mode: 0644]
tests/auto/qml/qqmlinfo/tst_qqmlinfo.cpp [new file with mode: 0644]
tests/auto/qml/qqmlinstruction/qqmlinstruction.pro [new file with mode: 0644]
tests/auto/qml/qqmlinstruction/tst_qqmlinstruction.cpp [new file with mode: 0644]
tests/auto/qml/qqmllanguage/data/Alias.qml [moved from tests/auto/declarative/qdeclarativelanguage/data/Alias.qml with 100% similarity]
tests/auto/qml/qqmllanguage/data/Alias2.qml [moved from tests/auto/declarative/qdeclarativelanguage/data/Alias2.qml with 100% similarity]
tests/auto/qml/qqmllanguage/data/Alias3.qml [moved from tests/auto/declarative/qdeclarativelanguage/data/Alias3.qml with 100% similarity]
tests/auto/qml/qqmllanguage/data/Alias4.qml [moved from tests/auto/declarative/qdeclarativelanguage/data/Alias4.qml with 100% similarity]
tests/auto/qml/qqmllanguage/data/AliasPropertyChangeSignalsType.qml [moved from tests/auto/declarative/qdeclarativelanguage/data/AliasPropertyChangeSignalsType.qml with 100% similarity]
tests/auto/qml/qqmllanguage/data/ComponentComposite.qml [moved from tests/auto/declarative/qdeclarativelanguage/data/ComponentComposite.qml with 100% similarity]
tests/auto/qml/qqmllanguage/data/CompositeType.qml [moved from tests/auto/declarative/qdeclarativelanguage/data/CompositeType.qml with 100% similarity]
tests/auto/qml/qqmllanguage/data/CompositeType2.qml [moved from tests/auto/declarative/qdeclarativelanguage/data/CompositeType2.qml with 100% similarity]
tests/auto/qml/qqmllanguage/data/CompositeType3.qml [moved from tests/auto/declarative/qdeclarativelanguage/data/CompositeType3.qml with 100% similarity]
tests/auto/qml/qqmllanguage/data/CompositeType4.qml [moved from tests/auto/declarative/qdeclarativelanguage/data/CompositeType4.qml with 100% similarity]
tests/auto/qml/qqmllanguage/data/DontDoubleCallClassBeginItem.qml [moved from tests/auto/declarative/qdeclarativelanguage/data/DontDoubleCallClassBeginItem.qml with 100% similarity]
tests/auto/qml/qqmllanguage/data/DynamicPropertiesNestedType.qml [moved from tests/auto/declarative/qdeclarativelanguage/data/DynamicPropertiesNestedType.qml with 100% similarity]
tests/auto/qml/qqmllanguage/data/HelperAlias.qml [moved from tests/auto/declarative/qdeclarativelanguage/data/HelperAlias.qml with 100% similarity]
tests/auto/qml/qqmllanguage/data/I18n.qml [moved from tests/auto/declarative/qdeclarativelanguage/data/I18n.qml with 100% similarity]
tests/auto/qml/qqmllanguage/data/I18nType30.qml [moved from tests/auto/declarative/qdeclarativelanguage/data/I18nType30.qml with 100% similarity]
tests/auto/qml/qqmllanguage/data/InlineAssignmentsOverrideBindingsType.qml [moved from tests/auto/declarative/qdeclarativelanguage/data/InlineAssignmentsOverrideBindingsType.qml with 100% similarity]
tests/auto/qml/qqmllanguage/data/InlineAssignmentsOverrideBindingsType2.qml [moved from tests/auto/declarative/qdeclarativelanguage/data/InlineAssignmentsOverrideBindingsType2.qml with 100% similarity]
tests/auto/qml/qqmllanguage/data/LocalLast.qml [moved from tests/auto/declarative/qdeclarativelanguage/data/LocalLast.qml with 100% similarity]
tests/auto/qml/qqmllanguage/data/MyComponent.qml [moved from tests/auto/declarative/qdeclarativelanguage/data/MyComponent.qml with 100% similarity]
tests/auto/qml/qqmllanguage/data/MyCompositeValueSource.qml [moved from tests/auto/declarative/qdeclarativelanguage/data/MyCompositeValueSource.qml with 100% similarity]
tests/auto/qml/qqmllanguage/data/MyContainerComponent.qml [moved from tests/auto/declarative/qdeclarativelanguage/data/MyContainerComponent.qml with 100% similarity]
tests/auto/qml/qqmllanguage/data/NestedAlias.qml [moved from tests/auto/declarative/qdeclarativelanguage/data/NestedAlias.qml with 100% similarity]
tests/auto/qml/qqmllanguage/data/NestedComponentRoot.qml [moved from tests/auto/declarative/qdeclarativelanguage/data/NestedComponentRoot.qml with 100% similarity]
tests/auto/qml/qqmllanguage/data/NestedErrorsType.qml [moved from tests/auto/declarative/qdeclarativelanguage/data/NestedErrorsType.qml with 100% similarity]
tests/auto/qml/qqmllanguage/data/OnCompletedType.qml [moved from tests/auto/declarative/qdeclarativelanguage/data/OnCompletedType.qml with 100% similarity]
tests/auto/qml/qqmllanguage/data/OnDestructionType.qml [moved from tests/auto/declarative/qdeclarativelanguage/data/OnDestructionType.qml with 100% similarity]
tests/auto/qml/qqmllanguage/data/ReadOnlyType.qml [moved from tests/auto/declarative/qdeclarativelanguage/data/ReadOnlyType.qml with 100% similarity]
tests/auto/qml/qqmllanguage/data/alias.1.qml [moved from tests/auto/declarative/qdeclarativelanguage/data/alias.1.qml with 100% similarity]
tests/auto/qml/qqmllanguage/data/alias.10.qml [moved from tests/auto/declarative/qdeclarativelanguage/data/alias.10.qml with 100% similarity]
tests/auto/qml/qqmllanguage/data/alias.11.qml [moved from tests/auto/declarative/qdeclarativelanguage/data/alias.11.qml with 100% similarity]
tests/auto/qml/qqmllanguage/data/alias.2.qml [moved from tests/auto/declarative/qdeclarativelanguage/data/alias.2.qml with 100% similarity]
tests/auto/qml/qqmllanguage/data/alias.3.qml [moved from tests/auto/declarative/qdeclarativelanguage/data/alias.3.qml with 100% similarity]
tests/auto/qml/qqmllanguage/data/alias.4.qml [moved from tests/auto/declarative/qdeclarativelanguage/data/alias.4.qml with 100% similarity]
tests/auto/qml/qqmllanguage/data/alias.5.qml [moved from tests/auto/declarative/qdeclarativelanguage/data/alias.5.qml with 100% similarity]
tests/auto/qml/qqmllanguage/data/alias.6.qml [moved from tests/auto/declarative/qdeclarativelanguage/data/alias.6.qml with 100% similarity]
tests/auto/qml/qqmllanguage/data/alias.7.qml [moved from tests/auto/declarative/qdeclarativelanguage/data/alias.7.qml with 100% similarity]
tests/auto/qml/qqmllanguage/data/alias.8.qml [moved from tests/auto/declarative/qdeclarativelanguage/data/alias.8.qml with 100% similarity]
tests/auto/qml/qqmllanguage/data/alias.9.qml [moved from tests/auto/declarative/qdeclarativelanguage/data/alias.9.qml with 100% similarity]
tests/auto/qml/qqmllanguage/data/aliasPropertiesAndSignals.qml [moved from tests/auto/declarative/qdeclarativelanguage/data/aliasPropertiesAndSignals.qml with 100% similarity]
tests/auto/qml/qqmllanguage/data/aliasPropertyChangeSignals.2.qml [moved from tests/auto/declarative/qdeclarativelanguage/data/aliasPropertyChangeSignals.2.qml with 100% similarity]
tests/auto/qml/qqmllanguage/data/aliasPropertyChangeSignals.qml [moved from tests/auto/declarative/qdeclarativelanguage/data/aliasPropertyChangeSignals.qml with 100% similarity]
tests/auto/qml/qqmllanguage/data/allowedRevisionOverloads.qml [moved from tests/auto/declarative/qdeclarativelanguage/data/allowedRevisionOverloads.qml with 100% similarity]
tests/auto/qml/qqmllanguage/data/assignBasicTypes.qml [moved from tests/auto/declarative/qdeclarativelanguage/data/assignBasicTypes.qml with 100% similarity]
tests/auto/qml/qqmllanguage/data/assignCompositeToType.qml [moved from tests/auto/declarative/qdeclarativelanguage/data/assignCompositeToType.qml with 100% similarity]
tests/auto/qml/qqmllanguage/data/assignLiteralSignalProperty.qml [moved from tests/auto/declarative/qdeclarativelanguage/data/assignLiteralSignalProperty.qml with 100% similarity]
tests/auto/qml/qqmllanguage/data/assignLiteralToVar.qml [moved from tests/auto/declarative/qdeclarativelanguage/data/assignLiteralToVar.qml with 100% similarity]
tests/auto/qml/qqmllanguage/data/assignLiteralToVariant.qml [moved from tests/auto/declarative/qdeclarativelanguage/data/assignLiteralToVariant.qml with 100% similarity]
tests/auto/qml/qqmllanguage/data/assignObjectToSignal.qml [moved from tests/auto/declarative/qdeclarativelanguage/data/assignObjectToSignal.qml with 100% similarity]
tests/auto/qml/qqmllanguage/data/assignObjectToVariant.qml [moved from tests/auto/declarative/qdeclarativelanguage/data/assignObjectToVariant.qml with 100% similarity]
tests/auto/qml/qqmllanguage/data/assignQmlComponent.qml [moved from tests/auto/declarative/qdeclarativelanguage/data/assignQmlComponent.qml with 100% similarity]
tests/auto/qml/qqmllanguage/data/assignSignal.qml [moved from tests/auto/declarative/qdeclarativelanguage/data/assignSignal.qml with 100% similarity]
tests/auto/qml/qqmllanguage/data/assignToNamespace.errors.txt [moved from tests/auto/declarative/qdeclarativelanguage/data/assignToNamespace.errors.txt with 100% similarity]
tests/auto/qml/qqmllanguage/data/assignToNamespace.qml [moved from tests/auto/declarative/qdeclarativelanguage/data/assignToNamespace.qml with 100% similarity]
tests/auto/qml/qqmllanguage/data/assignTypeExtremes.qml [moved from tests/auto/declarative/qdeclarativelanguage/data/assignTypeExtremes.qml with 100% similarity]
tests/auto/qml/qqmllanguage/data/assignValueToSignal.errors.txt [moved from tests/auto/declarative/qdeclarativelanguage/data/assignValueToSignal.errors.txt with 100% similarity]
tests/auto/qml/qqmllanguage/data/assignValueToSignal.qml [moved from tests/auto/declarative/qdeclarativelanguage/data/assignValueToSignal.qml with 100% similarity]
tests/auto/qml/qqmllanguage/data/attachedProperties.qml [moved from tests/auto/declarative/qdeclarativelanguage/data/attachedProperties.qml with 100% similarity]
tests/auto/qml/qqmllanguage/data/autoComponentCreation.qml [moved from tests/auto/declarative/qdeclarativelanguage/data/autoComponentCreation.qml with 100% similarity]
tests/auto/qml/qqmllanguage/data/autoNotifyConnection.qml [moved from tests/auto/declarative/qdeclarativelanguage/data/autoNotifyConnection.qml with 100% similarity]
tests/auto/qml/qqmllanguage/data/component.1.errors.txt [moved from tests/auto/declarative/qdeclarativelanguage/data/component.1.errors.txt with 100% similarity]
tests/auto/qml/qqmllanguage/data/component.1.qml [moved from tests/auto/declarative/qdeclarativelanguage/data/component.1.qml with 100% similarity]
tests/auto/qml/qqmllanguage/data/component.2.errors.txt [moved from tests/auto/declarative/qdeclarativelanguage/data/component.2.errors.txt with 100% similarity]
tests/auto/qml/qqmllanguage/data/component.2.qml [moved from tests/auto/declarative/qdeclarativelanguage/data/component.2.qml with 100% similarity]
tests/auto/qml/qqmllanguage/data/component.3.errors.txt [moved from tests/auto/declarative/qdeclarativelanguage/data/component.3.errors.txt with 100% similarity]
tests/auto/qml/qqmllanguage/data/component.3.qml [moved from tests/auto/declarative/qdeclarativelanguage/data/component.3.qml with 100% similarity]
tests/auto/qml/qqmllanguage/data/component.4.errors.txt [moved from tests/auto/declarative/qdeclarativelanguage/data/component.4.errors.txt with 100% similarity]
tests/auto/qml/qqmllanguage/data/component.4.qml [moved from tests/auto/declarative/qdeclarativelanguage/data/component.4.qml with 100% similarity]
tests/auto/qml/qqmllanguage/data/component.5.errors.txt [moved from tests/auto/declarative/qdeclarativelanguage/data/component.5.errors.txt with 100% similarity]
tests/auto/qml/qqmllanguage/data/component.5.qml [moved from tests/auto/declarative/qdeclarativelanguage/data/component.5.qml with 100% similarity]
tests/auto/qml/qqmllanguage/data/component.6.errors.txt [moved from tests/auto/declarative/qdeclarativelanguage/data/component.6.errors.txt with 100% similarity]
tests/auto/qml/qqmllanguage/data/component.6.qml [moved from tests/auto/declarative/qdeclarativelanguage/data/component.6.qml with 100% similarity]
tests/auto/qml/qqmllanguage/data/component.7.errors.txt [moved from tests/auto/declarative/qdeclarativelanguage/data/component.7.errors.txt with 100% similarity]
tests/auto/qml/qqmllanguage/data/component.7.qml [moved from tests/auto/declarative/qdeclarativelanguage/data/component.7.qml with 100% similarity]
tests/auto/qml/qqmllanguage/data/component.8.errors.txt [moved from tests/auto/declarative/qdeclarativelanguage/data/component.8.errors.txt with 100% similarity]
tests/auto/qml/qqmllanguage/data/component.8.qml [moved from tests/auto/declarative/qdeclarativelanguage/data/component.8.qml with 100% similarity]
tests/auto/qml/qqmllanguage/data/component.9.errors.txt [moved from tests/auto/declarative/qdeclarativelanguage/data/component.9.errors.txt with 100% similarity]
tests/auto/qml/qqmllanguage/data/component.9.qml [moved from tests/auto/declarative/qdeclarativelanguage/data/component.9.qml with 100% similarity]
tests/auto/qml/qqmllanguage/data/componentCompositeType.qml [moved from tests/auto/declarative/qdeclarativelanguage/data/componentCompositeType.qml with 100% similarity]
tests/auto/qml/qqmllanguage/data/cppnamespace.2.qml [moved from tests/auto/declarative/qdeclarativelanguage/data/cppnamespace.2.qml with 100% similarity]
tests/auto/qml/qqmllanguage/data/cppnamespace.qml [moved from tests/auto/declarative/qdeclarativelanguage/data/cppnamespace.qml with 100% similarity]
tests/auto/qml/qqmllanguage/data/crash2.qml [moved from tests/auto/declarative/qdeclarativelanguage/data/crash2.qml with 100% similarity]
tests/auto/qml/qqmllanguage/data/customOnProperty.qml [moved from tests/auto/declarative/qdeclarativelanguage/data/customOnProperty.qml with 100% similarity]
tests/auto/qml/qqmllanguage/data/customParserIdNotAllowed.errors.txt [moved from tests/auto/declarative/qdeclarativelanguage/data/customParserIdNotAllowed.errors.txt with 100% similarity]
tests/auto/qml/qqmllanguage/data/customParserIdNotAllowed.qml [moved from tests/auto/declarative/qdeclarativelanguage/data/customParserIdNotAllowed.qml with 100% similarity]
tests/auto/qml/qqmllanguage/data/customParserTypes.qml [moved from tests/auto/declarative/qdeclarativelanguage/data/customParserTypes.qml with 100% similarity]
tests/auto/qml/qqmllanguage/data/customVariantTypes.qml [moved from tests/auto/declarative/qdeclarativelanguage/data/customVariantTypes.qml with 100% similarity]
tests/auto/qml/qqmllanguage/data/declaredPropertyValues.qml [moved from tests/auto/declarative/qdeclarativelanguage/data/declaredPropertyValues.qml with 100% similarity]
tests/auto/qml/qqmllanguage/data/defaultGrouped.errors.txt [moved from tests/auto/declarative/qdeclarativelanguage/data/defaultGrouped.errors.txt with 100% similarity]
tests/auto/qml/qqmllanguage/data/defaultGrouped.qml [moved from tests/auto/declarative/qdeclarativelanguage/data/defaultGrouped.qml with 100% similarity]
tests/auto/qml/qqmllanguage/data/defaultPropertyListOrder.qml [moved from tests/auto/declarative/qdeclarativelanguage/data/defaultPropertyListOrder.qml with 100% similarity]
tests/auto/qml/qqmllanguage/data/destroyedSignal.errors.txt [moved from tests/auto/declarative/qdeclarativelanguage/data/destroyedSignal.errors.txt with 100% similarity]
tests/auto/qml/qqmllanguage/data/destroyedSignal.qml [moved from tests/auto/declarative/qdeclarativelanguage/data/destroyedSignal.qml with 100% similarity]
tests/auto/qml/qqmllanguage/data/disallowedRevisionOverloads.errors.txt [moved from tests/auto/declarative/qdeclarativelanguage/data/disallowedRevisionOverloads.errors.txt with 100% similarity]
tests/auto/qml/qqmllanguage/data/disallowedRevisionOverloads.qml [moved from tests/auto/declarative/qdeclarativelanguage/data/disallowedRevisionOverloads.qml with 100% similarity]
tests/auto/qml/qqmllanguage/data/dontDoubleCallClassBegin.qml [moved from tests/auto/declarative/qdeclarativelanguage/data/dontDoubleCallClassBegin.qml with 100% similarity]
tests/auto/qml/qqmllanguage/data/doubleSignal.errors.txt [moved from tests/auto/declarative/qdeclarativelanguage/data/doubleSignal.errors.txt with 100% similarity]
tests/auto/qml/qqmllanguage/data/doubleSignal.qml [moved from tests/auto/declarative/qdeclarativelanguage/data/doubleSignal.qml with 100% similarity]
tests/auto/qml/qqmllanguage/data/duplicateIDs.errors.txt [moved from tests/auto/declarative/qdeclarativelanguage/data/duplicateIDs.errors.txt with 100% similarity]
tests/auto/qml/qqmllanguage/data/duplicateIDs.qml [moved from tests/auto/declarative/qdeclarativelanguage/data/duplicateIDs.qml with 100% similarity]
tests/auto/qml/qqmllanguage/data/dynamicMeta.1.errors.txt [moved from tests/auto/declarative/qdeclarativelanguage/data/dynamicMeta.1.errors.txt with 100% similarity]
tests/auto/qml/qqmllanguage/data/dynamicMeta.1.qml [moved from tests/auto/declarative/qdeclarativelanguage/data/dynamicMeta.1.qml with 100% similarity]
tests/auto/qml/qqmllanguage/data/dynamicMeta.2.errors.txt [moved from tests/auto/declarative/qdeclarativelanguage/data/dynamicMeta.2.errors.txt with 100% similarity]
tests/auto/qml/qqmllanguage/data/dynamicMeta.2.qml [moved from tests/auto/declarative/qdeclarativelanguage/data/dynamicMeta.2.qml with 100% similarity]
tests/auto/qml/qqmllanguage/data/dynamicMeta.3.errors.txt [moved from tests/auto/declarative/qdeclarativelanguage/data/dynamicMeta.3.errors.txt with 100% similarity]
tests/auto/qml/qqmllanguage/data/dynamicMeta.3.qml [moved from tests/auto/declarative/qdeclarativelanguage/data/dynamicMeta.3.qml with 100% similarity]
tests/auto/qml/qqmllanguage/data/dynamicMeta.4.errors.txt [moved from tests/auto/declarative/qdeclarativelanguage/data/dynamicMeta.4.errors.txt with 100% similarity]
tests/auto/qml/qqmllanguage/data/dynamicMeta.4.qml [moved from tests/auto/declarative/qdeclarativelanguage/data/dynamicMeta.4.qml with 100% similarity]
tests/auto/qml/qqmllanguage/data/dynamicMeta.5.errors.txt [moved from tests/auto/declarative/qdeclarativelanguage/data/dynamicMeta.5.errors.txt with 100% similarity]
tests/auto/qml/qqmllanguage/data/dynamicMeta.5.qml [moved from tests/auto/declarative/qdeclarativelanguage/data/dynamicMeta.5.qml with 100% similarity]
tests/auto/qml/qqmllanguage/data/dynamicObject.1.qml [moved from tests/auto/declarative/qdeclarativelanguage/data/dynamicObject.1.qml with 100% similarity]
tests/auto/qml/qqmllanguage/data/dynamicObjectProperties.2.qml [moved from tests/auto/declarative/qdeclarativelanguage/data/dynamicObjectProperties.2.qml with 100% similarity]
tests/auto/qml/qqmllanguage/data/dynamicObjectProperties.qml [moved from tests/auto/declarative/qdeclarativelanguage/data/dynamicObjectProperties.qml with 100% similarity]
tests/auto/qml/qqmllanguage/data/dynamicProperties.qml [moved from tests/auto/declarative/qdeclarativelanguage/data/dynamicProperties.qml with 100% similarity]
tests/auto/qml/qqmllanguage/data/dynamicPropertiesNested.qml [moved from tests/auto/declarative/qdeclarativelanguage/data/dynamicPropertiesNested.qml with 100% similarity]
tests/auto/qml/qqmllanguage/data/dynamicSignalsAndSlots.qml [moved from tests/auto/declarative/qdeclarativelanguage/data/dynamicSignalsAndSlots.qml with 100% similarity]
tests/auto/qml/qqmllanguage/data/empty.errors.txt [moved from tests/auto/declarative/qdeclarativelanguage/data/empty.errors.txt with 100% similarity]
tests/auto/qml/qqmllanguage/data/empty.qml [moved from tests/auto/declarative/qdeclarativelanguage/data/empty.qml with 100% similarity]
tests/auto/qml/qqmllanguage/data/emptySignal.errors.txt [moved from tests/auto/declarative/qdeclarativelanguage/data/emptySignal.errors.txt with 100% similarity]
tests/auto/qml/qqmllanguage/data/emptySignal.qml [moved from tests/auto/declarative/qdeclarativelanguage/data/emptySignal.qml with 100% similarity]
tests/auto/qml/qqmllanguage/data/enumTypes.errors.txt [moved from tests/auto/declarative/qdeclarativelanguage/data/enumTypes.errors.txt with 100% similarity]
tests/auto/qml/qqmllanguage/data/enumTypes.qml [moved from tests/auto/declarative/qdeclarativelanguage/data/enumTypes.qml with 100% similarity]
tests/auto/qml/qqmllanguage/data/failingComponent.errors.txt [moved from tests/auto/declarative/qdeclarativelanguage/data/failingComponent.errors.txt with 100% similarity]
tests/auto/qml/qqmllanguage/data/failingComponentTest.qml [moved from tests/auto/declarative/qdeclarativelanguage/data/failingComponentTest.qml with 100% similarity]
tests/auto/qml/qqmllanguage/data/fakeDotProperty.errors.txt [moved from tests/auto/declarative/qdeclarativelanguage/data/fakeDotProperty.errors.txt with 100% similarity]
tests/auto/qml/qqmllanguage/data/fakeDotProperty.qml [moved from tests/auto/declarative/qdeclarativelanguage/data/fakeDotProperty.qml with 100% similarity]
tests/auto/qml/qqmllanguage/data/finalOverride.errors.txt [moved from tests/auto/declarative/qdeclarativelanguage/data/finalOverride.errors.txt with 100% similarity]
tests/auto/qml/qqmllanguage/data/finalOverride.qml [moved from tests/auto/declarative/qdeclarativelanguage/data/finalOverride.qml with 100% similarity]
tests/auto/qml/qqmllanguage/data/i18nDeclaredPropertyNames.qml [moved from tests/auto/declarative/qdeclarativelanguage/data/i18nDeclaredPropertyNames.qml with 100% similarity]
tests/auto/qml/qqmllanguage/data/i18nDeclaredPropertyUse.qml [moved from tests/auto/declarative/qdeclarativelanguage/data/i18nDeclaredPropertyUse.qml with 100% similarity]
tests/auto/qml/qqmllanguage/data/i18nNameSpace.qml [moved from tests/auto/declarative/qdeclarativelanguage/data/i18nNameSpace.qml with 100% similarity]
tests/auto/qml/qqmllanguage/data/i18nScript.qml [moved from tests/auto/declarative/qdeclarativelanguage/data/i18nScript.qml with 100% similarity]
tests/auto/qml/qqmllanguage/data/i18nStrings.qml [moved from tests/auto/declarative/qdeclarativelanguage/data/i18nStrings.qml with 100% similarity]
tests/auto/qml/qqmllanguage/data/i18nType.qml [moved from tests/auto/declarative/qdeclarativelanguage/data/i18nType.qml with 100% similarity]
tests/auto/qml/qqmllanguage/data/idProperty.qml [moved from tests/auto/declarative/qdeclarativelanguage/data/idProperty.qml with 100% similarity]
tests/auto/qml/qqmllanguage/data/importFile.errors.txt [moved from tests/auto/declarative/qdeclarativelanguage/data/importFile.errors.txt with 100% similarity]
tests/auto/qml/qqmllanguage/data/importFile.qml [moved from tests/auto/declarative/qdeclarativelanguage/data/importFile.qml with 100% similarity]
tests/auto/qml/qqmllanguage/data/importIncorrectCase.qml [moved from tests/auto/declarative/qdeclarativelanguage/data/importIncorrectCase.qml with 100% similarity]
tests/auto/qml/qqmllanguage/data/importJs.1.errors.txt [moved from tests/auto/declarative/qdeclarativelanguage/data/importJs.1.errors.txt with 100% similarity]
tests/auto/qml/qqmllanguage/data/importJs.1.qml [moved from tests/auto/declarative/qdeclarativelanguage/data/importJs.1.qml with 100% similarity]
tests/auto/qml/qqmllanguage/data/importJs.10.errors.txt [moved from tests/auto/declarative/qdeclarativelanguage/data/importJs.10.errors.txt with 100% similarity]
tests/auto/qml/qqmllanguage/data/importJs.10.qml [moved from tests/auto/declarative/qdeclarativelanguage/data/importJs.10.qml with 100% similarity]
tests/auto/qml/qqmllanguage/data/importJs.2.errors.txt [moved from tests/auto/declarative/qdeclarativelanguage/data/importJs.2.errors.txt with 100% similarity]
tests/auto/qml/qqmllanguage/data/importJs.2.qml [moved from tests/auto/declarative/qdeclarativelanguage/data/importJs.2.qml with 100% similarity]
tests/auto/qml/qqmllanguage/data/importJs.3.errors.txt [moved from tests/auto/declarative/qdeclarativelanguage/data/importJs.3.errors.txt with 100% similarity]
tests/auto/qml/qqmllanguage/data/importJs.3.qml [moved from tests/auto/declarative/qdeclarativelanguage/data/importJs.3.qml with 100% similarity]
tests/auto/qml/qqmllanguage/data/importJs.4.errors.txt [moved from tests/auto/declarative/qdeclarativelanguage/data/importJs.4.errors.txt with 100% similarity]
tests/auto/qml/qqmllanguage/data/importJs.4.qml [moved from tests/auto/declarative/qdeclarativelanguage/data/importJs.4.qml with 100% similarity]
tests/auto/qml/qqmllanguage/data/importJs.5.errors.txt [moved from tests/auto/declarative/qdeclarativelanguage/data/importJs.5.errors.txt with 100% similarity]
tests/auto/qml/qqmllanguage/data/importJs.5.qml [moved from tests/auto/declarative/qdeclarativelanguage/data/importJs.5.qml with 100% similarity]
tests/auto/qml/qqmllanguage/data/importJs.6.errors.txt [moved from tests/auto/declarative/qdeclarativelanguage/data/importJs.6.errors.txt with 100% similarity]
tests/auto/qml/qqmllanguage/data/importJs.6.qml [moved from tests/auto/declarative/qdeclarativelanguage/data/importJs.6.qml with 100% similarity]
tests/auto/qml/qqmllanguage/data/importJs.7.errors.txt [moved from tests/auto/declarative/qdeclarativelanguage/data/importJs.7.errors.txt with 100% similarity]
tests/auto/qml/qqmllanguage/data/importJs.7.qml [moved from tests/auto/declarative/qdeclarativelanguage/data/importJs.7.qml with 100% similarity]
tests/auto/qml/qqmllanguage/data/importJs.8.errors.txt [moved from tests/auto/declarative/qdeclarativelanguage/data/importJs.8.errors.txt with 100% similarity]
tests/auto/qml/qqmllanguage/data/importJs.8.qml [moved from tests/auto/declarative/qdeclarativelanguage/data/importJs.8.qml with 100% similarity]
tests/auto/qml/qqmllanguage/data/importJs.9.errors.txt [moved from tests/auto/declarative/qdeclarativelanguage/data/importJs.9.errors.txt with 100% similarity]
tests/auto/qml/qqmllanguage/data/importJs.9.qml [moved from tests/auto/declarative/qdeclarativelanguage/data/importJs.9.qml with 100% similarity]
tests/auto/qml/qqmllanguage/data/importNamespaceConflict.errors.txt [moved from tests/auto/declarative/qdeclarativelanguage/data/importNamespaceConflict.errors.txt with 100% similarity]
tests/auto/qml/qqmllanguage/data/importNamespaceConflict.qml [moved from tests/auto/declarative/qdeclarativelanguage/data/importNamespaceConflict.qml with 100% similarity]
tests/auto/qml/qqmllanguage/data/importNewerVersion.errors.txt [moved from tests/auto/declarative/qdeclarativelanguage/data/importNewerVersion.errors.txt with 100% similarity]
tests/auto/qml/qqmllanguage/data/importNewerVersion.qml [moved from tests/auto/declarative/qdeclarativelanguage/data/importNewerVersion.qml with 100% similarity]
tests/auto/qml/qqmllanguage/data/importNonExist.errors.txt [moved from tests/auto/declarative/qdeclarativelanguage/data/importNonExist.errors.txt with 100% similarity]
tests/auto/qml/qqmllanguage/data/importNonExist.qml [moved from tests/auto/declarative/qdeclarativelanguage/data/importNonExist.qml with 100% similarity]
tests/auto/qml/qqmllanguage/data/importNonExistOlder.errors.txt [moved from tests/auto/declarative/qdeclarativelanguage/data/importNonExistOlder.errors.txt with 100% similarity]
tests/auto/qml/qqmllanguage/data/importNonExistOlder.qml [moved from tests/auto/declarative/qdeclarativelanguage/data/importNonExistOlder.qml with 100% similarity]
tests/auto/qml/qqmllanguage/data/importVersionMissingBuiltIn.errors.txt [moved from tests/auto/declarative/qdeclarativelanguage/data/importVersionMissingBuiltIn.errors.txt with 100% similarity]
tests/auto/qml/qqmllanguage/data/importVersionMissingBuiltIn.qml [moved from tests/auto/declarative/qdeclarativelanguage/data/importVersionMissingBuiltIn.qml with 100% similarity]
tests/auto/qml/qqmllanguage/data/importVersionMissingInstalled.errors.txt [moved from tests/auto/declarative/qdeclarativelanguage/data/importVersionMissingInstalled.errors.txt with 100% similarity]
tests/auto/qml/qqmllanguage/data/importVersionMissingInstalled.qml [moved from tests/auto/declarative/qdeclarativelanguage/data/importVersionMissingInstalled.qml with 100% similarity]
tests/auto/qml/qqmllanguage/data/importscript.1.errors.txt [moved from tests/auto/declarative/qdeclarativelanguage/data/importscript.1.errors.txt with 100% similarity]
tests/auto/qml/qqmllanguage/data/importscript.1.qml [moved from tests/auto/declarative/qdeclarativelanguage/data/importscript.1.qml with 100% similarity]
tests/auto/qml/qqmllanguage/data/incorrectCase.errors.insensitive.txt [moved from tests/auto/declarative/qdeclarativelanguage/data/incorrectCase.errors.insensitive.txt with 100% similarity]
tests/auto/qml/qqmllanguage/data/incorrectCase.errors.sensitive.txt [moved from tests/auto/declarative/qdeclarativelanguage/data/incorrectCase.errors.sensitive.txt with 100% similarity]
tests/auto/qml/qqmllanguage/data/incorrectCase.qml [moved from tests/auto/declarative/qdeclarativelanguage/data/incorrectCase.qml with 100% similarity]
tests/auto/qml/qqmllanguage/data/incorrectCaseType.qml [moved from tests/auto/declarative/qdeclarativelanguage/data/incorrectCaseType.qml with 100% similarity]
tests/auto/qml/qqmllanguage/data/inlineAssignmentsOverrideBindings.qml [moved from tests/auto/declarative/qdeclarativelanguage/data/inlineAssignmentsOverrideBindings.qml with 100% similarity]
tests/auto/qml/qqmllanguage/data/inlineQmlComponents.qml [moved from tests/auto/declarative/qdeclarativelanguage/data/inlineQmlComponents.qml with 100% similarity]
tests/auto/qml/qqmllanguage/data/insertedSemicolon.1.errors.txt [moved from tests/auto/declarative/qdeclarativelanguage/data/insertedSemicolon.1.errors.txt with 100% similarity]
tests/auto/qml/qqmllanguage/data/insertedSemicolon.1.qml [moved from tests/auto/declarative/qdeclarativelanguage/data/insertedSemicolon.1.qml with 100% similarity]
tests/auto/qml/qqmllanguage/data/interfaceProperty.qml [moved from tests/auto/declarative/qdeclarativelanguage/data/interfaceProperty.qml with 100% similarity]
tests/auto/qml/qqmllanguage/data/interfaceQList.qml [moved from tests/auto/declarative/qdeclarativelanguage/data/interfaceQList.qml with 100% similarity]
tests/auto/qml/qqmllanguage/data/invalidAlias.1.errors.txt [moved from tests/auto/declarative/qdeclarativelanguage/data/invalidAlias.1.errors.txt with 100% similarity]
tests/auto/qml/qqmllanguage/data/invalidAlias.1.qml [moved from tests/auto/declarative/qdeclarativelanguage/data/invalidAlias.1.qml with 100% similarity]
tests/auto/qml/qqmllanguage/data/invalidAlias.10.errors.txt [moved from tests/auto/declarative/qdeclarativelanguage/data/invalidAlias.10.errors.txt with 100% similarity]
tests/auto/qml/qqmllanguage/data/invalidAlias.10.qml [moved from tests/auto/declarative/qdeclarativelanguage/data/invalidAlias.10.qml with 100% similarity]
tests/auto/qml/qqmllanguage/data/invalidAlias.2.errors.txt [moved from tests/auto/declarative/qdeclarativelanguage/data/invalidAlias.2.errors.txt with 100% similarity]
tests/auto/qml/qqmllanguage/data/invalidAlias.2.qml [moved from tests/auto/declarative/qdeclarativelanguage/data/invalidAlias.2.qml with 100% similarity]
tests/auto/qml/qqmllanguage/data/invalidAlias.3.errors.txt [moved from tests/auto/declarative/qdeclarativelanguage/data/invalidAlias.3.errors.txt with 100% similarity]
tests/auto/qml/qqmllanguage/data/invalidAlias.3.qml [moved from tests/auto/declarative/qdeclarativelanguage/data/invalidAlias.3.qml with 100% similarity]
tests/auto/qml/qqmllanguage/data/invalidAlias.4.errors.txt [moved from tests/auto/declarative/qdeclarativelanguage/data/invalidAlias.4.errors.txt with 100% similarity]
tests/auto/qml/qqmllanguage/data/invalidAlias.4.qml [moved from tests/auto/declarative/qdeclarativelanguage/data/invalidAlias.4.qml with 100% similarity]
tests/auto/qml/qqmllanguage/data/invalidAlias.5.errors.txt [moved from tests/auto/declarative/qdeclarativelanguage/data/invalidAlias.5.errors.txt with 100% similarity]
tests/auto/qml/qqmllanguage/data/invalidAlias.5.qml [moved from tests/auto/declarative/qdeclarativelanguage/data/invalidAlias.5.qml with 100% similarity]
tests/auto/qml/qqmllanguage/data/invalidAlias.6.errors.txt [moved from tests/auto/declarative/qdeclarativelanguage/data/invalidAlias.6.errors.txt with 100% similarity]
tests/auto/qml/qqmllanguage/data/invalidAlias.6.qml [moved from tests/auto/declarative/qdeclarativelanguage/data/invalidAlias.6.qml with 100% similarity]
tests/auto/qml/qqmllanguage/data/invalidAlias.7.errors.txt [moved from tests/auto/declarative/qdeclarativelanguage/data/invalidAlias.7.errors.txt with 100% similarity]
tests/auto/qml/qqmllanguage/data/invalidAlias.7.qml [moved from tests/auto/declarative/qdeclarativelanguage/data/invalidAlias.7.qml with 100% similarity]
tests/auto/qml/qqmllanguage/data/invalidAlias.8.errors.txt [moved from tests/auto/declarative/qdeclarativelanguage/data/invalidAlias.8.errors.txt with 100% similarity]
tests/auto/qml/qqmllanguage/data/invalidAlias.8.qml [moved from tests/auto/declarative/qdeclarativelanguage/data/invalidAlias.8.qml with 100% similarity]
tests/auto/qml/qqmllanguage/data/invalidAlias.9.errors.txt [moved from tests/auto/declarative/qdeclarativelanguage/data/invalidAlias.9.errors.txt with 100% similarity]
tests/auto/qml/qqmllanguage/data/invalidAlias.9.qml [moved from tests/auto/declarative/qdeclarativelanguage/data/invalidAlias.9.qml with 100% similarity]
tests/auto/qml/qqmllanguage/data/invalidAttachedProperty.1.errors.txt [moved from tests/auto/declarative/qdeclarativelanguage/data/invalidAttachedProperty.1.errors.txt with 100% similarity]
tests/auto/qml/qqmllanguage/data/invalidAttachedProperty.1.qml [moved from tests/auto/declarative/qdeclarativelanguage/data/invalidAttachedProperty.1.qml with 100% similarity]
tests/auto/qml/qqmllanguage/data/invalidAttachedProperty.10.errors.txt [moved from tests/auto/declarative/qdeclarativelanguage/data/invalidAttachedProperty.10.errors.txt with 100% similarity]
tests/auto/qml/qqmllanguage/data/invalidAttachedProperty.10.qml [moved from tests/auto/declarative/qdeclarativelanguage/data/invalidAttachedProperty.10.qml with 100% similarity]
tests/auto/qml/qqmllanguage/data/invalidAttachedProperty.11.errors.txt [moved from tests/auto/declarative/qdeclarativelanguage/data/invalidAttachedProperty.11.errors.txt with 100% similarity]
tests/auto/qml/qqmllanguage/data/invalidAttachedProperty.11.qml [moved from tests/auto/declarative/qdeclarativelanguage/data/invalidAttachedProperty.11.qml with 100% similarity]
tests/auto/qml/qqmllanguage/data/invalidAttachedProperty.12.errors.txt [moved from tests/auto/declarative/qdeclarativelanguage/data/invalidAttachedProperty.12.errors.txt with 100% similarity]
tests/auto/qml/qqmllanguage/data/invalidAttachedProperty.12.qml [moved from tests/auto/declarative/qdeclarativelanguage/data/invalidAttachedProperty.12.qml with 100% similarity]
tests/auto/qml/qqmllanguage/data/invalidAttachedProperty.13.errors.txt [moved from tests/auto/declarative/qdeclarativelanguage/data/invalidAttachedProperty.13.errors.txt with 100% similarity]
tests/auto/qml/qqmllanguage/data/invalidAttachedProperty.13.qml [moved from tests/auto/declarative/qdeclarativelanguage/data/invalidAttachedProperty.13.qml with 100% similarity]
tests/auto/qml/qqmllanguage/data/invalidAttachedProperty.2.errors.txt [moved from tests/auto/declarative/qdeclarativelanguage/data/invalidAttachedProperty.2.errors.txt with 100% similarity]
tests/auto/qml/qqmllanguage/data/invalidAttachedProperty.2.qml [moved from tests/auto/declarative/qdeclarativelanguage/data/invalidAttachedProperty.2.qml with 100% similarity]
tests/auto/qml/qqmllanguage/data/invalidAttachedProperty.3.errors.txt [moved from tests/auto/declarative/qdeclarativelanguage/data/invalidAttachedProperty.3.errors.txt with 100% similarity]
tests/auto/qml/qqmllanguage/data/invalidAttachedProperty.3.qml [moved from tests/auto/declarative/qdeclarativelanguage/data/invalidAttachedProperty.3.qml with 100% similarity]
tests/auto/qml/qqmllanguage/data/invalidAttachedProperty.4.errors.txt [moved from tests/auto/declarative/qdeclarativelanguage/data/invalidAttachedProperty.4.errors.txt with 100% similarity]
tests/auto/qml/qqmllanguage/data/invalidAttachedProperty.4.qml [moved from tests/auto/declarative/qdeclarativelanguage/data/invalidAttachedProperty.4.qml with 100% similarity]
tests/auto/qml/qqmllanguage/data/invalidAttachedProperty.5.errors.txt [moved from tests/auto/declarative/qdeclarativelanguage/data/invalidAttachedProperty.5.errors.txt with 100% similarity]
tests/auto/qml/qqmllanguage/data/invalidAttachedProperty.5.qml [moved from tests/auto/declarative/qdeclarativelanguage/data/invalidAttachedProperty.5.qml with 100% similarity]
tests/auto/qml/qqmllanguage/data/invalidAttachedProperty.6.errors.txt [moved from tests/auto/declarative/qdeclarativelanguage/data/invalidAttachedProperty.6.errors.txt with 100% similarity]
tests/auto/qml/qqmllanguage/data/invalidAttachedProperty.6.qml [moved from tests/auto/declarative/qdeclarativelanguage/data/invalidAttachedProperty.6.qml with 100% similarity]
tests/auto/qml/qqmllanguage/data/invalidAttachedProperty.7.errors.txt [moved from tests/auto/declarative/qdeclarativelanguage/data/invalidAttachedProperty.7.errors.txt with 100% similarity]
tests/auto/qml/qqmllanguage/data/invalidAttachedProperty.7.qml [moved from tests/auto/declarative/qdeclarativelanguage/data/invalidAttachedProperty.7.qml with 100% similarity]
tests/auto/qml/qqmllanguage/data/invalidAttachedProperty.8.errors.txt [moved from tests/auto/declarative/qdeclarativelanguage/data/invalidAttachedProperty.8.errors.txt with 100% similarity]
tests/auto/qml/qqmllanguage/data/invalidAttachedProperty.8.qml [moved from tests/auto/declarative/qdeclarativelanguage/data/invalidAttachedProperty.8.qml with 100% similarity]
tests/auto/qml/qqmllanguage/data/invalidAttachedProperty.9.errors.txt [moved from tests/auto/declarative/qdeclarativelanguage/data/invalidAttachedProperty.9.errors.txt with 100% similarity]
tests/auto/qml/qqmllanguage/data/invalidAttachedProperty.9.qml [moved from tests/auto/declarative/qdeclarativelanguage/data/invalidAttachedProperty.9.qml with 100% similarity]
tests/auto/qml/qqmllanguage/data/invalidGroupedProperty.1.errors.txt [moved from tests/auto/declarative/qdeclarativelanguage/data/invalidGroupedProperty.1.errors.txt with 100% similarity]
tests/auto/qml/qqmllanguage/data/invalidGroupedProperty.1.qml [moved from tests/auto/declarative/qdeclarativelanguage/data/invalidGroupedProperty.1.qml with 100% similarity]
tests/auto/qml/qqmllanguage/data/invalidGroupedProperty.10.errors.txt [moved from tests/auto/declarative/qdeclarativelanguage/data/invalidGroupedProperty.10.errors.txt with 100% similarity]
tests/auto/qml/qqmllanguage/data/invalidGroupedProperty.10.qml [moved from tests/auto/declarative/qdeclarativelanguage/data/invalidGroupedProperty.10.qml with 100% similarity]
tests/auto/qml/qqmllanguage/data/invalidGroupedProperty.2.errors.txt [moved from tests/auto/declarative/qdeclarativelanguage/data/invalidGroupedProperty.2.errors.txt with 100% similarity]
tests/auto/qml/qqmllanguage/data/invalidGroupedProperty.2.qml [moved from tests/auto/declarative/qdeclarativelanguage/data/invalidGroupedProperty.2.qml with 100% similarity]
tests/auto/qml/qqmllanguage/data/invalidGroupedProperty.3.errors.txt [moved from tests/auto/declarative/qdeclarativelanguage/data/invalidGroupedProperty.3.errors.txt with 100% similarity]
tests/auto/qml/qqmllanguage/data/invalidGroupedProperty.3.qml [moved from tests/auto/declarative/qdeclarativelanguage/data/invalidGroupedProperty.3.qml with 100% similarity]
tests/auto/qml/qqmllanguage/data/invalidGroupedProperty.4.errors.txt [moved from tests/auto/declarative/qdeclarativelanguage/data/invalidGroupedProperty.4.errors.txt with 100% similarity]
tests/auto/qml/qqmllanguage/data/invalidGroupedProperty.4.qml [moved from tests/auto/declarative/qdeclarativelanguage/data/invalidGroupedProperty.4.qml with 100% similarity]
tests/auto/qml/qqmllanguage/data/invalidGroupedProperty.5.errors.txt [moved from tests/auto/declarative/qdeclarativelanguage/data/invalidGroupedProperty.5.errors.txt with 100% similarity]
tests/auto/qml/qqmllanguage/data/invalidGroupedProperty.5.qml [moved from tests/auto/declarative/qdeclarativelanguage/data/invalidGroupedProperty.5.qml with 100% similarity]
tests/auto/qml/qqmllanguage/data/invalidGroupedProperty.6.errors.txt [moved from tests/auto/declarative/qdeclarativelanguage/data/invalidGroupedProperty.6.errors.txt with 100% similarity]
tests/auto/qml/qqmllanguage/data/invalidGroupedProperty.6.qml [moved from tests/auto/declarative/qdeclarativelanguage/data/invalidGroupedProperty.6.qml with 100% similarity]
tests/auto/qml/qqmllanguage/data/invalidGroupedProperty.7.errors.txt [moved from tests/auto/declarative/qdeclarativelanguage/data/invalidGroupedProperty.7.errors.txt with 100% similarity]
tests/auto/qml/qqmllanguage/data/invalidGroupedProperty.7.qml [moved from tests/auto/declarative/qdeclarativelanguage/data/invalidGroupedProperty.7.qml with 100% similarity]
tests/auto/qml/qqmllanguage/data/invalidGroupedProperty.8.errors.txt [moved from tests/auto/declarative/qdeclarativelanguage/data/invalidGroupedProperty.8.errors.txt with 100% similarity]
tests/auto/qml/qqmllanguage/data/invalidGroupedProperty.8.qml [moved from tests/auto/declarative/qdeclarativelanguage/data/invalidGroupedProperty.8.qml with 100% similarity]
tests/auto/qml/qqmllanguage/data/invalidGroupedProperty.9.errors.txt [moved from tests/auto/declarative/qdeclarativelanguage/data/invalidGroupedProperty.9.errors.txt with 100% similarity]
tests/auto/qml/qqmllanguage/data/invalidGroupedProperty.9.qml [moved from tests/auto/declarative/qdeclarativelanguage/data/invalidGroupedProperty.9.qml with 100% similarity]
tests/auto/qml/qqmllanguage/data/invalidID.2.errors.txt [moved from tests/auto/declarative/qdeclarativelanguage/data/invalidID.2.errors.txt with 100% similarity]
tests/auto/qml/qqmllanguage/data/invalidID.2.qml [moved from tests/auto/declarative/qdeclarativelanguage/data/invalidID.2.qml with 100% similarity]
tests/auto/qml/qqmllanguage/data/invalidID.3.errors.txt [moved from tests/auto/declarative/qdeclarativelanguage/data/invalidID.3.errors.txt with 100% similarity]
tests/auto/qml/qqmllanguage/data/invalidID.3.qml [moved from tests/auto/declarative/qdeclarativelanguage/data/invalidID.3.qml with 100% similarity]
tests/auto/qml/qqmllanguage/data/invalidID.4.errors.txt [moved from tests/auto/declarative/qdeclarativelanguage/data/invalidID.4.errors.txt with 100% similarity]
tests/auto/qml/qqmllanguage/data/invalidID.4.qml [moved from tests/auto/declarative/qdeclarativelanguage/data/invalidID.4.qml with 100% similarity]
tests/auto/qml/qqmllanguage/data/invalidID.5.errors.txt [moved from tests/auto/declarative/qdeclarativelanguage/data/invalidID.5.errors.txt with 100% similarity]
tests/auto/qml/qqmllanguage/data/invalidID.5.qml [moved from tests/auto/declarative/qdeclarativelanguage/data/invalidID.5.qml with 100% similarity]
tests/auto/qml/qqmllanguage/data/invalidID.6.errors.txt [moved from tests/auto/declarative/qdeclarativelanguage/data/invalidID.6.errors.txt with 100% similarity]
tests/auto/qml/qqmllanguage/data/invalidID.6.qml [moved from tests/auto/declarative/qdeclarativelanguage/data/invalidID.6.qml with 100% similarity]
tests/auto/qml/qqmllanguage/data/invalidID.7.errors.txt [moved from tests/auto/declarative/qdeclarativelanguage/data/invalidID.7.errors.txt with 100% similarity]
tests/auto/qml/qqmllanguage/data/invalidID.7.qml [moved from tests/auto/declarative/qdeclarativelanguage/data/invalidID.7.qml with 100% similarity]
tests/auto/qml/qqmllanguage/data/invalidID.8.errors.txt [moved from tests/auto/declarative/qdeclarativelanguage/data/invalidID.8.errors.txt with 100% similarity]
tests/auto/qml/qqmllanguage/data/invalidID.8.qml [moved from tests/auto/declarative/qdeclarativelanguage/data/invalidID.8.qml with 100% similarity]
tests/auto/qml/qqmllanguage/data/invalidID.9.errors.txt [moved from tests/auto/declarative/qdeclarativelanguage/data/invalidID.9.errors.txt with 100% similarity]
tests/auto/qml/qqmllanguage/data/invalidID.9.qml [moved from tests/auto/declarative/qdeclarativelanguage/data/invalidID.9.qml with 100% similarity]
tests/auto/qml/qqmllanguage/data/invalidID.errors.txt [moved from tests/auto/declarative/qdeclarativelanguage/data/invalidID.errors.txt with 100% similarity]
tests/auto/qml/qqmllanguage/data/invalidID.qml [moved from tests/auto/declarative/qdeclarativelanguage/data/invalidID.qml with 100% similarity]
tests/auto/qml/qqmllanguage/data/invalidImportID.errors.txt [moved from tests/auto/declarative/qdeclarativelanguage/data/invalidImportID.errors.txt with 100% similarity]
tests/auto/qml/qqmllanguage/data/invalidImportID.qml [moved from tests/auto/declarative/qdeclarativelanguage/data/invalidImportID.qml with 100% similarity]
tests/auto/qml/qqmllanguage/data/invalidOn.errors.txt [moved from tests/auto/declarative/qdeclarativelanguage/data/invalidOn.errors.txt with 100% similarity]
tests/auto/qml/qqmllanguage/data/invalidOn.qml [moved from tests/auto/declarative/qdeclarativelanguage/data/invalidOn.qml with 100% similarity]
tests/auto/qml/qqmllanguage/data/invalidProperty.errors.txt [moved from tests/auto/declarative/qdeclarativelanguage/data/invalidProperty.errors.txt with 100% similarity]
tests/auto/qml/qqmllanguage/data/invalidProperty.qml [moved from tests/auto/declarative/qdeclarativelanguage/data/invalidProperty.qml with 100% similarity]
tests/auto/qml/qqmllanguage/data/invalidRoot.1.errors.txt [moved from tests/auto/declarative/qdeclarativelanguage/data/invalidRoot.1.errors.txt with 100% similarity]
tests/auto/qml/qqmllanguage/data/invalidRoot.1.qml [moved from tests/auto/declarative/qdeclarativelanguage/data/invalidRoot.1.qml with 100% similarity]
tests/auto/qml/qqmllanguage/data/invalidRoot.2.errors.txt [moved from tests/auto/declarative/qdeclarativelanguage/data/invalidRoot.2.errors.txt with 100% similarity]
tests/auto/qml/qqmllanguage/data/invalidRoot.2.qml [moved from tests/auto/declarative/qdeclarativelanguage/data/invalidRoot.2.qml with 100% similarity]
tests/auto/qml/qqmllanguage/data/invalidRoot.3.errors.txt [moved from tests/auto/declarative/qdeclarativelanguage/data/invalidRoot.3.errors.txt with 100% similarity]
tests/auto/qml/qqmllanguage/data/invalidRoot.3.qml [moved from tests/auto/declarative/qdeclarativelanguage/data/invalidRoot.3.qml with 100% similarity]
tests/auto/qml/qqmllanguage/data/invalidRoot.4.errors.txt [moved from tests/auto/declarative/qdeclarativelanguage/data/invalidRoot.4.errors.txt with 100% similarity]
tests/auto/qml/qqmllanguage/data/invalidRoot.4.qml [moved from tests/auto/declarative/qdeclarativelanguage/data/invalidRoot.4.qml with 100% similarity]
tests/auto/qml/qqmllanguage/data/invalidTypeName.1.errors.txt [moved from tests/auto/declarative/qdeclarativelanguage/data/invalidTypeName.1.errors.txt with 100% similarity]
tests/auto/qml/qqmllanguage/data/invalidTypeName.1.qml [moved from tests/auto/declarative/qdeclarativelanguage/data/invalidTypeName.1.qml with 100% similarity]
tests/auto/qml/qqmllanguage/data/invalidTypeName.2.errors.txt [moved from tests/auto/declarative/qdeclarativelanguage/data/invalidTypeName.2.errors.txt with 100% similarity]
tests/auto/qml/qqmllanguage/data/invalidTypeName.2.qml [moved from tests/auto/declarative/qdeclarativelanguage/data/invalidTypeName.2.qml with 100% similarity]
tests/auto/qml/qqmllanguage/data/invalidTypeName.3.errors.txt [moved from tests/auto/declarative/qdeclarativelanguage/data/invalidTypeName.3.errors.txt with 100% similarity]
tests/auto/qml/qqmllanguage/data/invalidTypeName.3.qml [moved from tests/auto/declarative/qdeclarativelanguage/data/invalidTypeName.3.qml with 100% similarity]
tests/auto/qml/qqmllanguage/data/invalidTypeName.4.errors.txt [moved from tests/auto/declarative/qdeclarativelanguage/data/invalidTypeName.4.errors.txt with 100% similarity]
tests/auto/qml/qqmllanguage/data/invalidTypeName.4.qml [moved from tests/auto/declarative/qdeclarativelanguage/data/invalidTypeName.4.qml with 100% similarity]
tests/auto/qml/qqmllanguage/data/lib/com/nokia/PureJsModule.1.6/FirstAPI.1.6.js [moved from tests/auto/declarative/qdeclarativelanguage/data/lib/com/nokia/PureJsModule.1.6/FirstAPI.1.6.js with 100% similarity]
tests/auto/qml/qqmllanguage/data/lib/com/nokia/PureJsModule.1.6/FirstAPI.js [moved from tests/auto/declarative/qdeclarativelanguage/data/lib/com/nokia/PureJsModule/FirstAPI.js with 100% similarity]
tests/auto/qml/qqmllanguage/data/lib/com/nokia/PureJsModule.1.6/SecondAPI.js [moved from tests/auto/declarative/qdeclarativelanguage/data/lib/com/nokia/PureJsModule/SecondAPI.js with 100% similarity]
tests/auto/qml/qqmllanguage/data/lib/com/nokia/PureJsModule.1.6/qmldir [moved from tests/auto/declarative/qdeclarativelanguage/data/lib/com/nokia/PureJsModule.1.6/qmldir with 100% similarity]
tests/auto/qml/qqmllanguage/data/lib/com/nokia/PureJsModule/FirstAPI.js [moved from tests/auto/declarative/qdeclarativelanguage/data/lib/com/nokia/PureJsModule.1.6/FirstAPI.js with 100% similarity]
tests/auto/qml/qqmllanguage/data/lib/com/nokia/PureJsModule/SecondAPI.js [moved from tests/auto/declarative/qdeclarativelanguage/data/lib/com/nokia/PureJsModule.1.6/SecondAPI.js with 100% similarity]
tests/auto/qml/qqmllanguage/data/lib/com/nokia/PureJsModule/qmldir [moved from tests/auto/declarative/qdeclarativelanguage/data/lib/com/nokia/PureJsModule/qmldir with 100% similarity]
tests/auto/qml/qqmllanguage/data/lib/com/nokia/VersionedOnlyJsModule.9.0/SomeAPI.js [moved from tests/auto/declarative/qdeclarativelanguage/data/lib/com/nokia/VersionedOnlyJsModule.9.0/SomeAPI.js with 100% similarity]
tests/auto/qml/qqmllanguage/data/lib/com/nokia/VersionedOnlyJsModule.9.0/qmldir [moved from tests/auto/declarative/qdeclarativelanguage/data/lib/com/nokia/VersionedOnlyJsModule.9.0/qmldir with 100% similarity]
tests/auto/qml/qqmllanguage/data/lib/com/nokia/installedtest/InstalledTest.qml [moved from tests/auto/declarative/qdeclarativelanguage/data/lib/com/nokia/installedtest0/InstalledTest.qml with 100% similarity]
tests/auto/qml/qqmllanguage/data/lib/com/nokia/installedtest/InstalledTest2.qml [moved from tests/auto/declarative/qdeclarativelanguage/data/lib/com/nokia/installedtest0/InstalledTest2.qml with 100% similarity]
tests/auto/qml/qqmllanguage/data/lib/com/nokia/installedtest/LocalLast.qml [moved from tests/auto/declarative/qdeclarativelanguage/data/lib/com/nokia/installedtest/LocalLast.qml with 100% similarity]
tests/auto/qml/qqmllanguage/data/lib/com/nokia/installedtest/PrivateType.qml [moved from tests/auto/declarative/qdeclarativelanguage/data/lib/com/nokia/installedtest/PrivateType.qml with 100% similarity]
tests/auto/qml/qqmllanguage/data/lib/com/nokia/installedtest/qmldir [moved from tests/auto/declarative/qdeclarativelanguage/data/lib/com/nokia/installedtest/qmldir with 100% similarity]
tests/auto/qml/qqmllanguage/data/lib/com/nokia/installedtest0/InstalledTest.qml [moved from tests/auto/declarative/qdeclarativelanguage/data/lib/com/nokia/installedtest/InstalledTest.qml with 100% similarity]
tests/auto/qml/qqmllanguage/data/lib/com/nokia/installedtest0/InstalledTest2.qml [moved from tests/auto/declarative/qdeclarativelanguage/data/lib/com/nokia/installedtest/InstalledTest2.qml with 100% similarity]
tests/auto/qml/qqmllanguage/data/lib/com/nokia/installedtest0/qmldir [moved from tests/auto/declarative/qdeclarativelanguage/data/lib/com/nokia/installedtest0/qmldir with 100% similarity]
tests/auto/qml/qqmllanguage/data/listAssignment.1.errors.txt [moved from tests/auto/declarative/qdeclarativelanguage/data/listAssignment.1.errors.txt with 100% similarity]
tests/auto/qml/qqmllanguage/data/listAssignment.1.qml [moved from tests/auto/declarative/qdeclarativelanguage/data/listAssignment.1.qml with 100% similarity]
tests/auto/qml/qqmllanguage/data/listAssignment.2.errors.txt [moved from tests/auto/declarative/qdeclarativelanguage/data/listAssignment.2.errors.txt with 100% similarity]
tests/auto/qml/qqmllanguage/data/listAssignment.2.qml [moved from tests/auto/declarative/qdeclarativelanguage/data/listAssignment.2.qml with 100% similarity]
tests/auto/qml/qqmllanguage/data/listAssignment.3.errors.txt [moved from tests/auto/declarative/qdeclarativelanguage/data/listAssignment.3.errors.txt with 100% similarity]
tests/auto/qml/qqmllanguage/data/listAssignment.3.qml [moved from tests/auto/declarative/qdeclarativelanguage/data/listAssignment.3.qml with 100% similarity]
tests/auto/qml/qqmllanguage/data/listItemDeleteSelf.qml [moved from tests/auto/declarative/qdeclarativelanguage/data/listItemDeleteSelf.qml with 100% similarity]
tests/auto/qml/qqmllanguage/data/listProperties.qml [moved from tests/auto/declarative/qdeclarativelanguage/data/listProperties.qml with 100% similarity]
tests/auto/qml/qqmllanguage/data/majorVersionIsolation.errors.txt [moved from tests/auto/declarative/qdeclarativelanguage/data/majorVersionIsolation.errors.txt with 100% similarity]
tests/auto/qml/qqmllanguage/data/majorVersionIsolation.qml [moved from tests/auto/declarative/qdeclarativelanguage/data/majorVersionIsolation.qml with 100% similarity]
tests/auto/qml/qqmllanguage/data/metaobjectRevision.1.errors.txt [moved from tests/auto/declarative/qdeclarativelanguage/data/metaobjectRevision.1.errors.txt with 100% similarity]
tests/auto/qml/qqmllanguage/data/metaobjectRevision.1.qml [moved from tests/auto/declarative/qdeclarativelanguage/data/metaobjectRevision.1.qml with 100% similarity]
tests/auto/qml/qqmllanguage/data/metaobjectRevision.2.errors.txt [moved from tests/auto/declarative/qdeclarativelanguage/data/metaobjectRevision.2.errors.txt with 100% similarity]
tests/auto/qml/qqmllanguage/data/metaobjectRevision.2.qml [moved from tests/auto/declarative/qdeclarativelanguage/data/metaobjectRevision.2.qml with 100% similarity]
tests/auto/qml/qqmllanguage/data/metaobjectRevision.3.errors.txt [moved from tests/auto/declarative/qdeclarativelanguage/data/metaobjectRevision.3.errors.txt with 100% similarity]
tests/auto/qml/qqmllanguage/data/metaobjectRevision.3.qml [moved from tests/auto/declarative/qdeclarativelanguage/data/metaobjectRevision.3.qml with 100% similarity]
tests/auto/qml/qqmllanguage/data/method.1.errors.txt [moved from tests/auto/declarative/qdeclarativelanguage/data/method.1.errors.txt with 100% similarity]
tests/auto/qml/qqmllanguage/data/method.1.qml [moved from tests/auto/declarative/qdeclarativelanguage/data/method.1.qml with 100% similarity]
tests/auto/qml/qqmllanguage/data/missingObject.errors.txt [moved from tests/auto/declarative/qdeclarativelanguage/data/missingObject.errors.txt with 100% similarity]
tests/auto/qml/qqmllanguage/data/missingObject.qml [moved from tests/auto/declarative/qdeclarativelanguage/data/missingObject.qml with 100% similarity]
tests/auto/qml/qqmllanguage/data/missingSignal.errors.txt [moved from tests/auto/declarative/qdeclarativelanguage/data/missingSignal.errors.txt with 100% similarity]
tests/auto/qml/qqmllanguage/data/missingSignal.qml [moved from tests/auto/declarative/qdeclarativelanguage/data/missingSignal.qml with 100% similarity]
tests/auto/qml/qqmllanguage/data/missingValueTypeProperty.errors.txt [moved from tests/auto/declarative/qdeclarativelanguage/data/missingValueTypeProperty.errors.txt with 100% similarity]
tests/auto/qml/qqmllanguage/data/missingValueTypeProperty.qml [moved from tests/auto/declarative/qdeclarativelanguage/data/missingValueTypeProperty.qml with 100% similarity]
tests/auto/qml/qqmllanguage/data/multiSet.1.errors.txt [moved from tests/auto/declarative/qdeclarativelanguage/data/multiSet.1.errors.txt with 100% similarity]
tests/auto/qml/qqmllanguage/data/multiSet.1.qml [moved from tests/auto/declarative/qdeclarativelanguage/data/multiSet.1.qml with 100% similarity]
tests/auto/qml/qqmllanguage/data/multiSet.10.errors.txt [moved from tests/auto/declarative/qdeclarativelanguage/data/multiSet.10.errors.txt with 100% similarity]
tests/auto/qml/qqmllanguage/data/multiSet.10.qml [moved from tests/auto/declarative/qdeclarativelanguage/data/multiSet.10.qml with 100% similarity]
tests/auto/qml/qqmllanguage/data/multiSet.11.errors.txt [moved from tests/auto/declarative/qdeclarativelanguage/data/multiSet.11.errors.txt with 100% similarity]
tests/auto/qml/qqmllanguage/data/multiSet.11.qml [moved from tests/auto/declarative/qdeclarativelanguage/data/multiSet.11.qml with 100% similarity]
tests/auto/qml/qqmllanguage/data/multiSet.2.errors.txt [moved from tests/auto/declarative/qdeclarativelanguage/data/multiSet.2.errors.txt with 100% similarity]
tests/auto/qml/qqmllanguage/data/multiSet.2.qml [moved from tests/auto/declarative/qdeclarativelanguage/data/multiSet.2.qml with 100% similarity]
tests/auto/qml/qqmllanguage/data/multiSet.3.errors.txt [moved from tests/auto/declarative/qdeclarativelanguage/data/multiSet.3.errors.txt with 100% similarity]
tests/auto/qml/qqmllanguage/data/multiSet.3.qml [moved from tests/auto/declarative/qdeclarativelanguage/data/multiSet.3.qml with 100% similarity]
tests/auto/qml/qqmllanguage/data/multiSet.4.errors.txt [moved from tests/auto/declarative/qdeclarativelanguage/data/multiSet.4.errors.txt with 100% similarity]
tests/auto/qml/qqmllanguage/data/multiSet.4.qml [moved from tests/auto/declarative/qdeclarativelanguage/data/multiSet.4.qml with 100% similarity]
tests/auto/qml/qqmllanguage/data/multiSet.5.errors.txt [moved from tests/auto/declarative/qdeclarativelanguage/data/multiSet.5.errors.txt with 100% similarity]
tests/auto/qml/qqmllanguage/data/multiSet.5.qml [moved from tests/auto/declarative/qdeclarativelanguage/data/multiSet.5.qml with 100% similarity]
tests/auto/qml/qqmllanguage/data/multiSet.6.errors.txt [moved from tests/auto/declarative/qdeclarativelanguage/data/multiSet.6.errors.txt with 100% similarity]
tests/auto/qml/qqmllanguage/data/multiSet.6.qml [moved from tests/auto/declarative/qdeclarativelanguage/data/multiSet.6.qml with 100% similarity]
tests/auto/qml/qqmllanguage/data/multiSet.7.errors.txt [moved from tests/auto/declarative/qdeclarativelanguage/data/multiSet.7.errors.txt with 100% similarity]
tests/auto/qml/qqmllanguage/data/multiSet.7.qml [moved from tests/auto/declarative/qdeclarativelanguage/data/multiSet.7.qml with 100% similarity]
tests/auto/qml/qqmllanguage/data/multiSet.8.errors.txt [moved from tests/auto/declarative/qdeclarativelanguage/data/multiSet.8.errors.txt with 100% similarity]
tests/auto/qml/qqmllanguage/data/multiSet.8.qml [moved from tests/auto/declarative/qdeclarativelanguage/data/multiSet.8.qml with 100% similarity]
tests/auto/qml/qqmllanguage/data/multiSet.9.errors.txt [moved from tests/auto/declarative/qdeclarativelanguage/data/multiSet.9.errors.txt with 100% similarity]
tests/auto/qml/qqmllanguage/data/multiSet.9.qml [moved from tests/auto/declarative/qdeclarativelanguage/data/multiSet.9.qml with 100% similarity]
tests/auto/qml/qqmllanguage/data/nestedComponentRoots.qml [moved from tests/auto/declarative/qdeclarativelanguage/data/nestedComponentRoots.qml with 100% similarity]
tests/auto/qml/qqmllanguage/data/nestedErrors.errors.txt [moved from tests/auto/declarative/qdeclarativelanguage/data/nestedErrors.errors.txt with 100% similarity]
tests/auto/qml/qqmllanguage/data/nestedErrors.qml [moved from tests/auto/declarative/qdeclarativelanguage/data/nestedErrors.qml with 100% similarity]
tests/auto/qml/qqmllanguage/data/noCreation.errors.txt [moved from tests/auto/declarative/qdeclarativelanguage/data/noCreation.errors.txt with 100% similarity]
tests/auto/qml/qqmllanguage/data/noCreation.qml [moved from tests/auto/declarative/qdeclarativelanguage/data/noCreation.qml with 100% similarity]
tests/auto/qml/qqmllanguage/data/nonScriptableProperty.errors.txt [moved from tests/auto/declarative/qdeclarativelanguage/data/nonScriptableProperty.errors.txt with 100% similarity]
tests/auto/qml/qqmllanguage/data/nonScriptableProperty.qml [moved from tests/auto/declarative/qdeclarativelanguage/data/nonScriptableProperty.qml with 100% similarity]
tests/auto/qml/qqmllanguage/data/nonexistantProperty.1.errors.txt [moved from tests/auto/declarative/qdeclarativelanguage/data/nonexistantProperty.1.errors.txt with 100% similarity]
tests/auto/qml/qqmllanguage/data/nonexistantProperty.1.qml [moved from tests/auto/declarative/qdeclarativelanguage/data/nonexistantProperty.1.qml with 100% similarity]
tests/auto/qml/qqmllanguage/data/nonexistantProperty.2.errors.txt [moved from tests/auto/declarative/qdeclarativelanguage/data/nonexistantProperty.2.errors.txt with 100% similarity]
tests/auto/qml/qqmllanguage/data/nonexistantProperty.2.qml [moved from tests/auto/declarative/qdeclarativelanguage/data/nonexistantProperty.2.qml with 100% similarity]
tests/auto/qml/qqmllanguage/data/nonexistantProperty.3.errors.txt [moved from tests/auto/declarative/qdeclarativelanguage/data/nonexistantProperty.3.errors.txt with 100% similarity]
tests/auto/qml/qqmllanguage/data/nonexistantProperty.3.qml [moved from tests/auto/declarative/qdeclarativelanguage/data/nonexistantProperty.3.qml with 100% similarity]
tests/auto/qml/qqmllanguage/data/nonexistantProperty.4.errors.txt [moved from tests/auto/declarative/qdeclarativelanguage/data/nonexistantProperty.4.errors.txt with 100% similarity]
tests/auto/qml/qqmllanguage/data/nonexistantProperty.4.qml [moved from tests/auto/declarative/qdeclarativelanguage/data/nonexistantProperty.4.qml with 100% similarity]
tests/auto/qml/qqmllanguage/data/nonexistantProperty.5.errors.txt [moved from tests/auto/declarative/qdeclarativelanguage/data/nonexistantProperty.5.errors.txt with 100% similarity]
tests/auto/qml/qqmllanguage/data/nonexistantProperty.5.qml [moved from tests/auto/declarative/qdeclarativelanguage/data/nonexistantProperty.5.qml with 100% similarity]
tests/auto/qml/qqmllanguage/data/nonexistantProperty.6.errors.txt [moved from tests/auto/declarative/qdeclarativelanguage/data/nonexistantProperty.6.errors.txt with 100% similarity]
tests/auto/qml/qqmllanguage/data/nonexistantProperty.6.qml [moved from tests/auto/declarative/qdeclarativelanguage/data/nonexistantProperty.6.qml with 100% similarity]
tests/auto/qml/qqmllanguage/data/notAvailable.errors.txt [moved from tests/auto/declarative/qdeclarativelanguage/data/notAvailable.errors.txt with 100% similarity]
tests/auto/qml/qqmllanguage/data/notAvailable.qml [moved from tests/auto/declarative/qdeclarativelanguage/data/notAvailable.qml with 100% similarity]
tests/auto/qml/qqmllanguage/data/nullDotProperty.errors.txt [moved from tests/auto/declarative/qdeclarativelanguage/data/nullDotProperty.errors.txt with 100% similarity]
tests/auto/qml/qqmllanguage/data/nullDotProperty.qml [moved from tests/auto/declarative/qdeclarativelanguage/data/nullDotProperty.qml with 100% similarity]
tests/auto/qml/qqmllanguage/data/objectValueTypeProperty.errors.txt [moved from tests/auto/declarative/qdeclarativelanguage/data/objectValueTypeProperty.errors.txt with 100% similarity]
tests/auto/qml/qqmllanguage/data/objectValueTypeProperty.qml [moved from tests/auto/declarative/qdeclarativelanguage/data/objectValueTypeProperty.qml with 100% similarity]
tests/auto/qml/qqmllanguage/data/onCompleted.qml [moved from tests/auto/declarative/qdeclarativelanguage/data/onCompleted.qml with 100% similarity]
tests/auto/qml/qqmllanguage/data/onDestruction.qml [moved from tests/auto/declarative/qdeclarativelanguage/data/onDestruction.qml with 100% similarity]
tests/auto/qml/qqmllanguage/data/property.1.errors.txt [moved from tests/auto/declarative/qdeclarativelanguage/data/property.1.errors.txt with 100% similarity]
tests/auto/qml/qqmllanguage/data/property.1.qml [moved from tests/auto/declarative/qdeclarativelanguage/data/property.1.qml with 100% similarity]
tests/auto/qml/qqmllanguage/data/property.2.errors.txt [moved from tests/auto/declarative/qdeclarativelanguage/data/property.2.errors.txt with 100% similarity]
tests/auto/qml/qqmllanguage/data/property.2.qml [moved from tests/auto/declarative/qdeclarativelanguage/data/property.2.qml with 100% similarity]
tests/auto/qml/qqmllanguage/data/property.3.errors.txt [moved from tests/auto/declarative/qdeclarativelanguage/data/property.3.errors.txt with 100% similarity]
tests/auto/qml/qqmllanguage/data/property.3.qml [moved from tests/auto/declarative/qdeclarativelanguage/data/property.3.qml with 100% similarity]
tests/auto/qml/qqmllanguage/data/property.4.errors.txt [moved from tests/auto/declarative/qdeclarativelanguage/data/property.4.errors.txt with 100% similarity]
tests/auto/qml/qqmllanguage/data/property.4.qml [moved from tests/auto/declarative/qdeclarativelanguage/data/property.4.qml with 100% similarity]
tests/auto/qml/qqmllanguage/data/property.6.errors.txt [moved from tests/auto/declarative/qdeclarativelanguage/data/property.6.errors.txt with 100% similarity]
tests/auto/qml/qqmllanguage/data/property.6.qml [moved from tests/auto/declarative/qdeclarativelanguage/data/property.6.qml with 100% similarity]
tests/auto/qml/qqmllanguage/data/property.7.errors.txt [moved from tests/auto/declarative/qdeclarativelanguage/data/property.7.errors.txt with 100% similarity]
tests/auto/qml/qqmllanguage/data/property.7.qml [moved from tests/auto/declarative/qdeclarativelanguage/data/property.7.qml with 100% similarity]
tests/auto/qml/qqmllanguage/data/propertyInit.1.qml [moved from tests/auto/declarative/qdeclarativelanguage/data/propertyInit.1.qml with 100% similarity]
tests/auto/qml/qqmllanguage/data/propertyInit.2.qml [moved from tests/auto/declarative/qdeclarativelanguage/data/propertyInit.2.qml with 100% similarity]
tests/auto/qml/qqmllanguage/data/propertyValueSource.2.qml [moved from tests/auto/declarative/qdeclarativelanguage/data/propertyValueSource.2.qml with 100% similarity]
tests/auto/qml/qqmllanguage/data/propertyValueSource.qml [moved from tests/auto/declarative/qdeclarativelanguage/data/propertyValueSource.qml with 100% similarity]
tests/auto/qml/qqmllanguage/data/qmlAttachedPropertiesObjectMethod.1.qml [moved from tests/auto/declarative/qdeclarativelanguage/data/qmlAttachedPropertiesObjectMethod.1.qml with 100% similarity]
tests/auto/qml/qqmllanguage/data/qmlAttachedPropertiesObjectMethod.2.qml [moved from tests/auto/declarative/qdeclarativelanguage/data/qmlAttachedPropertiesObjectMethod.2.qml with 100% similarity]
tests/auto/qml/qqmllanguage/data/qtest/qml/qqmllanguage/LocalInternal.qml [moved from tests/auto/declarative/qdeclarativelanguage/data/qtest/declarative/qmllanguage/LocalInternal.qml with 100% similarity]
tests/auto/qml/qqmllanguage/data/qtest/qml/qqmllanguage/Test.qml [moved from tests/auto/declarative/qdeclarativelanguage/data/subdir/Test.qml with 100% similarity]
tests/auto/qml/qqmllanguage/data/qtest/qml/qqmllanguage/TestLocal.qml [moved from tests/auto/declarative/qdeclarativelanguage/data/qtest/declarative/qmllanguage/TestLocal.qml with 100% similarity]
tests/auto/qml/qqmllanguage/data/qtest/qml/qqmllanguage/TestNamed.qml [moved from tests/auto/declarative/qdeclarativelanguage/data/qtest/declarative/qmllanguage/TestNamed.qml with 100% similarity]
tests/auto/qml/qqmllanguage/data/qtest/qml/qqmllanguage/TestSubDir.qml [moved from tests/auto/declarative/qdeclarativelanguage/data/qtest/declarative/qmllanguage/TestSubDir.qml with 100% similarity]
tests/auto/qml/qqmllanguage/data/qtest/qml/qqmllanguage/UndeclaredLocal.qml [moved from tests/auto/declarative/qdeclarativelanguage/data/qtest/declarative/qmllanguage/UndeclaredLocal.qml with 100% similarity]
tests/auto/qml/qqmllanguage/data/qtest/qml/qqmllanguage/WrongTestLocal.qml [moved from tests/auto/declarative/qdeclarativelanguage/data/qtest/declarative/qmllanguage/WrongTestLocal.qml with 100% similarity]
tests/auto/qml/qqmllanguage/data/qtest/qml/qqmllanguage/noqmldir/Test.qml [moved from tests/auto/declarative/qdeclarativelanguage/data/qtest/declarative/qmllanguage/noqmldir/Test.qml with 100% similarity]
tests/auto/qml/qqmllanguage/data/qtest/qml/qqmllanguage/pics/blue.png [moved from tests/auto/declarative/qdeclarativelanguage/data/qtest/declarative/qmllanguage/pics/blue.png with 100% similarity]
tests/auto/qml/qqmllanguage/data/qtest/qml/qqmllanguage/qmldir [moved from tests/auto/declarative/qdeclarativelanguage/data/qtest/declarative/qmllanguage/qmldir with 100% similarity]
tests/auto/qml/qqmllanguage/data/qtest/qml/qqmllanguage/subdir/SubTest.qml [moved from tests/auto/declarative/qdeclarativelanguage/data/qtest/declarative/qmllanguage/subdir/SubTest.qml with 100% similarity]
tests/auto/qml/qqmllanguage/data/qtest/qml/qqmllanguage/subdir/qmldir [moved from tests/auto/declarative/qdeclarativelanguage/data/qtest/declarative/qmllanguage/subdir/qmldir with 100% similarity]
tests/auto/qml/qqmllanguage/data/readOnly.1.errors.txt [moved from tests/auto/declarative/qdeclarativelanguage/data/readOnly.1.errors.txt with 100% similarity]
tests/auto/qml/qqmllanguage/data/readOnly.1.qml [moved from tests/auto/declarative/qdeclarativelanguage/data/readOnly.1.qml with 100% similarity]
tests/auto/qml/qqmllanguage/data/readOnly.2.errors.txt [moved from tests/auto/declarative/qdeclarativelanguage/data/readOnly.2.errors.txt with 100% similarity]
tests/auto/qml/qqmllanguage/data/readOnly.2.qml [moved from tests/auto/declarative/qdeclarativelanguage/data/readOnly.2.qml with 100% similarity]
tests/auto/qml/qqmllanguage/data/readOnly.3.errors.txt [moved from tests/auto/declarative/qdeclarativelanguage/data/readOnly.3.errors.txt with 100% similarity]
tests/auto/qml/qqmllanguage/data/readOnly.3.qml [moved from tests/auto/declarative/qdeclarativelanguage/data/readOnly.3.qml with 100% similarity]
tests/auto/qml/qqmllanguage/data/readOnly.4.errors.txt [moved from tests/auto/declarative/qdeclarativelanguage/data/readOnly.4.errors.txt with 100% similarity]
tests/auto/qml/qqmllanguage/data/readOnly.4.qml [moved from tests/auto/declarative/qdeclarativelanguage/data/readOnly.4.qml with 100% similarity]
tests/auto/qml/qqmllanguage/data/readOnly.5.errors.txt [moved from tests/auto/declarative/qdeclarativelanguage/data/readOnly.5.errors.txt with 100% similarity]
tests/auto/qml/qqmllanguage/data/readOnly.5.qml [moved from tests/auto/declarative/qdeclarativelanguage/data/readOnly.5.qml with 100% similarity]
tests/auto/qml/qqmllanguage/data/readonly.qml [moved from tests/auto/declarative/qdeclarativelanguage/data/readonly.qml with 100% similarity]
tests/auto/qml/qqmllanguage/data/registrationOrder.qml [moved from tests/auto/declarative/qdeclarativelanguage/data/registrationOrder.qml with 100% similarity]
tests/auto/qml/qqmllanguage/data/remoteLoadCrash.qml [moved from tests/auto/declarative/qdeclarativelanguage/data/remoteLoadCrash.qml with 100% similarity]
tests/auto/qml/qqmllanguage/data/revisions11.qml [moved from tests/auto/declarative/qdeclarativelanguage/data/revisions11.qml with 100% similarity]
tests/auto/qml/qqmllanguage/data/revisionsbasesub11.qml [moved from tests/auto/declarative/qdeclarativelanguage/data/revisionsbasesub11.qml with 100% similarity]
tests/auto/qml/qqmllanguage/data/revisionssub11.qml [moved from tests/auto/declarative/qdeclarativelanguage/data/revisionssub11.qml with 100% similarity]
tests/auto/qml/qqmllanguage/data/rootAsQmlComponent.qml [moved from tests/auto/declarative/qdeclarativelanguage/data/rootAsQmlComponent.qml with 100% similarity]
tests/auto/qml/qqmllanguage/data/scriptString.1.errors.txt [moved from tests/auto/declarative/qdeclarativelanguage/data/scriptString.1.errors.txt with 100% similarity]
tests/auto/qml/qqmllanguage/data/scriptString.1.qml [moved from tests/auto/declarative/qdeclarativelanguage/data/scriptString.1.qml with 100% similarity]
tests/auto/qml/qqmllanguage/data/scriptString.2.errors.txt [moved from tests/auto/declarative/qdeclarativelanguage/data/scriptString.2.errors.txt with 100% similarity]
tests/auto/qml/qqmllanguage/data/scriptString.2.qml [moved from tests/auto/declarative/qdeclarativelanguage/data/scriptString.2.qml with 100% similarity]
tests/auto/qml/qqmllanguage/data/scriptString.qml [moved from tests/auto/declarative/qdeclarativelanguage/data/scriptString.qml with 100% similarity]
tests/auto/qml/qqmllanguage/data/scriptString2.qml [moved from tests/auto/declarative/qdeclarativelanguage/data/scriptString2.qml with 100% similarity]
tests/auto/qml/qqmllanguage/data/scriptString3.qml [moved from tests/auto/declarative/qdeclarativelanguage/data/scriptString3.qml with 100% similarity]
tests/auto/qml/qqmllanguage/data/scriptString4.qml [moved from tests/auto/declarative/qdeclarativelanguage/data/scriptString4.qml with 100% similarity]
tests/auto/qml/qqmllanguage/data/signal.1.errors.txt [moved from tests/auto/declarative/qdeclarativelanguage/data/signal.1.errors.txt with 100% similarity]
tests/auto/qml/qqmllanguage/data/signal.1.qml [moved from tests/auto/declarative/qdeclarativelanguage/data/signal.1.qml with 100% similarity]
tests/auto/qml/qqmllanguage/data/signal.2.errors.txt [moved from tests/auto/declarative/qdeclarativelanguage/data/signal.2.errors.txt with 100% similarity]
tests/auto/qml/qqmllanguage/data/signal.2.qml [moved from tests/auto/declarative/qdeclarativelanguage/data/signal.2.qml with 100% similarity]
tests/auto/qml/qqmllanguage/data/signal.3.errors.txt [moved from tests/auto/declarative/qdeclarativelanguage/data/signal.3.errors.txt with 100% similarity]
tests/auto/qml/qqmllanguage/data/signal.3.qml [moved from tests/auto/declarative/qdeclarativelanguage/data/signal.3.qml with 100% similarity]
tests/auto/qml/qqmllanguage/data/signal.4.errors.txt [moved from tests/auto/declarative/qdeclarativelanguage/data/signal.4.errors.txt with 100% similarity]
tests/auto/qml/qqmllanguage/data/signal.4.qml [moved from tests/auto/declarative/qdeclarativelanguage/data/signal.4.qml with 100% similarity]
tests/auto/qml/qqmllanguage/data/simpleBindings.qml [moved from tests/auto/declarative/qdeclarativelanguage/data/simpleBindings.qml with 100% similarity]
tests/auto/qml/qqmllanguage/data/simpleContainer.qml [moved from tests/auto/declarative/qdeclarativelanguage/data/simpleContainer.qml with 100% similarity]
tests/auto/qml/qqmllanguage/data/simpleObject.qml [moved from tests/auto/declarative/qdeclarativelanguage/data/simpleObject.qml with 100% similarity]
tests/auto/qml/qqmllanguage/data/singularProperty.2.errors.txt [moved from tests/auto/declarative/qdeclarativelanguage/data/singularProperty.2.errors.txt with 100% similarity]
tests/auto/qml/qqmllanguage/data/singularProperty.2.qml [moved from tests/auto/declarative/qdeclarativelanguage/data/singularProperty.2.qml with 100% similarity]
tests/auto/qml/qqmllanguage/data/singularProperty.errors.txt [moved from tests/auto/declarative/qdeclarativelanguage/data/singularProperty.errors.txt with 100% similarity]
tests/auto/qml/qqmllanguage/data/singularProperty.qml [moved from tests/auto/declarative/qdeclarativelanguage/data/singularProperty.qml with 100% similarity]
tests/auto/qml/qqmllanguage/data/subdir/Test.qml [moved from tests/auto/declarative/qdeclarativelanguage/data/qtest/declarative/qmllanguage/Test.qml with 100% similarity]
tests/auto/qml/qqmllanguage/data/subdir/subsubdir/SubTest.qml [moved from tests/auto/declarative/qdeclarativelanguage/data/subdir/subsubdir/SubTest.qml with 100% similarity]
tests/auto/qml/qqmllanguage/data/test.js [moved from tests/auto/declarative/qdeclarativelanguage/data/test.js with 100% similarity]
tests/auto/qml/qqmllanguage/data/test2.js [moved from tests/auto/declarative/qdeclarativelanguage/data/test2.js with 100% similarity]
tests/auto/qml/qqmllanguage/data/unregisteredObject.errors.txt [moved from tests/auto/declarative/qdeclarativelanguage/data/unregisteredObject.errors.txt with 100% similarity]
tests/auto/qml/qqmllanguage/data/unregisteredObject.qml [moved from tests/auto/declarative/qdeclarativelanguage/data/unregisteredObject.qml with 100% similarity]
tests/auto/qml/qqmllanguage/data/unsupportedProperty.errors.txt [moved from tests/auto/declarative/qdeclarativelanguage/data/unsupportedProperty.errors.txt with 100% similarity]
tests/auto/qml/qqmllanguage/data/unsupportedProperty.qml [moved from tests/auto/declarative/qdeclarativelanguage/data/unsupportedProperty.qml with 100% similarity]
tests/auto/qml/qqmllanguage/data/valueTypes.qml [moved from tests/auto/declarative/qdeclarativelanguage/data/valueTypes.qml with 100% similarity]
tests/auto/qml/qqmllanguage/data/variantNotify.qml [moved from tests/auto/declarative/qdeclarativelanguage/data/variantNotify.qml with 100% similarity]
tests/auto/qml/qqmllanguage/data/versionedbase.qml [moved from tests/auto/declarative/qdeclarativelanguage/data/versionedbase.qml with 100% similarity]
tests/auto/qml/qqmllanguage/data/wrongType.1.errors.txt [moved from tests/auto/declarative/qdeclarativelanguage/data/wrongType.1.errors.txt with 100% similarity]
tests/auto/qml/qqmllanguage/data/wrongType.1.qml [moved from tests/auto/declarative/qdeclarativelanguage/data/wrongType.1.qml with 100% similarity]
tests/auto/qml/qqmllanguage/data/wrongType.10.errors.txt [moved from tests/auto/declarative/qdeclarativelanguage/data/wrongType.10.errors.txt with 100% similarity]
tests/auto/qml/qqmllanguage/data/wrongType.10.qml [moved from tests/auto/declarative/qdeclarativelanguage/data/wrongType.10.qml with 100% similarity]
tests/auto/qml/qqmllanguage/data/wrongType.11.errors.txt [moved from tests/auto/declarative/qdeclarativelanguage/data/wrongType.11.errors.txt with 100% similarity]
tests/auto/qml/qqmllanguage/data/wrongType.11.qml [moved from tests/auto/declarative/qdeclarativelanguage/data/wrongType.11.qml with 100% similarity]
tests/auto/qml/qqmllanguage/data/wrongType.12.errors.txt [moved from tests/auto/declarative/qdeclarativelanguage/data/wrongType.12.errors.txt with 100% similarity]
tests/auto/qml/qqmllanguage/data/wrongType.12.qml [moved from tests/auto/declarative/qdeclarativelanguage/data/wrongType.12.qml with 100% similarity]
tests/auto/qml/qqmllanguage/data/wrongType.13.errors.txt [moved from tests/auto/declarative/qdeclarativelanguage/data/wrongType.13.errors.txt with 100% similarity]
tests/auto/qml/qqmllanguage/data/wrongType.13.qml [moved from tests/auto/declarative/qdeclarativelanguage/data/wrongType.13.qml with 100% similarity]
tests/auto/qml/qqmllanguage/data/wrongType.14.errors.txt [moved from tests/auto/declarative/qdeclarativelanguage/data/wrongType.14.errors.txt with 100% similarity]
tests/auto/qml/qqmllanguage/data/wrongType.14.qml [moved from tests/auto/declarative/qdeclarativelanguage/data/wrongType.14.qml with 100% similarity]
tests/auto/qml/qqmllanguage/data/wrongType.15.errors.txt [moved from tests/auto/declarative/qdeclarativelanguage/data/wrongType.15.errors.txt with 100% similarity]
tests/auto/qml/qqmllanguage/data/wrongType.15.qml [moved from tests/auto/declarative/qdeclarativelanguage/data/wrongType.15.qml with 100% similarity]
tests/auto/qml/qqmllanguage/data/wrongType.16.errors.txt [moved from tests/auto/declarative/qdeclarativelanguage/data/wrongType.16.errors.txt with 100% similarity]
tests/auto/qml/qqmllanguage/data/wrongType.16.qml [moved from tests/auto/declarative/qdeclarativelanguage/data/wrongType.16.qml with 100% similarity]
tests/auto/qml/qqmllanguage/data/wrongType.17.errors.txt [moved from tests/auto/declarative/qdeclarativelanguage/data/wrongType.17.errors.txt with 100% similarity]
tests/auto/qml/qqmllanguage/data/wrongType.17.qml [moved from tests/auto/declarative/qdeclarativelanguage/data/wrongType.17.qml with 100% similarity]
tests/auto/qml/qqmllanguage/data/wrongType.2.errors.txt [moved from tests/auto/declarative/qdeclarativelanguage/data/wrongType.2.errors.txt with 100% similarity]
tests/auto/qml/qqmllanguage/data/wrongType.2.qml [moved from tests/auto/declarative/qdeclarativelanguage/data/wrongType.2.qml with 100% similarity]
tests/auto/qml/qqmllanguage/data/wrongType.3.errors.txt [moved from tests/auto/declarative/qdeclarativelanguage/data/wrongType.3.errors.txt with 100% similarity]
tests/auto/qml/qqmllanguage/data/wrongType.3.qml [moved from tests/auto/declarative/qdeclarativelanguage/data/wrongType.3.qml with 100% similarity]
tests/auto/qml/qqmllanguage/data/wrongType.4.errors.txt [moved from tests/auto/declarative/qdeclarativelanguage/data/wrongType.4.errors.txt with 100% similarity]
tests/auto/qml/qqmllanguage/data/wrongType.4.qml [moved from tests/auto/declarative/qdeclarativelanguage/data/wrongType.4.qml with 100% similarity]
tests/auto/qml/qqmllanguage/data/wrongType.5.errors.txt [moved from tests/auto/declarative/qdeclarativelanguage/data/wrongType.5.errors.txt with 100% similarity]
tests/auto/qml/qqmllanguage/data/wrongType.5.qml [moved from tests/auto/declarative/qdeclarativelanguage/data/wrongType.5.qml with 100% similarity]
tests/auto/qml/qqmllanguage/data/wrongType.6.errors.txt [moved from tests/auto/declarative/qdeclarativelanguage/data/wrongType.6.errors.txt with 100% similarity]
tests/auto/qml/qqmllanguage/data/wrongType.6.qml [moved from tests/auto/declarative/qdeclarativelanguage/data/wrongType.6.qml with 100% similarity]
tests/auto/qml/qqmllanguage/data/wrongType.7.errors.txt [moved from tests/auto/declarative/qdeclarativelanguage/data/wrongType.7.errors.txt with 100% similarity]
tests/auto/qml/qqmllanguage/data/wrongType.7.qml [moved from tests/auto/declarative/qdeclarativelanguage/data/wrongType.7.qml with 100% similarity]
tests/auto/qml/qqmllanguage/data/wrongType.8.errors.txt [moved from tests/auto/declarative/qdeclarativelanguage/data/wrongType.8.errors.txt with 100% similarity]
tests/auto/qml/qqmllanguage/data/wrongType.8.qml [moved from tests/auto/declarative/qdeclarativelanguage/data/wrongType.8.qml with 100% similarity]
tests/auto/qml/qqmllanguage/data/wrongType.9.errors.txt [moved from tests/auto/declarative/qdeclarativelanguage/data/wrongType.9.errors.txt with 100% similarity]
tests/auto/qml/qqmllanguage/data/wrongType.9.qml [moved from tests/auto/declarative/qdeclarativelanguage/data/wrongType.9.qml with 100% similarity]
tests/auto/qml/qqmllanguage/qqmllanguage.pro [new file with mode: 0644]
tests/auto/qml/qqmllanguage/testtypes.cpp [moved from tests/auto/declarative/qdeclarativelanguage/testtypes.cpp with 100% similarity]
tests/auto/qml/qqmllanguage/testtypes.h [new file with mode: 0644]
tests/auto/qml/qqmllanguage/tst_qqmllanguage.cpp [new file with mode: 0644]
tests/auto/qml/qqmllistreference/data/MyType.qml [moved from tests/auto/declarative/qdeclarativelistreference/data/MyType.qml with 100% similarity]
tests/auto/qml/qqmllistreference/data/engineTypes.qml [moved from tests/auto/declarative/qdeclarativelistreference/data/engineTypes.qml with 100% similarity]
tests/auto/qml/qqmllistreference/data/variantToList.qml [moved from tests/auto/declarative/qdeclarativelistreference/data/variantToList.qml with 100% similarity]
tests/auto/qml/qqmllistreference/qqmllistreference.pro [new file with mode: 0644]
tests/auto/qml/qqmllistreference/tst_qqmllistreference.cpp [new file with mode: 0644]
tests/auto/qml/qqmllocale/data/date.qml [moved from tests/auto/declarative/qdeclarativelocale/data/date.qml with 100% similarity]
tests/auto/qml/qqmllocale/data/functions.qml [moved from tests/auto/declarative/qdeclarativelocale/data/functions.qml with 100% similarity]
tests/auto/qml/qqmllocale/data/localeCompare.qml [moved from tests/auto/declarative/qdeclarativelocale/data/localeCompare.qml with 100% similarity]
tests/auto/qml/qqmllocale/data/number.qml [moved from tests/auto/declarative/qdeclarativelocale/data/number.qml with 100% similarity]
tests/auto/qml/qqmllocale/data/properties.qml [moved from tests/auto/declarative/qdeclarativelocale/data/properties.qml with 100% similarity]
tests/auto/qml/qqmllocale/qqmllocale.pro [new file with mode: 0644]
tests/auto/qml/qqmllocale/tst_qqmllocale.cpp [new file with mode: 0644]
tests/auto/qml/qqmlmetatype/qqmlmetatype.pro [new file with mode: 0644]
tests/auto/qml/qqmlmetatype/tst_qqmlmetatype.cpp [new file with mode: 0644]
tests/auto/qml/qqmlmoduleplugin/data/implicit1/implicitQmldir.errors.txt [moved from tests/auto/declarative/qdeclarativemoduleplugin/data/implicit1/implicitQmldir.errors.txt with 100% similarity]
tests/auto/qml/qqmlmoduleplugin/data/implicit1/qmldir [moved from tests/auto/declarative/qdeclarativemoduleplugin/data/implicit1/qmldir with 100% similarity]
tests/auto/qml/qqmlmoduleplugin/data/implicit1/temptest.qml [moved from tests/auto/declarative/qdeclarativemoduleplugin/data/implicit1/temptest.qml with 100% similarity]
tests/auto/qml/qqmlmoduleplugin/data/implicit2/Test.qml [moved from tests/auto/declarative/qdeclarativemoduleplugin/data/implicit2/Test.qml with 100% similarity]
tests/auto/qml/qqmlmoduleplugin/data/implicit2/implicitQmldir.2.errors.txt [moved from tests/auto/declarative/qdeclarativemoduleplugin/data/implicit2/implicitQmldir.2.errors.txt with 100% similarity]
tests/auto/qml/qqmlmoduleplugin/data/implicit2/qmldir [moved from tests/auto/declarative/qdeclarativemoduleplugin/data/implicit2/qmldir with 100% similarity]
tests/auto/qml/qqmlmoduleplugin/data/implicit2/temptest2.qml [moved from tests/auto/declarative/qdeclarativemoduleplugin/data/implicit2/temptest2.qml with 100% similarity]
tests/auto/qml/qqmlmoduleplugin/data/importsMixedQmlCppPlugin.2.qml [moved from tests/auto/declarative/qdeclarativemoduleplugin/data/importsMixedQmlCppPlugin.2.qml with 100% similarity]
tests/auto/qml/qqmlmoduleplugin/data/importsMixedQmlCppPlugin.qml [moved from tests/auto/declarative/qdeclarativemoduleplugin/data/importsMixedQmlCppPlugin.qml with 100% similarity]
tests/auto/qml/qqmlmoduleplugin/data/incorrectCase.qml [moved from tests/auto/declarative/qdeclarativemoduleplugin/data/incorrectCase.qml with 100% similarity]
tests/auto/qml/qqmlmoduleplugin/data/pluginWithQmlFile.qml [moved from tests/auto/declarative/qdeclarativemoduleplugin/data/pluginWithQmlFile.qml with 100% similarity]
tests/auto/qml/qqmlmoduleplugin/data/versionNotInstalled.2.errors.txt [moved from tests/auto/declarative/qdeclarativemoduleplugin/data/versionNotInstalled.2.errors.txt with 100% similarity]
tests/auto/qml/qqmlmoduleplugin/data/versionNotInstalled.2.qml [moved from tests/auto/declarative/qdeclarativemoduleplugin/data/versionNotInstalled.2.qml with 100% similarity]
tests/auto/qml/qqmlmoduleplugin/data/versionNotInstalled.errors.txt [moved from tests/auto/declarative/qdeclarativemoduleplugin/data/versionNotInstalled.errors.txt with 100% similarity]
tests/auto/qml/qqmlmoduleplugin/data/versionNotInstalled.qml [moved from tests/auto/declarative/qdeclarativemoduleplugin/data/versionNotInstalled.qml with 100% similarity]
tests/auto/qml/qqmlmoduleplugin/data/works.qml [moved from tests/auto/declarative/qdeclarativemoduleplugin/data/works.qml with 100% similarity]
tests/auto/qml/qqmlmoduleplugin/data/works2.qml [moved from tests/auto/declarative/qdeclarativemoduleplugin/data/works2.qml with 100% similarity]
tests/auto/qml/qqmlmoduleplugin/data/works21.qml [moved from tests/auto/declarative/qdeclarativemoduleplugin/data/works21.qml with 100% similarity]
tests/auto/qml/qqmlmoduleplugin/imports/com/nokia/AutoTestPluginWithQmlFile/MyQmlFile.qml [moved from tests/auto/declarative/qdeclarativemoduleplugin/imports/com/nokia/AutoTestPluginWithQmlFile/MyQmlFile.qml with 100% similarity]
tests/auto/qml/qqmlmoduleplugin/imports/com/nokia/AutoTestPluginWithQmlFile/qmldir [moved from tests/auto/declarative/qdeclarativemoduleplugin/imports/com/nokia/AutoTestPluginWithQmlFile/qmldir with 100% similarity]
tests/auto/qml/qqmlmoduleplugin/imports/com/nokia/AutoTestQmlMixedPluginType/Foo.qml [moved from tests/auto/declarative/qdeclarativemoduleplugin/imports/com/nokia/AutoTestQmlMixedPluginType/Foo.qml with 100% similarity]
tests/auto/qml/qqmlmoduleplugin/imports/com/nokia/AutoTestQmlMixedPluginType/qmldir [moved from tests/auto/declarative/qdeclarativemoduleplugin/imports/com/nokia/AutoTestQmlMixedPluginType/qmldir with 100% similarity]
tests/auto/qml/qqmlmoduleplugin/imports/com/nokia/AutoTestQmlPluginType.2.1/qmldir [moved from tests/auto/declarative/qdeclarativemoduleplugin/imports/com/nokia/AutoTestQmlPluginType/qmldir with 100% similarity]
tests/auto/qml/qqmlmoduleplugin/imports/com/nokia/AutoTestQmlPluginType.2/qmldir [moved from tests/auto/declarative/qdeclarativemoduleplugin/imports/com/nokia/AutoTestQmlPluginType.2/qmldir with 100% similarity]
tests/auto/qml/qqmlmoduleplugin/imports/com/nokia/AutoTestQmlPluginType/qmldir [moved from tests/auto/declarative/qdeclarativemoduleplugin/imports/com/nokia/AutoTestQmlPluginType.2.1/qmldir with 100% similarity]
tests/auto/qml/qqmlmoduleplugin/imports/com/nokia/AutoTestQmlVersionPluginType/qmldir [moved from tests/auto/declarative/qdeclarativemoduleplugin/imports/com/nokia/AutoTestQmlVersionPluginType/qmldir with 100% similarity]
tests/auto/qml/qqmlmoduleplugin/imports/com/nokia/PureQmlModule/ComponentA.qml [moved from tests/auto/declarative/qdeclarativemoduleplugin/imports/com/nokia/PureQmlModule/ComponentA.qml with 100% similarity]
tests/auto/qml/qqmlmoduleplugin/imports/com/nokia/PureQmlModule/ComponentB.qml [moved from tests/auto/declarative/qdeclarativemoduleplugin/imports/com/nokia/PureQmlModule/ComponentB.qml with 100% similarity]
tests/auto/qml/qqmlmoduleplugin/imports/com/nokia/PureQmlModule/qmldir [moved from tests/auto/declarative/qdeclarativemoduleplugin/imports/com/nokia/PureQmlModule/qmldir with 100% similarity]
tests/auto/qml/qqmlmoduleplugin/imports/com/nokia/WrongCase/qmldir [moved from tests/auto/declarative/qdeclarativemoduleplugin/imports/com/nokia/WrongCase/qmldir with 100% similarity]
tests/auto/qml/qqmlmoduleplugin/plugin.2.1/plugin.2.1.pro [new file with mode: 0644]
tests/auto/qml/qqmlmoduleplugin/plugin.2.1/plugin.cpp [new file with mode: 0644]
tests/auto/qml/qqmlmoduleplugin/plugin.2/plugin.2.pro [new file with mode: 0644]
tests/auto/qml/qqmlmoduleplugin/plugin.2/plugin.cpp [new file with mode: 0644]
tests/auto/qml/qqmlmoduleplugin/plugin/plugin.cpp [new file with mode: 0644]
tests/auto/qml/qqmlmoduleplugin/plugin/plugin.pro [new file with mode: 0644]
tests/auto/qml/qqmlmoduleplugin/pluginMixed/plugin.cpp [new file with mode: 0644]
tests/auto/qml/qqmlmoduleplugin/pluginMixed/pluginMixed.pro [new file with mode: 0644]
tests/auto/qml/qqmlmoduleplugin/pluginVersion/plugin.cpp [new file with mode: 0644]
tests/auto/qml/qqmlmoduleplugin/pluginVersion/pluginVersion.pro [new file with mode: 0644]
tests/auto/qml/qqmlmoduleplugin/pluginWithQmlFile/plugin.cpp [new file with mode: 0644]
tests/auto/qml/qqmlmoduleplugin/pluginWithQmlFile/pluginWithQmlFile.pro [new file with mode: 0644]
tests/auto/qml/qqmlmoduleplugin/pluginWrongCase/plugin.cpp [new file with mode: 0644]
tests/auto/qml/qqmlmoduleplugin/pluginWrongCase/pluginWrongCase.pro [new file with mode: 0644]
tests/auto/qml/qqmlmoduleplugin/qqmlmoduleplugin.pro [new file with mode: 0644]
tests/auto/qml/qqmlmoduleplugin/tst_qqmlmoduleplugin.cpp [new file with mode: 0644]
tests/auto/qml/qqmlmoduleplugin/tst_qqmlmoduleplugin.pro [new file with mode: 0644]
tests/auto/qml/qqmlparser/qqmlparser.pro [new file with mode: 0644]
tests/auto/qml/qqmlparser/tst_qqmlparser.cpp [new file with mode: 0644]
tests/auto/qml/qqmlpixmapcache/data/dataLeak.qml [moved from tests/auto/declarative/qdeclarativepixmapcache/data/dataLeak.qml with 100% similarity]
tests/auto/qml/qqmlproperty/data/NoContextTypeA.qml [moved from tests/auto/declarative/qdeclarativeproperty/data/NoContextTypeA.qml with 100% similarity]
tests/auto/qml/qqmlproperty/data/NoContextTypeB.qml [moved from tests/auto/declarative/qdeclarativeproperty/data/NoContextTypeB.qml with 100% similarity]
tests/auto/qml/qqmlproperty/data/TestType.qml [moved from tests/auto/declarative/qdeclarativeproperty/data/TestType.qml with 100% similarity]
tests/auto/qml/qqmlproperty/data/aliasPropertyBindings.qml [moved from tests/auto/declarative/qdeclarativeproperty/data/aliasPropertyBindings.qml with 100% similarity]
tests/auto/qml/qqmlproperty/data/assignEmptyVariantMap.qml [moved from tests/auto/declarative/qdeclarativeproperty/data/assignEmptyVariantMap.qml with 100% similarity]
tests/auto/qml/qqmlproperty/data/readSynthesizedObject.qml [moved from tests/auto/declarative/qdeclarativeproperty/data/readSynthesizedObject.qml with 100% similarity]
tests/auto/qml/qqmlproperty/qqmlproperty.pro [new file with mode: 0644]
tests/auto/qml/qqmlproperty/tst_qqmlproperty.cpp [new file with mode: 0644]
tests/auto/qml/qqmlpropertycache/qqmlpropertycache.pro [new file with mode: 0644]
tests/auto/qml/qqmlpropertycache/tst_qqmlpropertycache.cpp [new file with mode: 0644]
tests/auto/qml/qqmlpropertymap/qqmlpropertymap.pro [new file with mode: 0644]
tests/auto/qml/qqmlpropertymap/tst_qqmlpropertymap.cpp [new file with mode: 0644]
tests/auto/qml/qqmlqt/data/atob.qml [moved from tests/auto/declarative/qdeclarativeqt/data/atob.qml with 100% similarity]
tests/auto/qml/qqmlqt/data/btoa.qml [moved from tests/auto/declarative/qdeclarativeqt/data/btoa.qml with 100% similarity]
tests/auto/qml/qqmlqt/data/createComponent.qml [moved from tests/auto/declarative/qdeclarativeqt/data/createComponent.qml with 100% similarity]
tests/auto/qml/qqmlqt/data/createComponentData.qml [moved from tests/auto/declarative/qdeclarativeqt/data/createComponentData.qml with 100% similarity]
tests/auto/qml/qqmlqt/data/createComponent_lib.js [moved from tests/auto/declarative/qdeclarativeqt/data/createComponent_lib.js with 100% similarity]
tests/auto/qml/qqmlqt/data/createComponent_lib.qml [moved from tests/auto/declarative/qdeclarativeqt/data/createComponent_lib.qml with 100% similarity]
tests/auto/qml/qqmlqt/data/createQmlObject.qml [moved from tests/auto/declarative/qdeclarativeqt/data/createQmlObject.qml with 100% similarity]
tests/auto/qml/qqmlqt/data/darker.qml [moved from tests/auto/declarative/qdeclarativeqt/data/darker.qml with 100% similarity]
tests/auto/qml/qqmlqt/data/dateTimeConversion.qml [moved from tests/auto/declarative/qdeclarativeqt/data/dateTimeConversion.qml with 100% similarity]
tests/auto/qml/qqmlqt/data/enums.qml [moved from tests/auto/declarative/qdeclarativeqt/data/enums.qml with 100% similarity]
tests/auto/qml/qqmlqt/data/fontFamilies.qml [moved from tests/auto/declarative/qdeclarativeqt/data/fontFamilies.qml with 100% similarity]
tests/auto/qml/qqmlqt/data/formatting.qml [moved from tests/auto/declarative/qdeclarativeqt/data/formatting.qml with 100% similarity]
tests/auto/qml/qqmlqt/data/hsla.qml [moved from tests/auto/declarative/qdeclarativeqt/data/hsla.qml with 100% similarity]
tests/auto/qml/qqmlqt/data/isQtObject.qml [moved from tests/auto/declarative/qdeclarativeqt/data/isQtObject.qml with 100% similarity]
tests/auto/qml/qqmlqt/data/lighter.qml [moved from tests/auto/declarative/qdeclarativeqt/data/lighter.qml with 100% similarity]
tests/auto/qml/qqmlqt/data/md5.qml [moved from tests/auto/declarative/qdeclarativeqt/data/md5.qml with 100% similarity]
tests/auto/qml/qqmlqt/data/openUrlExternally.qml [moved from tests/auto/declarative/qdeclarativeqt/data/openUrlExternally.qml with 100% similarity]
tests/auto/qml/qqmlqt/data/openUrlExternally_lib.js [moved from tests/auto/declarative/qdeclarativeqt/data/openUrlExternally_lib.js with 100% similarity]
tests/auto/qml/qqmlqt/data/openUrlExternally_lib.qml [moved from tests/auto/declarative/qdeclarativeqt/data/openUrlExternally_lib.qml with 100% similarity]
tests/auto/qml/qqmlqt/data/point.qml [moved from tests/auto/declarative/qdeclarativeqt/data/point.qml with 100% similarity]
tests/auto/qml/qqmlqt/data/quit.qml [moved from tests/auto/declarative/qdeclarativeqt/data/quit.qml with 100% similarity]
tests/auto/qml/qqmlqt/data/rect.qml [moved from tests/auto/declarative/qdeclarativeqt/data/rect.qml with 100% similarity]
tests/auto/qml/qqmlqt/data/resolvedUrl.qml [moved from tests/auto/declarative/qdeclarativeqt/data/resolvedUrl.qml with 100% similarity]
tests/auto/qml/qqmlqt/data/rgba.qml [moved from tests/auto/declarative/qdeclarativeqt/data/rgba.qml with 100% similarity]
tests/auto/qml/qqmlqt/data/size.qml [moved from tests/auto/declarative/qdeclarativeqt/data/size.qml with 100% similarity]
tests/auto/qml/qqmlqt/data/tint.qml [moved from tests/auto/declarative/qdeclarativeqt/data/tint.qml with 100% similarity]
tests/auto/qml/qqmlqt/data/vector.qml [moved from tests/auto/declarative/qdeclarativeqt/data/vector.qml with 100% similarity]
tests/auto/qml/qqmlqt/data/vector4.qml [moved from tests/auto/declarative/qdeclarativeqt/data/vector4.qml with 100% similarity]
tests/auto/qml/qqmlqt/qqmlqt.pro [new file with mode: 0644]
tests/auto/qml/qqmlqt/tst_qqmlqt.cpp [new file with mode: 0644]
tests/auto/qml/qqmlsqldatabase/data/README [moved from tests/auto/declarative/qdeclarativesqldatabase/data/README with 100% similarity]
tests/auto/qml/qqmlsqldatabase/data/changeversion.js [moved from tests/auto/declarative/qdeclarativesqldatabase/data/changeversion.js with 100% similarity]
tests/auto/qml/qqmlsqldatabase/data/creation-a.js [moved from tests/auto/declarative/qdeclarativesqldatabase/data/creation-a.js with 100% similarity]
tests/auto/qml/qqmlsqldatabase/data/creation.js [moved from tests/auto/declarative/qdeclarativesqldatabase/data/creation.js with 100% similarity]
tests/auto/qml/qqmlsqldatabase/data/error-a.js [moved from tests/auto/declarative/qdeclarativesqldatabase/data/error-a.js with 100% similarity]
tests/auto/qml/qqmlsqldatabase/data/error-b.js [moved from tests/auto/declarative/qdeclarativesqldatabase/data/error-b.js with 100% similarity]
tests/auto/qml/qqmlsqldatabase/data/error-creation.js [moved from tests/auto/declarative/qdeclarativesqldatabase/data/error-creation.js with 100% similarity]
tests/auto/qml/qqmlsqldatabase/data/error-notransaction.js [moved from tests/auto/declarative/qdeclarativesqldatabase/data/error-notransaction.js with 100% similarity]
tests/auto/qml/qqmlsqldatabase/data/error-outsidetransaction.js [moved from tests/auto/declarative/qdeclarativesqldatabase/data/error-outsidetransaction.js with 100% similarity]
tests/auto/qml/qqmlsqldatabase/data/iteration-forwardonly.js [moved from tests/auto/declarative/qdeclarativesqldatabase/data/iteration-forwardonly.js with 100% similarity]
tests/auto/qml/qqmlsqldatabase/data/iteration.js [moved from tests/auto/declarative/qdeclarativesqldatabase/data/iteration.js with 100% similarity]
tests/auto/qml/qqmlsqldatabase/data/readonly-error.js [moved from tests/auto/declarative/qdeclarativesqldatabase/data/readonly-error.js with 100% similarity]
tests/auto/qml/qqmlsqldatabase/data/readonly.js [moved from tests/auto/declarative/qdeclarativesqldatabase/data/readonly.js with 100% similarity]
tests/auto/qml/qqmlsqldatabase/data/reopen1.js [moved from tests/auto/declarative/qdeclarativesqldatabase/data/reopen1.js with 100% similarity]
tests/auto/qml/qqmlsqldatabase/data/reopen2.js [moved from tests/auto/declarative/qdeclarativesqldatabase/data/reopen2.js with 100% similarity]
tests/auto/qml/qqmlsqldatabase/data/selection-bindnames.js [moved from tests/auto/declarative/qdeclarativesqldatabase/data/selection-bindnames.js with 100% similarity]
tests/auto/qml/qqmlsqldatabase/data/selection.js [moved from tests/auto/declarative/qdeclarativesqldatabase/data/selection.js with 100% similarity]
tests/auto/qml/qqmlsqldatabase/qqmlsqldatabase.pro [new file with mode: 0644]
tests/auto/qml/qqmlsqldatabase/tst_qqmlsqldatabase.cpp [new file with mode: 0644]
tests/auto/qml/qqmltranslation/data/idtranslation.qml [moved from tests/auto/declarative/qdeclarativetranslation/data/idtranslation.qml with 100% similarity]
tests/auto/qml/qqmltranslation/data/qml_fr.qm [moved from tests/auto/declarative/qdeclarativetranslation/data/qml_fr.qm with 100% similarity]
tests/auto/qml/qqmltranslation/data/qml_fr.ts [moved from tests/auto/declarative/qdeclarativetranslation/data/qml_fr.ts with 100% similarity]
tests/auto/qml/qqmltranslation/data/qmlid_fr.qm [moved from tests/auto/declarative/qdeclarativetranslation/data/qmlid_fr.qm with 100% similarity]
tests/auto/qml/qqmltranslation/data/qmlid_fr.ts [moved from tests/auto/declarative/qdeclarativetranslation/data/qmlid_fr.ts with 100% similarity]
tests/auto/qml/qqmltranslation/data/translation.qml [moved from tests/auto/declarative/qdeclarativetranslation/data/translation.qml with 100% similarity]
tests/auto/qml/qqmltranslation/data/translation.qrc [moved from tests/auto/declarative/qdeclarativetranslation/data/translation.qrc with 100% similarity]
tests/auto/qml/qqmltranslation/qqmltranslation.pro [new file with mode: 0644]
tests/auto/qml/qqmltranslation/tst_qqmltranslation.cpp [new file with mode: 0644]
tests/auto/qml/qqmlvaluetypes/data/BindingsSpliceCorrectlyType.qml [moved from tests/auto/declarative/qdeclarativevaluetypes/data/BindingsSpliceCorrectlyType.qml with 100% similarity]
tests/auto/qml/qqmlvaluetypes/data/BindingsSpliceCorrectlyType4.qml [moved from tests/auto/declarative/qdeclarativevaluetypes/data/BindingsSpliceCorrectlyType4.qml with 100% similarity]
tests/auto/qml/qqmlvaluetypes/data/BindingsSpliceCorrectlyType5.qml [moved from tests/auto/declarative/qdeclarativevaluetypes/data/BindingsSpliceCorrectlyType5.qml with 100% similarity]
tests/auto/qml/qqmlvaluetypes/data/autoBindingRemoval.2.qml [moved from tests/auto/declarative/qdeclarativevaluetypes/data/autoBindingRemoval.2.qml with 100% similarity]
tests/auto/qml/qqmlvaluetypes/data/autoBindingRemoval.3.qml [moved from tests/auto/declarative/qdeclarativevaluetypes/data/autoBindingRemoval.3.qml with 100% similarity]
tests/auto/qml/qqmlvaluetypes/data/autoBindingRemoval.qml [moved from tests/auto/declarative/qdeclarativevaluetypes/data/autoBindingRemoval.qml with 100% similarity]
tests/auto/qml/qqmlvaluetypes/data/bindingAssignment.qml [moved from tests/auto/declarative/qdeclarativevaluetypes/data/bindingAssignment.qml with 100% similarity]
tests/auto/qml/qqmlvaluetypes/data/bindingConflict.qml [moved from tests/auto/declarative/qdeclarativevaluetypes/data/bindingConflict.qml with 100% similarity]
tests/auto/qml/qqmlvaluetypes/data/bindingRead.qml [moved from tests/auto/declarative/qdeclarativevaluetypes/data/bindingRead.qml with 100% similarity]
tests/auto/qml/qqmlvaluetypes/data/bindingVariantCopy.qml [moved from tests/auto/declarative/qdeclarativevaluetypes/data/bindingVariantCopy.qml with 100% similarity]
tests/auto/qml/qqmlvaluetypes/data/bindingsSpliceCorrectly.1.qml [moved from tests/auto/declarative/qdeclarativevaluetypes/data/bindingsSpliceCorrectly.1.qml with 100% similarity]
tests/auto/qml/qqmlvaluetypes/data/bindingsSpliceCorrectly.2.qml [moved from tests/auto/declarative/qdeclarativevaluetypes/data/bindingsSpliceCorrectly.2.qml with 100% similarity]
tests/auto/qml/qqmlvaluetypes/data/bindingsSpliceCorrectly.3.qml [moved from tests/auto/declarative/qdeclarativevaluetypes/data/bindingsSpliceCorrectly.3.qml with 100% similarity]
tests/auto/qml/qqmlvaluetypes/data/bindingsSpliceCorrectly.4.qml [moved from tests/auto/declarative/qdeclarativevaluetypes/data/bindingsSpliceCorrectly.4.qml with 100% similarity]
tests/auto/qml/qqmlvaluetypes/data/bindingsSpliceCorrectly.5.qml [moved from tests/auto/declarative/qdeclarativevaluetypes/data/bindingsSpliceCorrectly.5.qml with 100% similarity]
tests/auto/qml/qqmlvaluetypes/data/color_compare.qml [moved from tests/auto/declarative/qdeclarativevaluetypes/data/color_compare.qml with 100% similarity]
tests/auto/qml/qqmlvaluetypes/data/color_read.qml [moved from tests/auto/declarative/qdeclarativevaluetypes/data/color_read.qml with 100% similarity]
tests/auto/qml/qqmlvaluetypes/data/color_write.qml [moved from tests/auto/declarative/qdeclarativevaluetypes/data/color_write.qml with 100% similarity]
tests/auto/qml/qqmlvaluetypes/data/conflicting.1.qml [moved from tests/auto/declarative/qdeclarativevaluetypes/data/conflicting.1.qml with 100% similarity]
tests/auto/qml/qqmlvaluetypes/data/conflicting.2.qml [moved from tests/auto/declarative/qdeclarativevaluetypes/data/conflicting.2.qml with 100% similarity]
tests/auto/qml/qqmlvaluetypes/data/conflicting.3.qml [moved from tests/auto/declarative/qdeclarativevaluetypes/data/conflicting.3.qml with 100% similarity]
tests/auto/qml/qqmlvaluetypes/data/deletedObject.js [moved from tests/auto/declarative/qdeclarativevaluetypes/data/deletedObject.js with 100% similarity]
tests/auto/qml/qqmlvaluetypes/data/deletedObject.qml [moved from tests/auto/declarative/qdeclarativevaluetypes/data/deletedObject.qml with 100% similarity]
tests/auto/qml/qqmlvaluetypes/data/enums.1.qml [moved from tests/auto/declarative/qdeclarativevaluetypes/data/enums.1.qml with 100% similarity]
tests/auto/qml/qqmlvaluetypes/data/enums.2.qml [moved from tests/auto/declarative/qdeclarativevaluetypes/data/enums.2.qml with 100% similarity]
tests/auto/qml/qqmlvaluetypes/data/enums.3.qml [moved from tests/auto/declarative/qdeclarativevaluetypes/data/enums.3.qml with 100% similarity]
tests/auto/qml/qqmlvaluetypes/data/enums.4.qml [moved from tests/auto/declarative/qdeclarativevaluetypes/data/enums.4.qml with 100% similarity]
tests/auto/qml/qqmlvaluetypes/data/enums.5.qml [moved from tests/auto/declarative/qdeclarativevaluetypes/data/enums.5.qml with 100% similarity]
tests/auto/qml/qqmlvaluetypes/data/font_compare.qml [moved from tests/auto/declarative/qdeclarativevaluetypes/data/font_compare.qml with 100% similarity]
tests/auto/qml/qqmlvaluetypes/data/font_read.qml [moved from tests/auto/declarative/qdeclarativevaluetypes/data/font_read.qml with 100% similarity]
tests/auto/qml/qqmlvaluetypes/data/font_write.2.qml [moved from tests/auto/declarative/qdeclarativevaluetypes/data/font_write.2.qml with 100% similarity]
tests/auto/qml/qqmlvaluetypes/data/font_write.3.qml [moved from tests/auto/declarative/qdeclarativevaluetypes/data/font_write.3.qml with 100% similarity]
tests/auto/qml/qqmlvaluetypes/data/font_write.4.qml [moved from tests/auto/declarative/qdeclarativevaluetypes/data/font_write.4.qml with 100% similarity]
tests/auto/qml/qqmlvaluetypes/data/font_write.5.qml [moved from tests/auto/declarative/qdeclarativevaluetypes/data/font_write.5.qml with 100% similarity]
tests/auto/qml/qqmlvaluetypes/data/font_write.qml [moved from tests/auto/declarative/qdeclarativevaluetypes/data/font_write.qml with 100% similarity]
tests/auto/qml/qqmlvaluetypes/data/matrix4x4_compare.qml [moved from tests/auto/declarative/qdeclarativevaluetypes/data/matrix4x4_compare.qml with 100% similarity]
tests/auto/qml/qqmlvaluetypes/data/matrix4x4_read.qml [moved from tests/auto/declarative/qdeclarativevaluetypes/data/matrix4x4_read.qml with 100% similarity]
tests/auto/qml/qqmlvaluetypes/data/matrix4x4_write.qml [moved from tests/auto/declarative/qdeclarativevaluetypes/data/matrix4x4_write.qml with 100% similarity]
tests/auto/qml/qqmlvaluetypes/data/point_compare.qml [moved from tests/auto/declarative/qdeclarativevaluetypes/data/point_compare.qml with 100% similarity]
tests/auto/qml/qqmlvaluetypes/data/point_read.qml [moved from tests/auto/declarative/qdeclarativevaluetypes/data/point_read.qml with 100% similarity]
tests/auto/qml/qqmlvaluetypes/data/point_write.qml [moved from tests/auto/declarative/qdeclarativevaluetypes/data/point_write.qml with 100% similarity]
tests/auto/qml/qqmlvaluetypes/data/pointf_compare.qml [moved from tests/auto/declarative/qdeclarativevaluetypes/data/pointf_compare.qml with 100% similarity]
tests/auto/qml/qqmlvaluetypes/data/pointf_read.qml [moved from tests/auto/declarative/qdeclarativevaluetypes/data/pointf_read.qml with 100% similarity]
tests/auto/qml/qqmlvaluetypes/data/pointf_write.qml [moved from tests/auto/declarative/qdeclarativevaluetypes/data/pointf_write.qml with 100% similarity]
tests/auto/qml/qqmlvaluetypes/data/quaternion_compare.qml [moved from tests/auto/declarative/qdeclarativevaluetypes/data/quaternion_compare.qml with 100% similarity]
tests/auto/qml/qqmlvaluetypes/data/quaternion_read.qml [moved from tests/auto/declarative/qdeclarativevaluetypes/data/quaternion_read.qml with 100% similarity]
tests/auto/qml/qqmlvaluetypes/data/quaternion_write.qml [moved from tests/auto/declarative/qdeclarativevaluetypes/data/quaternion_write.qml with 100% similarity]
tests/auto/qml/qqmlvaluetypes/data/rect_compare.qml [moved from tests/auto/declarative/qdeclarativevaluetypes/data/rect_compare.qml with 100% similarity]
tests/auto/qml/qqmlvaluetypes/data/rect_read.qml [moved from tests/auto/declarative/qdeclarativevaluetypes/data/rect_read.qml with 100% similarity]
tests/auto/qml/qqmlvaluetypes/data/rect_write.qml [moved from tests/auto/declarative/qdeclarativevaluetypes/data/rect_write.qml with 100% similarity]
tests/auto/qml/qqmlvaluetypes/data/rectf_compare.qml [moved from tests/auto/declarative/qdeclarativevaluetypes/data/rectf_compare.qml with 100% similarity]
tests/auto/qml/qqmlvaluetypes/data/rectf_read.qml [moved from tests/auto/declarative/qdeclarativevaluetypes/data/rectf_read.qml with 100% similarity]
tests/auto/qml/qqmlvaluetypes/data/rectf_write.qml [moved from tests/auto/declarative/qdeclarativevaluetypes/data/rectf_write.qml with 100% similarity]
tests/auto/qml/qqmlvaluetypes/data/returnValues.qml [moved from tests/auto/declarative/qdeclarativevaluetypes/data/returnValues.qml with 100% similarity]
tests/auto/qml/qqmlvaluetypes/data/scriptAccess.qml [moved from tests/auto/declarative/qdeclarativevaluetypes/data/scriptAccess.qml with 100% similarity]
tests/auto/qml/qqmlvaluetypes/data/scriptVariantCopy.qml [moved from tests/auto/declarative/qdeclarativevaluetypes/data/scriptVariantCopy.qml with 100% similarity]
tests/auto/qml/qqmlvaluetypes/data/size_compare.qml [moved from tests/auto/declarative/qdeclarativevaluetypes/data/size_compare.qml with 100% similarity]
tests/auto/qml/qqmlvaluetypes/data/size_read.qml [moved from tests/auto/declarative/qdeclarativevaluetypes/data/size_read.qml with 100% similarity]
tests/auto/qml/qqmlvaluetypes/data/size_write.qml [moved from tests/auto/declarative/qdeclarativevaluetypes/data/size_write.qml with 100% similarity]
tests/auto/qml/qqmlvaluetypes/data/sizef_compare.qml [moved from tests/auto/declarative/qdeclarativevaluetypes/data/sizef_compare.qml with 100% similarity]
tests/auto/qml/qqmlvaluetypes/data/sizef_read.qml [moved from tests/auto/declarative/qdeclarativevaluetypes/data/sizef_read.qml with 100% similarity]
tests/auto/qml/qqmlvaluetypes/data/sizef_write.qml [moved from tests/auto/declarative/qdeclarativevaluetypes/data/sizef_write.qml with 100% similarity]
tests/auto/qml/qqmlvaluetypes/data/sizereadonly_read.qml [moved from tests/auto/declarative/qdeclarativevaluetypes/data/sizereadonly_read.qml with 100% similarity]
tests/auto/qml/qqmlvaluetypes/data/sizereadonly_writeerror.qml [moved from tests/auto/declarative/qdeclarativevaluetypes/data/sizereadonly_writeerror.qml with 100% similarity]
tests/auto/qml/qqmlvaluetypes/data/sizereadonly_writeerror2.qml [moved from tests/auto/declarative/qdeclarativevaluetypes/data/sizereadonly_writeerror2.qml with 100% similarity]
tests/auto/qml/qqmlvaluetypes/data/sizereadonly_writeerror3.qml [moved from tests/auto/declarative/qdeclarativevaluetypes/data/sizereadonly_writeerror3.qml with 100% similarity]
tests/auto/qml/qqmlvaluetypes/data/sizereadonly_writeerror4.qml [moved from tests/auto/declarative/qdeclarativevaluetypes/data/sizereadonly_writeerror4.qml with 100% similarity]
tests/auto/qml/qqmlvaluetypes/data/staticAssignment.qml [moved from tests/auto/declarative/qdeclarativevaluetypes/data/staticAssignment.qml with 100% similarity]
tests/auto/qml/qqmlvaluetypes/data/valueInterceptors.qml [moved from tests/auto/declarative/qdeclarativevaluetypes/data/valueInterceptors.qml with 100% similarity]
tests/auto/qml/qqmlvaluetypes/data/valueSources.qml [moved from tests/auto/declarative/qdeclarativevaluetypes/data/valueSources.qml with 100% similarity]
tests/auto/qml/qqmlvaluetypes/data/varAssignment.qml [moved from tests/auto/declarative/qdeclarativevaluetypes/data/varAssignment.qml with 100% similarity]
tests/auto/qml/qqmlvaluetypes/data/variant_read.qml [moved from tests/auto/declarative/qdeclarativevaluetypes/data/variant_read.qml with 100% similarity]
tests/auto/qml/qqmlvaluetypes/data/vector2d_compare.qml [moved from tests/auto/declarative/qdeclarativevaluetypes/data/vector2d_compare.qml with 100% similarity]
tests/auto/qml/qqmlvaluetypes/data/vector2d_read.qml [moved from tests/auto/declarative/qdeclarativevaluetypes/data/vector2d_read.qml with 100% similarity]
tests/auto/qml/qqmlvaluetypes/data/vector2d_write.qml [moved from tests/auto/declarative/qdeclarativevaluetypes/data/vector2d_write.qml with 100% similarity]
tests/auto/qml/qqmlvaluetypes/data/vector3d_compare.qml [moved from tests/auto/declarative/qdeclarativevaluetypes/data/vector3d_compare.qml with 100% similarity]
tests/auto/qml/qqmlvaluetypes/data/vector3d_read.qml [moved from tests/auto/declarative/qdeclarativevaluetypes/data/vector3d_read.qml with 100% similarity]
tests/auto/qml/qqmlvaluetypes/data/vector3d_write.qml [moved from tests/auto/declarative/qdeclarativevaluetypes/data/vector3d_write.qml with 100% similarity]
tests/auto/qml/qqmlvaluetypes/data/vector4d_compare.qml [moved from tests/auto/declarative/qdeclarativevaluetypes/data/vector4d_compare.qml with 100% similarity]
tests/auto/qml/qqmlvaluetypes/data/vector4d_read.qml [moved from tests/auto/declarative/qdeclarativevaluetypes/data/vector4d_read.qml with 100% similarity]
tests/auto/qml/qqmlvaluetypes/data/vector4d_write.qml [moved from tests/auto/declarative/qdeclarativevaluetypes/data/vector4d_write.qml with 100% similarity]
tests/auto/qml/qqmlvaluetypes/qqmlvaluetypes.pro [new file with mode: 0644]
tests/auto/qml/qqmlvaluetypes/testtypes.cpp [moved from tests/auto/declarative/qdeclarativevaluetypes/testtypes.cpp with 100% similarity]
tests/auto/qml/qqmlvaluetypes/testtypes.h [new file with mode: 0644]
tests/auto/qml/qqmlvaluetypes/tst_qqmlvaluetypes.cpp [new file with mode: 0644]
tests/auto/qml/qqmlxmlhttprequest/data/abort.expect [moved from tests/auto/declarative/qdeclarativexmlhttprequest/data/abort.expect with 100% similarity]
tests/auto/qml/qqmlxmlhttprequest/data/abort.qml [moved from tests/auto/declarative/qdeclarativexmlhttprequest/data/abort.qml with 100% similarity]
tests/auto/qml/qqmlxmlhttprequest/data/abort.reply [moved from tests/auto/declarative/qdeclarativexmlhttprequest/data/abort.reply with 100% similarity]
tests/auto/qml/qqmlxmlhttprequest/data/abort_opened.qml [moved from tests/auto/declarative/qdeclarativexmlhttprequest/data/abort_opened.qml with 100% similarity]
tests/auto/qml/qqmlxmlhttprequest/data/abort_unsent.qml [moved from tests/auto/declarative/qdeclarativexmlhttprequest/data/abort_unsent.qml with 100% similarity]
tests/auto/qml/qqmlxmlhttprequest/data/attr.qml [moved from tests/auto/declarative/qdeclarativexmlhttprequest/data/attr.qml with 100% similarity]
tests/auto/qml/qqmlxmlhttprequest/data/attr.xml [moved from tests/auto/declarative/qdeclarativexmlhttprequest/data/attr.xml with 100% similarity]
tests/auto/qml/qqmlxmlhttprequest/data/callbackException.qml [moved from tests/auto/declarative/qdeclarativexmlhttprequest/data/callbackException.qml with 100% similarity]
tests/auto/qml/qqmlxmlhttprequest/data/cdata.qml [moved from tests/auto/declarative/qdeclarativexmlhttprequest/data/cdata.qml with 100% similarity]
tests/auto/qml/qqmlxmlhttprequest/data/cdata.xml [moved from tests/auto/declarative/qdeclarativexmlhttprequest/data/cdata.xml with 100% similarity]
tests/auto/qml/qqmlxmlhttprequest/data/constructor.qml [moved from tests/auto/declarative/qdeclarativexmlhttprequest/data/constructor.qml with 100% similarity]
tests/auto/qml/qqmlxmlhttprequest/data/defaultState.qml [moved from tests/auto/declarative/qdeclarativexmlhttprequest/data/defaultState.qml with 100% similarity]
tests/auto/qml/qqmlxmlhttprequest/data/document.qml [moved from tests/auto/declarative/qdeclarativexmlhttprequest/data/document.qml with 100% similarity]
tests/auto/qml/qqmlxmlhttprequest/data/document.xml [moved from tests/auto/declarative/qdeclarativexmlhttprequest/data/document.xml with 100% similarity]
tests/auto/qml/qqmlxmlhttprequest/data/domExceptionCodes.qml [moved from tests/auto/declarative/qdeclarativexmlhttprequest/data/domExceptionCodes.qml with 100% similarity]
tests/auto/qml/qqmlxmlhttprequest/data/element.qml [moved from tests/auto/declarative/qdeclarativexmlhttprequest/data/element.qml with 100% similarity]
tests/auto/qml/qqmlxmlhttprequest/data/element.xml [moved from tests/auto/declarative/qdeclarativexmlhttprequest/data/element.xml with 100% similarity]
tests/auto/qml/qqmlxmlhttprequest/data/getAllResponseHeaders.qml [moved from tests/auto/declarative/qdeclarativexmlhttprequest/data/getAllResponseHeaders.qml with 100% similarity]
tests/auto/qml/qqmlxmlhttprequest/data/getAllResponseHeaders_args.qml [moved from tests/auto/declarative/qdeclarativexmlhttprequest/data/getAllResponseHeaders_args.qml with 100% similarity]
tests/auto/qml/qqmlxmlhttprequest/data/getAllResponseHeaders_sent.qml [moved from tests/auto/declarative/qdeclarativexmlhttprequest/data/getAllResponseHeaders_sent.qml with 100% similarity]
tests/auto/qml/qqmlxmlhttprequest/data/getAllResponseHeaders_unsent.qml [moved from tests/auto/declarative/qdeclarativexmlhttprequest/data/getAllResponseHeaders_unsent.qml with 100% similarity]
tests/auto/qml/qqmlxmlhttprequest/data/getResponseHeader.expect [moved from tests/auto/declarative/qdeclarativexmlhttprequest/data/getResponseHeader.expect with 100% similarity]
tests/auto/qml/qqmlxmlhttprequest/data/getResponseHeader.qml [moved from tests/auto/declarative/qdeclarativexmlhttprequest/data/getResponseHeader.qml with 100% similarity]
tests/auto/qml/qqmlxmlhttprequest/data/getResponseHeader.reply [moved from tests/auto/declarative/qdeclarativexmlhttprequest/data/getResponseHeader.reply with 100% similarity]
tests/auto/qml/qqmlxmlhttprequest/data/getResponseHeader_args.qml [moved from tests/auto/declarative/qdeclarativexmlhttprequest/data/getResponseHeader_args.qml with 100% similarity]
tests/auto/qml/qqmlxmlhttprequest/data/getResponseHeader_sent.qml [moved from tests/auto/declarative/qdeclarativexmlhttprequest/data/getResponseHeader_sent.qml with 100% similarity]
tests/auto/qml/qqmlxmlhttprequest/data/getResponseHeader_unsent.qml [moved from tests/auto/declarative/qdeclarativexmlhttprequest/data/getResponseHeader_unsent.qml with 100% similarity]
tests/auto/qml/qqmlxmlhttprequest/data/instanceStateValues.qml [moved from tests/auto/declarative/qdeclarativexmlhttprequest/data/instanceStateValues.qml with 100% similarity]
tests/auto/qml/qqmlxmlhttprequest/data/invalidMethodUsage.qml [moved from tests/auto/declarative/qdeclarativexmlhttprequest/data/invalidMethodUsage.qml with 100% similarity]
tests/auto/qml/qqmlxmlhttprequest/data/open.qml [moved from tests/auto/declarative/qdeclarativexmlhttprequest/data/open.qml with 100% similarity]
tests/auto/qml/qqmlxmlhttprequest/data/open_arg_count.1.qml [moved from tests/auto/declarative/qdeclarativexmlhttprequest/data/open_arg_count.1.qml with 100% similarity]
tests/auto/qml/qqmlxmlhttprequest/data/open_arg_count.2.qml [moved from tests/auto/declarative/qdeclarativexmlhttprequest/data/open_arg_count.2.qml with 100% similarity]
tests/auto/qml/qqmlxmlhttprequest/data/open_invalid_method.qml [moved from tests/auto/declarative/qdeclarativexmlhttprequest/data/open_invalid_method.qml with 100% similarity]
tests/auto/qml/qqmlxmlhttprequest/data/open_network.expect [moved from tests/auto/declarative/qdeclarativexmlhttprequest/data/open_network.expect with 100% similarity]
tests/auto/qml/qqmlxmlhttprequest/data/open_network.reply [moved from tests/auto/declarative/qdeclarativexmlhttprequest/data/open_network.reply with 100% similarity]
tests/auto/qml/qqmlxmlhttprequest/data/open_network.wait [moved from tests/auto/declarative/qdeclarativexmlhttprequest/data/open_network.wait with 100% similarity]
tests/auto/qml/qqmlxmlhttprequest/data/open_sync.qml [moved from tests/auto/declarative/qdeclarativexmlhttprequest/data/open_sync.qml with 100% similarity]
tests/auto/qml/qqmlxmlhttprequest/data/open_user.qml [moved from tests/auto/declarative/qdeclarativexmlhttprequest/data/open_user.qml with 100% similarity]
tests/auto/qml/qqmlxmlhttprequest/data/open_username.qml [moved from tests/auto/declarative/qdeclarativexmlhttprequest/data/open_username.qml with 100% similarity]
tests/auto/qml/qqmlxmlhttprequest/data/redirectError.qml [moved from tests/auto/declarative/qdeclarativexmlhttprequest/data/redirectError.qml with 100% similarity]
tests/auto/qml/qqmlxmlhttprequest/data/redirectRecur.qml [moved from tests/auto/declarative/qdeclarativexmlhttprequest/data/redirectRecur.qml with 100% similarity]
tests/auto/qml/qqmlxmlhttprequest/data/redirects.qml [moved from tests/auto/declarative/qdeclarativexmlhttprequest/data/redirects.qml with 100% similarity]
tests/auto/qml/qqmlxmlhttprequest/data/redirecttarget.html [moved from tests/auto/declarative/qdeclarativexmlhttprequest/data/redirecttarget.html with 100% similarity]
tests/auto/qml/qqmlxmlhttprequest/data/responseText.qml [moved from tests/auto/declarative/qdeclarativexmlhttprequest/data/responseText.qml with 100% similarity]
tests/auto/qml/qqmlxmlhttprequest/data/responseXML_invalid.qml [moved from tests/auto/declarative/qdeclarativexmlhttprequest/data/responseXML_invalid.qml with 100% similarity]
tests/auto/qml/qqmlxmlhttprequest/data/seconddocument.html [moved from tests/auto/declarative/qdeclarativexmlhttprequest/data/seconddocument.html with 100% similarity]
tests/auto/qml/qqmlxmlhttprequest/data/send_alreadySent.qml [moved from tests/auto/declarative/qdeclarativexmlhttprequest/data/send_alreadySent.qml with 100% similarity]
tests/auto/qml/qqmlxmlhttprequest/data/send_data.1.expect [moved from tests/auto/declarative/qdeclarativexmlhttprequest/data/send_data.1.expect with 100% similarity]
tests/auto/qml/qqmlxmlhttprequest/data/send_data.1.qml [moved from tests/auto/declarative/qdeclarativexmlhttprequest/data/send_data.1.qml with 100% similarity]
tests/auto/qml/qqmlxmlhttprequest/data/send_data.2.qml [moved from tests/auto/declarative/qdeclarativexmlhttprequest/data/send_data.2.qml with 100% similarity]
tests/auto/qml/qqmlxmlhttprequest/data/send_data.3.qml [moved from tests/auto/declarative/qdeclarativexmlhttprequest/data/send_data.3.qml with 100% similarity]
tests/auto/qml/qqmlxmlhttprequest/data/send_data.4.expect [moved from tests/auto/declarative/qdeclarativexmlhttprequest/data/send_data.4.expect with 100% similarity]
tests/auto/qml/qqmlxmlhttprequest/data/send_data.4.qml [moved from tests/auto/declarative/qdeclarativexmlhttprequest/data/send_data.4.qml with 100% similarity]
tests/auto/qml/qqmlxmlhttprequest/data/send_data.5.qml [moved from tests/auto/declarative/qdeclarativexmlhttprequest/data/send_data.5.qml with 100% similarity]
tests/auto/qml/qqmlxmlhttprequest/data/send_data.6.expect [moved from tests/auto/declarative/qdeclarativexmlhttprequest/data/send_data.6.expect with 100% similarity]
tests/auto/qml/qqmlxmlhttprequest/data/send_data.6.qml [moved from tests/auto/declarative/qdeclarativexmlhttprequest/data/send_data.6.qml with 100% similarity]
tests/auto/qml/qqmlxmlhttprequest/data/send_data.7.qml [moved from tests/auto/declarative/qdeclarativexmlhttprequest/data/send_data.7.qml with 100% similarity]
tests/auto/qml/qqmlxmlhttprequest/data/send_data.reply [moved from tests/auto/declarative/qdeclarativexmlhttprequest/data/send_data.reply with 100% similarity]
tests/auto/qml/qqmlxmlhttprequest/data/send_ignoreData.qml [moved from tests/auto/declarative/qdeclarativexmlhttprequest/data/send_ignoreData.qml with 100% similarity]
tests/auto/qml/qqmlxmlhttprequest/data/send_ignoreData.reply [moved from tests/auto/declarative/qdeclarativexmlhttprequest/data/send_ignoreData.reply with 100% similarity]
tests/auto/qml/qqmlxmlhttprequest/data/send_ignoreData_DELETE.expect [moved from tests/auto/declarative/qdeclarativexmlhttprequest/data/send_ignoreData_DELETE.expect with 100% similarity]
tests/auto/qml/qqmlxmlhttprequest/data/send_ignoreData_GET.expect [moved from tests/auto/declarative/qdeclarativexmlhttprequest/data/send_ignoreData_GET.expect with 100% similarity]
tests/auto/qml/qqmlxmlhttprequest/data/send_ignoreData_HEAD.expect [moved from tests/auto/declarative/qdeclarativexmlhttprequest/data/send_ignoreData_HEAD.expect with 100% similarity]
tests/auto/qml/qqmlxmlhttprequest/data/send_unsent.qml [moved from tests/auto/declarative/qdeclarativexmlhttprequest/data/send_unsent.qml with 100% similarity]
tests/auto/qml/qqmlxmlhttprequest/data/setRequestHeader.expect [moved from tests/auto/declarative/qdeclarativexmlhttprequest/data/setRequestHeader.expect with 100% similarity]
tests/auto/qml/qqmlxmlhttprequest/data/setRequestHeader.qml [moved from tests/auto/declarative/qdeclarativexmlhttprequest/data/setRequestHeader.qml with 100% similarity]
tests/auto/qml/qqmlxmlhttprequest/data/setRequestHeader.reply [moved from tests/auto/declarative/qdeclarativexmlhttprequest/data/setRequestHeader.reply with 100% similarity]
tests/auto/qml/qqmlxmlhttprequest/data/setRequestHeader_args.qml [moved from tests/auto/declarative/qdeclarativexmlhttprequest/data/setRequestHeader_args.qml with 100% similarity]
tests/auto/qml/qqmlxmlhttprequest/data/setRequestHeader_caseInsensitive.qml [moved from tests/auto/declarative/qdeclarativexmlhttprequest/data/setRequestHeader_caseInsensitive.qml with 100% similarity]
tests/auto/qml/qqmlxmlhttprequest/data/setRequestHeader_illegalName.qml [moved from tests/auto/declarative/qdeclarativexmlhttprequest/data/setRequestHeader_illegalName.qml with 100% similarity]
tests/auto/qml/qqmlxmlhttprequest/data/setRequestHeader_sent.qml [moved from tests/auto/declarative/qdeclarativexmlhttprequest/data/setRequestHeader_sent.qml with 100% similarity]
tests/auto/qml/qqmlxmlhttprequest/data/setRequestHeader_unsent.qml [moved from tests/auto/declarative/qdeclarativexmlhttprequest/data/setRequestHeader_unsent.qml with 100% similarity]
tests/auto/qml/qqmlxmlhttprequest/data/staticStateValues.qml [moved from tests/auto/declarative/qdeclarativexmlhttprequest/data/staticStateValues.qml with 100% similarity]
tests/auto/qml/qqmlxmlhttprequest/data/status.200.reply [moved from tests/auto/declarative/qdeclarativexmlhttprequest/data/status.200.reply with 100% similarity]
tests/auto/qml/qqmlxmlhttprequest/data/status.400.reply [moved from tests/auto/declarative/qdeclarativexmlhttprequest/data/status.400.reply with 100% similarity]
tests/auto/qml/qqmlxmlhttprequest/data/status.404.reply [moved from tests/auto/declarative/qdeclarativexmlhttprequest/data/status.404.reply with 100% similarity]
tests/auto/qml/qqmlxmlhttprequest/data/status.expect [moved from tests/auto/declarative/qdeclarativexmlhttprequest/data/status.expect with 100% similarity]
tests/auto/qml/qqmlxmlhttprequest/data/status.qml [moved from tests/auto/declarative/qdeclarativexmlhttprequest/data/status.qml with 100% similarity]
tests/auto/qml/qqmlxmlhttprequest/data/statusText.qml [moved from tests/auto/declarative/qdeclarativexmlhttprequest/data/statusText.qml with 100% similarity]
tests/auto/qml/qqmlxmlhttprequest/data/testdocument.html [moved from tests/auto/declarative/qdeclarativexmlhttprequest/data/testdocument.html with 100% similarity]
tests/auto/qml/qqmlxmlhttprequest/data/text.qml [moved from tests/auto/declarative/qdeclarativexmlhttprequest/data/text.qml with 100% similarity]
tests/auto/qml/qqmlxmlhttprequest/data/text.xml [moved from tests/auto/declarative/qdeclarativexmlhttprequest/data/text.xml with 100% similarity]
tests/auto/qml/qqmlxmlhttprequest/data/utf16.html [moved from tests/auto/declarative/qdeclarativexmlhttprequest/data/utf16.html with 100% similarity]
tests/auto/qml/qqmlxmlhttprequest/data/utf16.qml [moved from tests/auto/declarative/qdeclarativexmlhttprequest/data/utf16.qml with 100% similarity]
tests/auto/qml/qqmlxmlhttprequest/data/utf16.xml [moved from tests/auto/declarative/qdeclarativexmlhttprequest/data/utf16.xml with 100% similarity]
tests/auto/qml/qqmlxmlhttprequest/qqmlxmlhttprequest.pro [new file with mode: 0644]
tests/auto/qml/qqmlxmlhttprequest/tst_qqmlxmlhttprequest.cpp [new file with mode: 0644]
tests/auto/qml/qquickbinding/data/deletedObject.qml [moved from tests/auto/declarative/qdeclarativebinding/data/deletedObject.qml with 100% similarity]
tests/auto/qml/qquickbinding/data/restoreBinding.qml [moved from tests/auto/declarative/qdeclarativebinding/data/restoreBinding.qml with 100% similarity]
tests/auto/qml/qquickbinding/data/restoreBindingWithLoop.qml [moved from tests/auto/declarative/qdeclarativebinding/data/restoreBindingWithLoop.qml with 100% similarity]
tests/auto/qml/qquickbinding/data/test-binding.qml [moved from tests/auto/declarative/qdeclarativebinding/data/test-binding.qml with 100% similarity]
tests/auto/qml/qquickbinding/data/test-binding2.qml [moved from tests/auto/declarative/qdeclarativebinding/data/test-binding2.qml with 100% similarity]
tests/auto/qml/qquickbinding/qquickbinding.pro [new file with mode: 0644]
tests/auto/qml/qquickbinding/tst_qquickbinding.cpp [new file with mode: 0644]
tests/auto/qml/qquickchangeset/qquickchangeset.pro [new file with mode: 0644]
tests/auto/qml/qquickchangeset/tst_qquickchangeset.cpp [new file with mode: 0644]
tests/auto/qml/qquickconnection/data/connection-targetchange.qml [moved from tests/auto/declarative/qdeclarativeconnection/data/connection-targetchange.qml with 100% similarity]
tests/auto/qml/qquickconnection/data/connection-unknownsignals-ignored.qml [moved from tests/auto/declarative/qdeclarativeconnection/data/connection-unknownsignals-ignored.qml with 100% similarity]
tests/auto/qml/qquickconnection/data/connection-unknownsignals-notarget.qml [moved from tests/auto/declarative/qdeclarativeconnection/data/connection-unknownsignals-notarget.qml with 100% similarity]
tests/auto/qml/qquickconnection/data/connection-unknownsignals-parent.qml [moved from tests/auto/declarative/qdeclarativeconnection/data/connection-unknownsignals-parent.qml with 100% similarity]
tests/auto/qml/qquickconnection/data/connection-unknownsignals.qml [moved from tests/auto/declarative/qdeclarativeconnection/data/connection-unknownsignals.qml with 100% similarity]
tests/auto/qml/qquickconnection/data/error-object.qml [moved from tests/auto/declarative/qdeclarativeconnection/data/error-object.qml with 100% similarity]
tests/auto/qml/qquickconnection/data/error-property.qml [moved from tests/auto/declarative/qdeclarativeconnection/data/error-property.qml with 100% similarity]
tests/auto/qml/qquickconnection/data/error-property2.qml [moved from tests/auto/declarative/qdeclarativeconnection/data/error-property2.qml with 100% similarity]
tests/auto/qml/qquickconnection/data/error-syntax.qml [moved from tests/auto/declarative/qdeclarativeconnection/data/error-syntax.qml with 100% similarity]
tests/auto/qml/qquickconnection/data/moduleapi-target.qml [moved from tests/auto/declarative/qdeclarativeconnection/data/moduleapi-target.qml with 100% similarity]
tests/auto/qml/qquickconnection/data/test-connection.qml [moved from tests/auto/declarative/qdeclarativeconnection/data/test-connection.qml with 100% similarity]
tests/auto/qml/qquickconnection/data/test-connection2.qml [moved from tests/auto/declarative/qdeclarativeconnection/data/test-connection2.qml with 100% similarity]
tests/auto/qml/qquickconnection/data/test-connection3.qml [moved from tests/auto/declarative/qdeclarativeconnection/data/test-connection3.qml with 100% similarity]
tests/auto/qml/qquickconnection/data/trimming.qml [moved from tests/auto/declarative/qdeclarativeconnection/data/trimming.qml with 100% similarity]
tests/auto/qml/qquickconnection/qquickconnection.pro [new file with mode: 0644]
tests/auto/qml/qquickconnection/tst_qquickconnection.cpp [new file with mode: 0644]
tests/auto/qml/qquickfolderlistmodel/data/basic.qml [moved from tests/auto/declarative/qdeclarativefolderlistmodel/data/basic.qml with 100% similarity]
tests/auto/qml/qquickfolderlistmodel/data/dummy.qml [moved from tests/auto/declarative/qdeclarativefolderlistmodel/data/dummy.qml with 100% similarity]
tests/auto/qml/qquickfolderlistmodel/data/resetFiltering.qml [moved from tests/auto/declarative/qdeclarativefolderlistmodel/data/resetFiltering.qml with 100% similarity]
tests/auto/qml/qquickfolderlistmodel/data/resetfiltering/innerdir/test2.txt [moved from tests/auto/declarative/qdeclarativefolderlistmodel/data/resetfiltering/innerdir/test2.txt with 100% similarity]
tests/auto/qml/qquickfolderlistmodel/data/resetfiltering/test.txt [moved from tests/auto/declarative/qdeclarativefolderlistmodel/data/resetfiltering/test.txt with 100% similarity]
tests/auto/qml/qquickfolderlistmodel/qquickfolderlistmodel.pro [new file with mode: 0644]
tests/auto/qml/qquickfolderlistmodel/tst_qquickfolderlistmodel.cpp [new file with mode: 0644]
tests/auto/qml/qquicklistcompositor/qquicklistcompositor.pro [new file with mode: 0644]
tests/auto/qml/qquicklistcompositor/tst_qquicklistcompositor.cpp [new file with mode: 0644]
tests/auto/qml/qquicklistmodel/data/enumerate.qml [moved from tests/auto/declarative/qdeclarativelistmodel/data/enumerate.qml with 100% similarity]
tests/auto/qml/qquicklistmodel/data/model.qml [moved from tests/auto/declarative/qdeclarativelistmodel/data/model.qml with 100% similarity]
tests/auto/qml/qquicklistmodel/data/multipleroles.qml [moved from tests/auto/declarative/qdeclarativelistmodel/data/multipleroles.qml with 100% similarity]
tests/auto/qml/qquicklistmodel/data/script.js [moved from tests/auto/declarative/qdeclarativelistmodel/data/script.js with 100% similarity]
tests/auto/qml/qquicklistmodel/data/setmodelcachelist.qml [moved from tests/auto/declarative/qdeclarativelistmodel/data/setmodelcachelist.qml with 100% similarity]
tests/auto/qml/qquicklistmodel/data/signalhandlers.qml [moved from tests/auto/declarative/qdeclarativelistmodel/data/signalhandlers.qml with 100% similarity]
tests/auto/qml/qquicklistmodel/data/workerremoveelement.js [moved from tests/auto/declarative/qdeclarativelistmodel/data/workerremoveelement.js with 100% similarity]
tests/auto/qml/qquicklistmodel/data/workerremoveelement.qml [moved from tests/auto/declarative/qdeclarativelistmodel/data/workerremoveelement.qml with 100% similarity]
tests/auto/qml/qquicklistmodel/data/workerremovelist.js [moved from tests/auto/declarative/qdeclarativelistmodel/data/workerremovelist.js with 100% similarity]
tests/auto/qml/qquicklistmodel/data/workerremovelist.qml [moved from tests/auto/declarative/qdeclarativelistmodel/data/workerremovelist.qml with 100% similarity]
tests/auto/qml/qquicklistmodel/data/workersync.js [moved from tests/auto/declarative/qdeclarativelistmodel/data/workersync.js with 100% similarity]
tests/auto/qml/qquicklistmodel/data/workersync.qml [moved from tests/auto/declarative/qdeclarativelistmodel/data/workersync.qml with 100% similarity]
tests/auto/qml/qquicklistmodel/qquicklistmodel.pro [new file with mode: 0644]
tests/auto/qml/qquicklistmodel/tst_qquicklistmodel.cpp [new file with mode: 0644]
tests/auto/qml/qquickworkerscript/data/BaseWorker.qml [moved from tests/auto/declarative/qdeclarativeworkerscript/data/BaseWorker.qml with 100% similarity]
tests/auto/qml/qquickworkerscript/data/Global.js [moved from tests/auto/declarative/qdeclarativeworkerscript/data/Global.js with 100% similarity]
tests/auto/qml/qquickworkerscript/data/externalObjectWorker.qml [moved from tests/auto/declarative/qdeclarativeworkerscript/data/externalObjectWorker.qml with 100% similarity]
tests/auto/qml/qquickworkerscript/data/script.js [moved from tests/auto/declarative/qdeclarativeworkerscript/data/script.js with 100% similarity]
tests/auto/qml/qquickworkerscript/data/script_error_onCall.js [moved from tests/auto/declarative/qdeclarativeworkerscript/data/script_error_onCall.js with 100% similarity]
tests/auto/qml/qquickworkerscript/data/script_error_onLoad.js [moved from tests/auto/declarative/qdeclarativeworkerscript/data/script_error_onLoad.js with 100% similarity]
tests/auto/qml/qquickworkerscript/data/script_fixed_return.js [moved from tests/auto/declarative/qdeclarativeworkerscript/data/script_fixed_return.js with 100% similarity]
tests/auto/qml/qquickworkerscript/data/script_include.js [moved from tests/auto/declarative/qdeclarativeworkerscript/data/script_include.js with 100% similarity]
tests/auto/qml/qquickworkerscript/data/script_pragma.js [moved from tests/auto/declarative/qdeclarativeworkerscript/data/script_pragma.js with 100% similarity]
tests/auto/qml/qquickworkerscript/data/stressDispose.js [moved from tests/auto/declarative/qdeclarativeworkerscript/data/stressDispose.js with 100% similarity]
tests/auto/qml/qquickworkerscript/data/stressDispose.qml [moved from tests/auto/declarative/qdeclarativeworkerscript/data/stressDispose.qml with 100% similarity]
tests/auto/qml/qquickworkerscript/data/worker.qml [moved from tests/auto/declarative/qdeclarativeworkerscript/data/worker.qml with 100% similarity]
tests/auto/qml/qquickworkerscript/data/worker_error_onCall.qml [moved from tests/auto/declarative/qdeclarativeworkerscript/data/worker_error_onCall.qml with 100% similarity]
tests/auto/qml/qquickworkerscript/data/worker_error_onLoad.qml [moved from tests/auto/declarative/qdeclarativeworkerscript/data/worker_error_onLoad.qml with 100% similarity]
tests/auto/qml/qquickworkerscript/data/worker_include.qml [moved from tests/auto/declarative/qdeclarativeworkerscript/data/worker_include.qml with 100% similarity]
tests/auto/qml/qquickworkerscript/data/worker_pragma.qml [moved from tests/auto/declarative/qdeclarativeworkerscript/data/worker_pragma.qml with 100% similarity]
tests/auto/qml/qquickworkerscript/qquickworkerscript.pro [new file with mode: 0644]
tests/auto/qml/qquickworkerscript/tst_qquickworkerscript.cpp [new file with mode: 0644]
tests/auto/qml/runall.sh [new file with mode: 0644]
tests/auto/qml/v4/data/conditionalExpr.qml [moved from tests/auto/declarative/v4/data/conditionalExpr.qml with 100% similarity]
tests/auto/qml/v4/data/doubleBoolJump.qml [moved from tests/auto/declarative/v4/data/doubleBoolJump.qml with 100% similarity]
tests/auto/qml/v4/data/fetchException.qml [moved from tests/auto/declarative/v4/data/fetchException.qml with 100% similarity]
tests/auto/qml/v4/data/logicalOr.2.qml [moved from tests/auto/declarative/v4/data/logicalOr.2.qml with 100% similarity]
tests/auto/qml/v4/data/logicalOr.qml [moved from tests/auto/declarative/v4/data/logicalOr.qml with 100% similarity]
tests/auto/qml/v4/data/nestedLogicalOr.qml [moved from tests/auto/declarative/v4/data/nestedLogicalOr.qml with 100% similarity]
tests/auto/qml/v4/data/nestedObjectAccess.qml [moved from tests/auto/declarative/v4/data/nestedObjectAccess.qml with 100% similarity]
tests/auto/qml/v4/data/nullQObject.qml [moved from tests/auto/declarative/v4/data/nullQObject.qml with 100% similarity]
tests/auto/qml/v4/data/qrealToIntRounding.qml [moved from tests/auto/declarative/v4/data/qrealToIntRounding.qml with 100% similarity]
tests/auto/qml/v4/data/qtbug_21883.qml [moved from tests/auto/declarative/v4/data/qtbug_21883.qml with 100% similarity]
tests/auto/qml/v4/data/qtbug_22816.qml [moved from tests/auto/declarative/v4/data/qtbug_22816.qml with 100% similarity]
tests/auto/qml/v4/data/stringComparison.qml [moved from tests/auto/declarative/v4/data/stringComparison.qml with 100% similarity]
tests/auto/qml/v4/data/subscriptionsInConditionalExpressions.qml [moved from tests/auto/declarative/v4/data/subscriptionsInConditionalExpressions.qml with 100% similarity]
tests/auto/qml/v4/data/unaryMinus.qml [moved from tests/auto/declarative/v4/data/unaryMinus.qml with 100% similarity]
tests/auto/qml/v4/data/unaryPlus.qml [moved from tests/auto/declarative/v4/data/unaryPlus.qml with 100% similarity]
tests/auto/qml/v4/data/unnecessaryReeval.qml [moved from tests/auto/declarative/v4/data/unnecessaryReeval.qml with 100% similarity]
tests/auto/qml/v4/testtypes.cpp [new file with mode: 0644]
tests/auto/qml/v4/testtypes.h [moved from tests/auto/declarative/v4/testtypes.h with 100% similarity]
tests/auto/qml/v4/tst_v4.cpp [new file with mode: 0644]
tests/auto/qml/v4/v4.pro [new file with mode: 0644]
tests/auto/qmldevtools/compile/tst_compile.cpp
tests/auto/qmltest/createbenchmark/item.qml
tests/auto/qmltest/qmltest.pro
tests/auto/qmltest/qqmlbinding/tst_binding.qml [moved from tests/auto/qmltest/qdeclarativebinding/tst_binding.qml with 100% similarity]
tests/auto/qmltest/qqmlbinding/tst_binding2.qml [moved from tests/auto/qmltest/qdeclarativebinding/tst_binding2.qml with 100% similarity]
tests/auto/qtquick2/examples/examples.pro [deleted file]
tests/auto/qtquick2/examples/tst_examples.cpp [deleted file]
tests/auto/qtquick2/geometry/geometry.pro [deleted file]
tests/auto/qtquick2/nodes/nodes.pro [deleted file]
tests/auto/qtquick2/qdeclarativeanimationcontroller/qdeclarativeanimationcontroller.pro [deleted file]
tests/auto/qtquick2/qdeclarativeanimationcontroller/tst_qdeclarativeanimationcontroller.cpp [deleted file]
tests/auto/qtquick2/qdeclarativeanimations/qdeclarativeanimations.pro [deleted file]
tests/auto/qtquick2/qdeclarativeanimations/tst_qdeclarativeanimations.cpp [deleted file]
tests/auto/qtquick2/qdeclarativeapplication/qdeclarativeapplication.pro [deleted file]
tests/auto/qtquick2/qdeclarativeapplication/tst_qdeclarativeapplication.cpp [deleted file]
tests/auto/qtquick2/qdeclarativebehaviors/qdeclarativebehaviors.pro [deleted file]
tests/auto/qtquick2/qdeclarativebehaviors/tst_qdeclarativebehaviors.cpp [deleted file]
tests/auto/qtquick2/qdeclarativefontloader/qdeclarativefontloader.pro [deleted file]
tests/auto/qtquick2/qdeclarativefontloader/tst_qdeclarativefontloader.cpp [deleted file]
tests/auto/qtquick2/qdeclarativepath/qdeclarativepath.pro [deleted file]
tests/auto/qtquick2/qdeclarativepath/tst_qdeclarativepath.cpp [deleted file]
tests/auto/qtquick2/qdeclarativepixmapcache/qdeclarativepixmapcache.pro [deleted file]
tests/auto/qtquick2/qdeclarativepixmapcache/tst_qdeclarativepixmapcache.cpp [deleted file]
tests/auto/qtquick2/qdeclarativesmoothedanimation/qdeclarativesmoothedanimation.pro [deleted file]
tests/auto/qtquick2/qdeclarativesmoothedanimation/tst_qdeclarativesmoothedanimation.cpp [deleted file]
tests/auto/qtquick2/qdeclarativespringanimation/qdeclarativespringanimation.pro [deleted file]
tests/auto/qtquick2/qdeclarativespringanimation/tst_qdeclarativespringanimation.cpp [deleted file]
tests/auto/qtquick2/qdeclarativestates/qdeclarativestates.pro [deleted file]
tests/auto/qtquick2/qdeclarativestates/tst_qdeclarativestates.cpp [deleted file]
tests/auto/qtquick2/qdeclarativestyledtext/qdeclarativestyledtext.pro [deleted file]
tests/auto/qtquick2/qdeclarativestyledtext/tst_qdeclarativestyledtext.cpp [deleted file]
tests/auto/qtquick2/qdeclarativesystempalette/qdeclarativesystempalette.pro [deleted file]
tests/auto/qtquick2/qdeclarativesystempalette/tst_qdeclarativesystempalette.cpp [deleted file]
tests/auto/qtquick2/qdeclarativetimer/qdeclarativetimer.pro [deleted file]
tests/auto/qtquick2/qdeclarativetimer/tst_qdeclarativetimer.cpp [deleted file]
tests/auto/qtquick2/qdeclarativexmllistmodel/qdeclarativexmllistmodel.pro [deleted file]
tests/auto/qtquick2/qdeclarativexmllistmodel/tst_qdeclarativexmllistmodel.cpp [deleted file]
tests/auto/qtquick2/qquickaccessible/data/hittest.qml [deleted file]
tests/auto/qtquick2/qquickaccessible/qquickaccessible.pro [deleted file]
tests/auto/qtquick2/qquickaccessible/tst_qquickaccessible.cpp [deleted file]
tests/auto/qtquick2/qquickanchors/qquickanchors.pro [deleted file]
tests/auto/qtquick2/qquickanchors/tst_qquickanchors.cpp [deleted file]
tests/auto/qtquick2/qquickanimatedimage/qquickanimatedimage.pro [deleted file]
tests/auto/qtquick2/qquickanimatedimage/tst_qquickanimatedimage.cpp [deleted file]
tests/auto/qtquick2/qquickborderimage/qquickborderimage.pro [deleted file]
tests/auto/qtquick2/qquickborderimage/tst_qquickborderimage.cpp [deleted file]
tests/auto/qtquick2/qquickcanvas/qquickcanvas.pro [deleted file]
tests/auto/qtquick2/qquickcanvas/tst_qquickcanvas.cpp [deleted file]
tests/auto/qtquick2/qquickcanvasitem/qquickcanvasitem.pro [deleted file]
tests/auto/qtquick2/qquickdrag/qquickdrag.pro [deleted file]
tests/auto/qtquick2/qquickdrag/tst_qquickdrag.cpp [deleted file]
tests/auto/qtquick2/qquickdroparea/qquickdroparea.pro [deleted file]
tests/auto/qtquick2/qquickdroparea/tst_qquickdroparea.cpp [deleted file]
tests/auto/qtquick2/qquickflickable/qquickflickable.pro [deleted file]
tests/auto/qtquick2/qquickflickable/tst_qquickflickable.cpp [deleted file]
tests/auto/qtquick2/qquickflipable/qquickflipable.pro [deleted file]
tests/auto/qtquick2/qquickflipable/tst_qquickflipable.cpp [deleted file]
tests/auto/qtquick2/qquickfocusscope/qquickfocusscope.pro [deleted file]
tests/auto/qtquick2/qquickfocusscope/tst_qquickfocusscope.cpp [deleted file]
tests/auto/qtquick2/qquickgridview/data/addTransitions.qml [deleted file]
tests/auto/qtquick2/qquickgridview/data/moveTransitions.qml [deleted file]
tests/auto/qtquick2/qquickgridview/data/removeTransitions.qml [deleted file]
tests/auto/qtquick2/qquickgridview/qquickgridview.pro [deleted file]
tests/auto/qtquick2/qquickgridview/tst_qquickgridview.cpp [deleted file]
tests/auto/qtquick2/qquickimage/qquickimage.pro [deleted file]
tests/auto/qtquick2/qquickimage/tst_qquickimage.cpp [deleted file]
tests/auto/qtquick2/qquickitem/qquickitem.pro [deleted file]
tests/auto/qtquick2/qquickitem/tst_qquickitem.cpp [deleted file]
tests/auto/qtquick2/qquickitem2/qquickitem2.pro [deleted file]
tests/auto/qtquick2/qquickitem2/tst_qquickitem.cpp [deleted file]
tests/auto/qtquick2/qquickitemlayer/qquickitemlayer.pro [deleted file]
tests/auto/qtquick2/qquickitemlayer/tst_qquickitemlayer.cpp [deleted file]
tests/auto/qtquick2/qquicklistview/data/addTransitions.qml [deleted file]
tests/auto/qtquick2/qquicklistview/data/moveTransitions.qml [deleted file]
tests/auto/qtquick2/qquicklistview/data/removeTransitions.qml [deleted file]
tests/auto/qtquick2/qquicklistview/qquicklistview.pro [deleted file]
tests/auto/qtquick2/qquicklistview/tst_qquicklistview.cpp [deleted file]
tests/auto/qtquick2/qquickloader/qquickloader.pro [deleted file]
tests/auto/qtquick2/qquickloader/tst_qquickloader.cpp [deleted file]
tests/auto/qtquick2/qquickmousearea/qquickmousearea.pro [deleted file]
tests/auto/qtquick2/qquickmousearea/tst_qquickmousearea.cpp [deleted file]
tests/auto/qtquick2/qquickmultipointtoucharea/qquickmultipointtoucharea.pro [deleted file]
tests/auto/qtquick2/qquickmultipointtoucharea/tst_qquickmultipointtoucharea.cpp [deleted file]
tests/auto/qtquick2/qquickpathview/qquickpathview.pro [deleted file]
tests/auto/qtquick2/qquickpathview/tst_qquickpathview.cpp [deleted file]
tests/auto/qtquick2/qquickpincharea/qquickpincharea.pro [deleted file]
tests/auto/qtquick2/qquickpincharea/tst_qquickpincharea.cpp [deleted file]
tests/auto/qtquick2/qquickpositioners/qquickpositioners.pro [deleted file]
tests/auto/qtquick2/qquickpositioners/tst_qquickpositioners.cpp [deleted file]
tests/auto/qtquick2/qquickrepeater/qquickrepeater.pro [deleted file]
tests/auto/qtquick2/qquickrepeater/tst_qquickrepeater.cpp [deleted file]
tests/auto/qtquick2/qquickscreen/qquickscreen.pro [deleted file]
tests/auto/qtquick2/qquickscreen/tst_qquickscreen.cpp [deleted file]
tests/auto/qtquick2/qquickshadereffect/qquickshadereffect.pro [deleted file]
tests/auto/qtquick2/qquickspriteimage/qquickspriteimage.pro [deleted file]
tests/auto/qtquick2/qquickspriteimage/tst_qquickspriteimage.cpp [deleted file]
tests/auto/qtquick2/qquicktext/qquicktext.pro [deleted file]
tests/auto/qtquick2/qquicktext/tst_qquicktext.cpp [deleted file]
tests/auto/qtquick2/qquicktextedit/qquicktextedit.pro [deleted file]
tests/auto/qtquick2/qquicktextedit/tst_qquicktextedit.cpp [deleted file]
tests/auto/qtquick2/qquicktextinput/qquicktextinput.pro [deleted file]
tests/auto/qtquick2/qquicktextinput/tst_qquicktextinput.cpp [deleted file]
tests/auto/qtquick2/qquickview/qquickview.pro [deleted file]
tests/auto/qtquick2/qquickview/tst_qquickview.cpp [deleted file]
tests/auto/qtquick2/qquickvisualdatamodel/qquickvisualdatamodel.pro [deleted file]
tests/auto/qtquick2/qquickvisualdatamodel/tst_qquickvisualdatamodel.cpp [deleted file]
tests/auto/qtquick2/qtquick2.pro [deleted file]
tests/auto/qtquick2/rendernode/rendernode.pro [deleted file]
tests/auto/qtquick2/rendernode/tst_rendernode.cpp [deleted file]
tests/auto/qtquick2/shared/util.pri [deleted file]
tests/auto/qtquick2/shared/viewtestutil.cpp [deleted file]
tests/auto/qtquick2/shared/viewtestutil.h [deleted file]
tests/auto/qtquick2/shared/visualtestutil.h [deleted file]
tests/auto/quick/examples/data/dummytest.qml [moved from tests/auto/qtquick2/examples/data/dummytest.qml with 100% similarity]
tests/auto/quick/examples/data/webbrowser/webbrowser.qml [moved from tests/auto/qtquick2/examples/data/webbrowser/webbrowser.qml with 100% similarity]
tests/auto/quick/examples/examples.pro [new file with mode: 0644]
tests/auto/quick/examples/tst_examples.cpp [new file with mode: 0644]
tests/auto/quick/geometry/geometry.pro [new file with mode: 0644]
tests/auto/quick/geometry/tst_geometry.cpp [moved from tests/auto/qtquick2/geometry/tst_geometry.cpp with 100% similarity]
tests/auto/quick/nodes/nodes.pro [new file with mode: 0644]
tests/auto/quick/nodes/tst_nodestest.cpp [moved from tests/auto/qtquick2/nodes/tst_nodestest.cpp with 100% similarity]
tests/auto/quick/qquickaccessible/data/checkbuttons.qml [moved from tests/auto/qtquick2/qquickaccessible/data/checkbuttons.qml with 100% similarity]
tests/auto/quick/qquickaccessible/data/hittest.qml [new file with mode: 0644]
tests/auto/quick/qquickaccessible/data/pushbutton.qml [moved from tests/auto/qtquick2/qquickaccessible/data/pushbutton.qml with 100% similarity]
tests/auto/quick/qquickaccessible/data/statictext.qml [moved from tests/auto/qtquick2/qquickaccessible/data/statictext.qml with 100% similarity]
tests/auto/quick/qquickaccessible/data/widgets/TextRect.qml [moved from tests/auto/qtquick2/qquickaccessible/data/widgets/TextRect.qml with 100% similarity]
tests/auto/quick/qquickaccessible/qquickaccessible.pro [new file with mode: 0644]
tests/auto/quick/qquickaccessible/tst_qquickaccessible.cpp [new file with mode: 0644]
tests/auto/quick/qquickanchors/data/anchors.qml [moved from tests/auto/qtquick2/qquickanchors/data/anchors.qml with 100% similarity]
tests/auto/quick/qquickanchors/data/centerin.qml [moved from tests/auto/qtquick2/qquickanchors/data/centerin.qml with 100% similarity]
tests/auto/quick/qquickanchors/data/centerinRotation.qml [moved from tests/auto/qtquick2/qquickanchors/data/centerinRotation.qml with 100% similarity]
tests/auto/quick/qquickanchors/data/crash1.qml [moved from tests/auto/qtquick2/qquickanchors/data/crash1.qml with 100% similarity]
tests/auto/quick/qquickanchors/data/fill.qml [moved from tests/auto/qtquick2/qquickanchors/data/fill.qml with 100% similarity]
tests/auto/quick/qquickanchors/data/hvCenter.qml [moved from tests/auto/qtquick2/qquickanchors/data/hvCenter.qml with 100% similarity]
tests/auto/quick/qquickanchors/data/loop1.qml [moved from tests/auto/qtquick2/qquickanchors/data/loop1.qml with 100% similarity]
tests/auto/quick/qquickanchors/data/loop2.qml [moved from tests/auto/qtquick2/qquickanchors/data/loop2.qml with 100% similarity]
tests/auto/quick/qquickanchors/data/margins.qml [moved from tests/auto/qtquick2/qquickanchors/data/margins.qml with 100% similarity]
tests/auto/quick/qquickanchors/qquickanchors.pro [new file with mode: 0644]
tests/auto/quick/qquickanchors/tst_qquickanchors.cpp [new file with mode: 0644]
tests/auto/quick/qquickanimatedimage/data/colors.gif [moved from tests/auto/qtquick2/qquickanimatedimage/data/colors.gif with 100% similarity]
tests/auto/quick/qquickanimatedimage/data/colors.qml [moved from tests/auto/qtquick2/qquickanimatedimage/data/colors.qml with 100% similarity]
tests/auto/quick/qquickanimatedimage/data/hearts.gif [moved from tests/auto/qtquick2/qquickanimatedimage/data/hearts.gif with 100% similarity]
tests/auto/quick/qquickanimatedimage/data/hearts.qml [moved from tests/auto/qtquick2/qquickanimatedimage/data/hearts.qml with 100% similarity]
tests/auto/quick/qquickanimatedimage/data/qmldir [moved from tests/auto/qtquick2/qquickanimatedimage/data/qmldir with 100% similarity]
tests/auto/quick/qquickanimatedimage/data/qtbug-16520.qml [moved from tests/auto/qtquick2/qquickanimatedimage/data/qtbug-16520.qml with 100% similarity]
tests/auto/quick/qquickanimatedimage/data/stickman.gif [moved from tests/auto/qtquick2/qquickanimatedimage/data/stickman.gif with 100% similarity]
tests/auto/quick/qquickanimatedimage/data/stickman.qml [moved from tests/auto/qtquick2/qquickanimatedimage/data/stickman.qml with 100% similarity]
tests/auto/quick/qquickanimatedimage/data/stickmanerror1.qml [moved from tests/auto/qtquick2/qquickanimatedimage/data/stickmanerror1.qml with 100% similarity]
tests/auto/quick/qquickanimatedimage/data/stickmanpause.qml [moved from tests/auto/qtquick2/qquickanimatedimage/data/stickmanpause.qml with 100% similarity]
tests/auto/quick/qquickanimatedimage/data/stickmanscaled.qml [moved from tests/auto/qtquick2/qquickanimatedimage/data/stickmanscaled.qml with 100% similarity]
tests/auto/quick/qquickanimatedimage/data/stickmanstopped.qml [moved from tests/auto/qtquick2/qquickanimatedimage/data/stickmanstopped.qml with 100% similarity]
tests/auto/quick/qquickanimatedimage/qquickanimatedimage.pro [new file with mode: 0644]
tests/auto/quick/qquickanimatedimage/tst_qquickanimatedimage.cpp [new file with mode: 0644]
tests/auto/quick/qquickanimationcontroller/data/tst_numberanimation.qml [moved from tests/auto/qtquick2/qdeclarativeanimationcontroller/data/tst_numberanimation.qml with 100% similarity]
tests/auto/quick/qquickanimationcontroller/qquickanimationcontroller.pro [new file with mode: 0644]
tests/auto/quick/qquickanimationcontroller/tst_qquickanimationcontroller.cpp [new file with mode: 0644]
tests/auto/quick/qquickanimations/data/Double.qml [moved from tests/auto/qtquick2/qdeclarativeanimations/data/Double.qml with 100% similarity]
tests/auto/quick/qquickanimations/data/attached.qml [moved from tests/auto/qtquick2/qdeclarativeanimations/data/attached.qml with 100% similarity]
tests/auto/quick/qquickanimations/data/badproperty1.qml [moved from tests/auto/qtquick2/qdeclarativeanimations/data/badproperty1.qml with 100% similarity]
tests/auto/quick/qquickanimations/data/badproperty2.qml [moved from tests/auto/qtquick2/qdeclarativeanimations/data/badproperty2.qml with 100% similarity]
tests/auto/quick/qquickanimations/data/badtype1.qml [moved from tests/auto/qtquick2/qdeclarativeanimations/data/badtype1.qml with 100% similarity]
tests/auto/quick/qquickanimations/data/badtype2.qml [moved from tests/auto/qtquick2/qdeclarativeanimations/data/badtype2.qml with 100% similarity]
tests/auto/quick/qquickanimations/data/badtype3.qml [moved from tests/auto/qtquick2/qdeclarativeanimations/data/badtype3.qml with 100% similarity]
tests/auto/quick/qquickanimations/data/badtype4.qml [moved from tests/auto/qtquick2/qdeclarativeanimations/data/badtype4.qml with 100% similarity]
tests/auto/quick/qquickanimations/data/disabledTransition.qml [moved from tests/auto/qtquick2/qdeclarativeanimations/data/disabledTransition.qml with 100% similarity]
tests/auto/quick/qquickanimations/data/dontAutoStart.qml [moved from tests/auto/qtquick2/qdeclarativeanimations/data/dontAutoStart.qml with 100% similarity]
tests/auto/quick/qquickanimations/data/dontStart.qml [moved from tests/auto/qtquick2/qdeclarativeanimations/data/dontStart.qml with 100% similarity]
tests/auto/quick/qquickanimations/data/dontStart2.qml [moved from tests/auto/qtquick2/qdeclarativeanimations/data/dontStart2.qml with 100% similarity]
tests/auto/quick/qquickanimations/data/dotproperty.qml [moved from tests/auto/qtquick2/qdeclarativeanimations/data/dotproperty.qml with 100% similarity]
tests/auto/quick/qquickanimations/data/doubleRegistrationBug.qml [moved from tests/auto/qtquick2/qdeclarativeanimations/data/doubleRegistrationBug.qml with 100% similarity]
tests/auto/quick/qquickanimations/data/looping.qml [moved from tests/auto/qtquick2/qdeclarativeanimations/data/looping.qml with 100% similarity]
tests/auto/quick/qquickanimations/data/mixedtype1.qml [moved from tests/auto/qtquick2/qdeclarativeanimations/data/mixedtype1.qml with 100% similarity]
tests/auto/quick/qquickanimations/data/mixedtype2.qml [moved from tests/auto/qtquick2/qdeclarativeanimations/data/mixedtype2.qml with 100% similarity]
tests/auto/quick/qquickanimations/data/nonTransitionBug.qml [moved from tests/auto/qtquick2/qdeclarativeanimations/data/nonTransitionBug.qml with 100% similarity]
tests/auto/quick/qquickanimations/data/pathAnimation.qml [moved from tests/auto/qtquick2/qdeclarativeanimations/data/pathAnimation.qml with 100% similarity]
tests/auto/quick/qquickanimations/data/pathAnimation2.qml [moved from tests/auto/qtquick2/qdeclarativeanimations/data/pathAnimation2.qml with 100% similarity]
tests/auto/quick/qquickanimations/data/pathAnimationNoStart.qml [moved from tests/auto/qtquick2/qdeclarativeanimations/data/pathAnimationNoStart.qml with 100% similarity]
tests/auto/quick/qquickanimations/data/pathInterpolator.qml [moved from tests/auto/qtquick2/qdeclarativeanimations/data/pathInterpolator.qml with 100% similarity]
tests/auto/quick/qquickanimations/data/pathInterpolatorBack.qml [moved from tests/auto/qtquick2/qdeclarativeanimations/data/pathInterpolatorBack.qml with 100% similarity]
tests/auto/quick/qquickanimations/data/pathInterpolatorBack2.qml [moved from tests/auto/qtquick2/qdeclarativeanimations/data/pathInterpolatorBack2.qml with 100% similarity]
tests/auto/quick/qquickanimations/data/pathTransition.qml [moved from tests/auto/qtquick2/qdeclarativeanimations/data/pathTransition.qml with 100% similarity]
tests/auto/quick/qquickanimations/data/pauseBindingBug.qml [moved from tests/auto/qtquick2/qdeclarativeanimations/data/pauseBindingBug.qml with 100% similarity]
tests/auto/quick/qquickanimations/data/pauseBug.qml [moved from tests/auto/qtquick2/qdeclarativeanimations/data/pauseBug.qml with 100% similarity]
tests/auto/quick/qquickanimations/data/properties.qml [moved from tests/auto/qtquick2/qdeclarativeanimations/data/properties.qml with 100% similarity]
tests/auto/quick/qquickanimations/data/properties2.qml [moved from tests/auto/qtquick2/qdeclarativeanimations/data/properties2.qml with 100% similarity]
tests/auto/quick/qquickanimations/data/properties3.qml [moved from tests/auto/qtquick2/qdeclarativeanimations/data/properties3.qml with 100% similarity]
tests/auto/quick/qquickanimations/data/properties4.qml [moved from tests/auto/qtquick2/qdeclarativeanimations/data/properties4.qml with 100% similarity]
tests/auto/quick/qquickanimations/data/properties5.qml [moved from tests/auto/qtquick2/qdeclarativeanimations/data/properties5.qml with 100% similarity]
tests/auto/quick/qquickanimations/data/propertiesTransition.qml [moved from tests/auto/qtquick2/qdeclarativeanimations/data/propertiesTransition.qml with 100% similarity]
tests/auto/quick/qquickanimations/data/propertiesTransition2.qml [moved from tests/auto/qtquick2/qdeclarativeanimations/data/propertiesTransition2.qml with 100% similarity]
tests/auto/quick/qquickanimations/data/propertiesTransition3.qml [moved from tests/auto/qtquick2/qdeclarativeanimations/data/propertiesTransition3.qml with 100% similarity]
tests/auto/quick/qquickanimations/data/propertiesTransition4.qml [moved from tests/auto/qtquick2/qdeclarativeanimations/data/propertiesTransition4.qml with 100% similarity]
tests/auto/quick/qquickanimations/data/propertiesTransition5.qml [moved from tests/auto/qtquick2/qdeclarativeanimations/data/propertiesTransition5.qml with 100% similarity]
tests/auto/quick/qquickanimations/data/propertiesTransition6.qml [moved from tests/auto/qtquick2/qdeclarativeanimations/data/propertiesTransition6.qml with 100% similarity]
tests/auto/quick/qquickanimations/data/propertiesTransition7.qml [moved from tests/auto/qtquick2/qdeclarativeanimations/data/propertiesTransition7.qml with 100% similarity]
tests/auto/quick/qquickanimations/data/reanchor.qml [moved from tests/auto/qtquick2/qdeclarativeanimations/data/reanchor.qml with 100% similarity]
tests/auto/quick/qquickanimations/data/registrationBug.qml [moved from tests/auto/qtquick2/qdeclarativeanimations/data/registrationBug.qml with 100% similarity]
tests/auto/quick/qquickanimations/data/reparent.qml [moved from tests/auto/qtquick2/qdeclarativeanimations/data/reparent.qml with 100% similarity]
tests/auto/quick/qquickanimations/data/rotation.qml [moved from tests/auto/qtquick2/qdeclarativeanimations/data/rotation.qml with 100% similarity]
tests/auto/quick/qquickanimations/data/runningTrueBug.qml [moved from tests/auto/qtquick2/qdeclarativeanimations/data/runningTrueBug.qml with 100% similarity]
tests/auto/quick/qquickanimations/data/transitionAssignmentBug.qml [moved from tests/auto/qtquick2/qdeclarativeanimations/data/transitionAssignmentBug.qml with 100% similarity]
tests/auto/quick/qquickanimations/data/valuesource.qml [moved from tests/auto/qtquick2/qdeclarativeanimations/data/valuesource.qml with 100% similarity]
tests/auto/quick/qquickanimations/data/valuesource2.qml [moved from tests/auto/qtquick2/qdeclarativeanimations/data/valuesource2.qml with 100% similarity]
tests/auto/quick/qquickanimations/qquickanimations.pro [new file with mode: 0644]
tests/auto/quick/qquickanimations/tst_qquickanimations.cpp [new file with mode: 0644]
tests/auto/quick/qquickapplication/qquickapplication.pro [new file with mode: 0644]
tests/auto/quick/qquickapplication/tst_qquickapplication.cpp [new file with mode: 0644]
tests/auto/quick/qquickbehaviors/data/binding.qml [moved from tests/auto/qtquick2/qdeclarativebehaviors/data/binding.qml with 100% similarity]
tests/auto/quick/qquickbehaviors/data/color.qml [moved from tests/auto/qtquick2/qdeclarativebehaviors/data/color.qml with 100% similarity]
tests/auto/quick/qquickbehaviors/data/cpptrigger.qml [moved from tests/auto/qtquick2/qdeclarativebehaviors/data/cpptrigger.qml with 100% similarity]
tests/auto/quick/qquickbehaviors/data/delayedRegistration.qml [moved from tests/auto/qtquick2/qdeclarativebehaviors/data/delayedRegistration.qml with 100% similarity]
tests/auto/quick/qquickbehaviors/data/disabled.qml [moved from tests/auto/qtquick2/qdeclarativebehaviors/data/disabled.qml with 100% similarity]
tests/auto/quick/qquickbehaviors/data/dontStart.qml [moved from tests/auto/qtquick2/qdeclarativebehaviors/data/dontStart.qml with 100% similarity]
tests/auto/quick/qquickbehaviors/data/empty.qml [moved from tests/auto/qtquick2/qdeclarativebehaviors/data/empty.qml with 100% similarity]
tests/auto/quick/qquickbehaviors/data/explicit.qml [moved from tests/auto/qtquick2/qdeclarativebehaviors/data/explicit.qml with 100% similarity]
tests/auto/quick/qquickbehaviors/data/groupProperty.qml [moved from tests/auto/qtquick2/qdeclarativebehaviors/data/groupProperty.qml with 100% similarity]
tests/auto/quick/qquickbehaviors/data/groupProperty2.qml [moved from tests/auto/qtquick2/qdeclarativebehaviors/data/groupProperty2.qml with 100% similarity]
tests/auto/quick/qquickbehaviors/data/groupedPropertyCrash.qml [moved from tests/auto/qtquick2/qdeclarativebehaviors/data/groupedPropertyCrash.qml with 100% similarity]
tests/auto/quick/qquickbehaviors/data/loop.qml [moved from tests/auto/qtquick2/qdeclarativebehaviors/data/loop.qml with 100% similarity]
tests/auto/quick/qquickbehaviors/data/nonSelecting2.qml [moved from tests/auto/qtquick2/qdeclarativebehaviors/data/nonSelecting2.qml with 100% similarity]
tests/auto/quick/qquickbehaviors/data/parent.qml [moved from tests/auto/qtquick2/qdeclarativebehaviors/data/parent.qml with 100% similarity]
tests/auto/quick/qquickbehaviors/data/qtbug12295.qml [moved from tests/auto/qtquick2/qdeclarativebehaviors/data/qtbug12295.qml with 100% similarity]
tests/auto/quick/qquickbehaviors/data/reassignedAnimation.qml [moved from tests/auto/qtquick2/qdeclarativebehaviors/data/reassignedAnimation.qml with 100% similarity]
tests/auto/quick/qquickbehaviors/data/runningTrue.qml [moved from tests/auto/qtquick2/qdeclarativebehaviors/data/runningTrue.qml with 100% similarity]
tests/auto/quick/qquickbehaviors/data/scripttrigger.qml [moved from tests/auto/qtquick2/qdeclarativebehaviors/data/scripttrigger.qml with 100% similarity]
tests/auto/quick/qquickbehaviors/data/simple.qml [moved from tests/auto/qtquick2/qdeclarativebehaviors/data/simple.qml with 100% similarity]
tests/auto/quick/qquickbehaviors/data/startOnCompleted.qml [moved from tests/auto/qtquick2/qdeclarativebehaviors/data/startOnCompleted.qml with 100% similarity]
tests/auto/quick/qquickbehaviors/data/startup.qml [moved from tests/auto/qtquick2/qdeclarativebehaviors/data/startup.qml with 100% similarity]
tests/auto/quick/qquickbehaviors/data/startup2.qml [moved from tests/auto/qtquick2/qdeclarativebehaviors/data/startup2.qml with 100% similarity]
tests/auto/quick/qquickbehaviors/data/valueType.qml [moved from tests/auto/qtquick2/qdeclarativebehaviors/data/valueType.qml with 100% similarity]
tests/auto/quick/qquickbehaviors/qquickbehaviors.pro [new file with mode: 0644]
tests/auto/quick/qquickbehaviors/tst_qquickbehaviors.cpp [new file with mode: 0644]
tests/auto/quick/qquickborderimage/data/colors-mirror.png [moved from tests/auto/qtquick2/qquickborderimage/data/colors-mirror.png with 100% similarity]
tests/auto/quick/qquickborderimage/data/colors-round-quotes.sci [moved from tests/auto/qtquick2/qquickborderimage/data/colors-round-quotes.sci with 100% similarity]
tests/auto/quick/qquickborderimage/data/colors-round-remote.sci [moved from tests/auto/qtquick2/qquickborderimage/data/colors-round-remote.sci with 100% similarity]
tests/auto/quick/qquickborderimage/data/colors-round.sci [moved from tests/auto/qtquick2/qquickborderimage/data/colors-round.sci with 100% similarity]
tests/auto/quick/qquickborderimage/data/colors.png [moved from tests/auto/qtquick2/qquickcanvas/data/colors.png with 100% similarity]
tests/auto/quick/qquickborderimage/data/heart200.png [moved from tests/auto/qtquick2/qquickborderimage/data/heart200.png with 100% similarity]
tests/auto/quick/qquickborderimage/data/invalid.sci [moved from tests/auto/qtquick2/qquickborderimage/data/invalid.sci with 100% similarity]
tests/auto/quick/qquickborderimage/data/mirror.qml [moved from tests/auto/qtquick2/qquickborderimage/data/mirror.qml with 100% similarity]
tests/auto/quick/qquickborderimage/qquickborderimage.pro [new file with mode: 0644]
tests/auto/quick/qquickborderimage/tst_qquickborderimage.cpp [new file with mode: 0644]
tests/auto/quick/qquickcanvas/data/AnimationsWhileHidden.qml [moved from tests/auto/qtquick2/qquickcanvas/data/AnimationsWhileHidden.qml with 100% similarity]
tests/auto/quick/qquickcanvas/data/Headless.qml [moved from tests/auto/qtquick2/qquickcanvas/data/Headless.qml with 100% similarity]
tests/auto/quick/qquickcanvas/data/colors.png [moved from tests/auto/qtquick2/qquickborderimage/data/colors.png with 100% similarity]
tests/auto/quick/qquickcanvas/data/focus.qml [moved from tests/auto/qtquick2/qquickcanvas/data/focus.qml with 100% similarity]
tests/auto/quick/qquickcanvas/data/window.qml [moved from tests/auto/qtquick2/qquickcanvas/data/window.qml with 100% similarity]
tests/auto/quick/qquickcanvas/qquickcanvas.pro [new file with mode: 0644]
tests/auto/quick/qquickcanvas/tst_qquickcanvas.cpp [new file with mode: 0644]
tests/auto/quick/qquickcanvasitem/data/anim-gr.gif [moved from tests/auto/qtquick2/qquickcanvasitem/data/anim-gr.gif with 100% similarity]
tests/auto/quick/qquickcanvasitem/data/anim-gr.png [moved from tests/auto/qtquick2/qquickcanvasitem/data/anim-gr.png with 100% similarity]
tests/auto/quick/qquickcanvasitem/data/anim-poster-gr.png [moved from tests/auto/qtquick2/qquickcanvasitem/data/anim-poster-gr.png with 100% similarity]
tests/auto/quick/qquickcanvasitem/data/background.png [moved from tests/auto/qtquick2/qquickcanvasitem/data/background.png with 100% similarity]
tests/auto/quick/qquickcanvasitem/data/broken.png [moved from tests/auto/qtquick2/qquickcanvasitem/data/broken.png with 100% similarity]
tests/auto/quick/qquickcanvasitem/data/ggrr-256x256.png [moved from tests/auto/qtquick2/qquickcanvasitem/data/ggrr-256x256.png with 100% similarity]
tests/auto/quick/qquickcanvasitem/data/green-16x16.png [moved from tests/auto/qtquick2/qquickcanvasitem/data/green-16x16.png with 100% similarity]
tests/auto/quick/qquickcanvasitem/data/green-1x1.png [moved from tests/auto/qtquick2/qquickcanvasitem/data/green-1x1.png with 100% similarity]
tests/auto/quick/qquickcanvasitem/data/green-256x256.png [moved from tests/auto/qtquick2/qquickcanvasitem/data/green-256x256.png with 100% similarity]
tests/auto/quick/qquickcanvasitem/data/green-2x2.png [moved from tests/auto/qtquick2/qquickcanvasitem/data/green-2x2.png with 100% similarity]
tests/auto/quick/qquickcanvasitem/data/green.png [moved from tests/auto/qtquick2/qquickcanvasitem/data/green.png with 100% similarity]
tests/auto/quick/qquickcanvasitem/data/grgr-256x256.png [moved from tests/auto/qtquick2/qquickcanvasitem/data/grgr-256x256.png with 100% similarity]
tests/auto/quick/qquickcanvasitem/data/red-16x16.png [moved from tests/auto/qtquick2/qquickcanvasitem/data/red-16x16.png with 100% similarity]
tests/auto/quick/qquickcanvasitem/data/red.png [moved from tests/auto/qtquick2/qquickcanvasitem/data/red.png with 100% similarity]
tests/auto/quick/qquickcanvasitem/data/redtransparent.png [moved from tests/auto/qtquick2/qquickcanvasitem/data/redtransparent.png with 100% similarity]
tests/auto/quick/qquickcanvasitem/data/rgrg-256x256.png [moved from tests/auto/qtquick2/qquickcanvasitem/data/rgrg-256x256.png with 100% similarity]
tests/auto/quick/qquickcanvasitem/data/rrgg-256x256.png [moved from tests/auto/qtquick2/qquickcanvasitem/data/rrgg-256x256.png with 100% similarity]
tests/auto/quick/qquickcanvasitem/data/testhelper.js [moved from tests/auto/qtquick2/qquickcanvasitem/data/testhelper.js with 100% similarity]
tests/auto/quick/qquickcanvasitem/data/transparent.png [moved from tests/auto/qtquick2/qquickcanvasitem/data/transparent.png with 100% similarity]
tests/auto/quick/qquickcanvasitem/data/transparent50.png [moved from tests/auto/qtquick2/qquickcanvasitem/data/transparent50.png with 100% similarity]
tests/auto/quick/qquickcanvasitem/data/tst_arc.qml [moved from tests/auto/qtquick2/qquickcanvasitem/data/tst_arc.qml with 100% similarity]
tests/auto/quick/qquickcanvasitem/data/tst_arcto.qml [moved from tests/auto/qtquick2/qquickcanvasitem/data/tst_arcto.qml with 100% similarity]
tests/auto/quick/qquickcanvasitem/data/tst_canvas.qml [moved from tests/auto/qtquick2/qquickcanvasitem/data/tst_canvas.qml with 100% similarity]
tests/auto/quick/qquickcanvasitem/data/tst_composite.qml [moved from tests/auto/qtquick2/qquickcanvasitem/data/tst_composite.qml with 100% similarity]
tests/auto/quick/qquickcanvasitem/data/tst_context.qml [moved from tests/auto/qtquick2/qquickcanvasitem/data/tst_context.qml with 100% similarity]
tests/auto/quick/qquickcanvasitem/data/tst_drawimage.qml [moved from tests/auto/qtquick2/qquickcanvasitem/data/tst_drawimage.qml with 100% similarity]
tests/auto/quick/qquickcanvasitem/data/tst_fillStyle.qml [moved from tests/auto/qtquick2/qquickcanvasitem/data/tst_fillStyle.qml with 100% similarity]
tests/auto/quick/qquickcanvasitem/data/tst_fillrect.qml [moved from tests/auto/qtquick2/qquickcanvasitem/data/tst_fillrect.qml with 100% similarity]
tests/auto/quick/qquickcanvasitem/data/tst_gradient.qml [moved from tests/auto/qtquick2/qquickcanvasitem/data/tst_gradient.qml with 100% similarity]
tests/auto/quick/qquickcanvasitem/data/tst_line.qml [moved from tests/auto/qtquick2/qquickcanvasitem/data/tst_line.qml with 100% similarity]
tests/auto/quick/qquickcanvasitem/data/tst_path.qml [moved from tests/auto/qtquick2/qquickcanvasitem/data/tst_path.qml with 100% similarity]
tests/auto/quick/qquickcanvasitem/data/tst_pattern.qml [moved from tests/auto/qtquick2/qquickcanvasitem/data/tst_pattern.qml with 100% similarity]
tests/auto/quick/qquickcanvasitem/data/tst_pixel.qml [moved from tests/auto/qtquick2/qquickcanvasitem/data/tst_pixel.qml with 100% similarity]
tests/auto/quick/qquickcanvasitem/data/tst_shadow.qml [moved from tests/auto/qtquick2/qquickcanvasitem/data/tst_shadow.qml with 100% similarity]
tests/auto/quick/qquickcanvasitem/data/tst_state.qml [moved from tests/auto/qtquick2/qquickcanvasitem/data/tst_state.qml with 100% similarity]
tests/auto/quick/qquickcanvasitem/data/tst_strokeStyle.qml [moved from tests/auto/qtquick2/qquickcanvasitem/data/tst_strokeStyle.qml with 100% similarity]
tests/auto/quick/qquickcanvasitem/data/tst_text.qml [moved from tests/auto/qtquick2/qquickcanvasitem/data/tst_text.qml with 100% similarity]
tests/auto/quick/qquickcanvasitem/data/tst_transform.qml [moved from tests/auto/qtquick2/qquickcanvasitem/data/tst_transform.qml with 100% similarity]
tests/auto/quick/qquickcanvasitem/data/yellow.png [moved from tests/auto/qtquick2/qquickcanvasitem/data/yellow.png with 100% similarity]
tests/auto/quick/qquickcanvasitem/data/yellow75.png [moved from tests/auto/qtquick2/qquickcanvasitem/data/yellow75.png with 100% similarity]
tests/auto/quick/qquickcanvasitem/qquickcanvasitem.pro [new file with mode: 0644]
tests/auto/quick/qquickcanvasitem/tst_qquickcanvasitem.cpp [moved from tests/auto/qtquick2/qquickcanvasitem/tst_qquickcanvasitem.cpp with 100% similarity]
tests/auto/quick/qquickdrag/qquickdrag.pro [new file with mode: 0644]
tests/auto/quick/qquickdrag/tst_qquickdrag.cpp [new file with mode: 0644]
tests/auto/quick/qquickdroparea/qquickdroparea.pro [new file with mode: 0644]
tests/auto/quick/qquickdroparea/tst_qquickdroparea.cpp [new file with mode: 0644]
tests/auto/quick/qquickflickable/data/disabled.qml [moved from tests/auto/qtquick2/qquickflickable/data/disabled.qml with 100% similarity]
tests/auto/quick/qquickflickable/data/flickable01.qml [moved from tests/auto/qtquick2/qquickflickable/data/flickable01.qml with 100% similarity]
tests/auto/quick/qquickflickable/data/flickable02.qml [moved from tests/auto/qtquick2/qquickflickable/data/flickable02.qml with 100% similarity]
tests/auto/quick/qquickflickable/data/flickable03.qml [moved from tests/auto/qtquick2/qquickflickable/data/flickable03.qml with 100% similarity]
tests/auto/quick/qquickflickable/data/flickable04.qml [moved from tests/auto/qtquick2/qquickflickable/data/flickable04.qml with 100% similarity]
tests/auto/quick/qquickflickable/data/flickableqgraphicswidget.qml [moved from tests/auto/qtquick2/qquickflickable/data/flickableqgraphicswidget.qml with 100% similarity]
tests/auto/quick/qquickflickable/data/margins.qml [moved from tests/auto/qtquick2/qquickflickable/data/margins.qml with 100% similarity]
tests/auto/quick/qquickflickable/data/nestedPressDelay.qml [moved from tests/auto/qtquick2/qquickflickable/data/nestedPressDelay.qml with 100% similarity]
tests/auto/quick/qquickflickable/data/resize.qml [moved from tests/auto/qtquick2/qquickflickable/data/resize.qml with 100% similarity]
tests/auto/quick/qquickflickable/data/wheel.qml [moved from tests/auto/qtquick2/qquickflickable/data/wheel.qml with 100% similarity]
tests/auto/quick/qquickflickable/qquickflickable.pro [new file with mode: 0644]
tests/auto/quick/qquickflickable/tst_qquickflickable.cpp [new file with mode: 0644]
tests/auto/quick/qquickflipable/data/crash.qml [moved from tests/auto/qtquick2/qquickflipable/data/crash.qml with 100% similarity]
tests/auto/quick/qquickflipable/data/flipable-abort.qml [moved from tests/auto/qtquick2/qquickflipable/data/flipable-abort.qml with 100% similarity]
tests/auto/quick/qquickflipable/data/test-flipable.qml [moved from tests/auto/qtquick2/qquickflipable/data/test-flipable.qml with 100% similarity]
tests/auto/quick/qquickflipable/qquickflipable.pro [new file with mode: 0644]
tests/auto/quick/qquickflipable/tst_qquickflipable.cpp [new file with mode: 0644]
tests/auto/quick/qquickfocusscope/data/canvasFocus.qml [moved from tests/auto/qtquick2/qquickfocusscope/data/canvasFocus.qml with 100% similarity]
tests/auto/quick/qquickfocusscope/data/chain.qml [moved from tests/auto/qtquick2/qquickfocusscope/data/chain.qml with 100% similarity]
tests/auto/quick/qquickfocusscope/data/forceActiveFocus.qml [moved from tests/auto/qtquick2/qquickfocusscope/data/forceActiveFocus.qml with 100% similarity]
tests/auto/quick/qquickfocusscope/data/forcefocus.qml [moved from tests/auto/qtquick2/qquickfocusscope/data/forcefocus.qml with 100% similarity]
tests/auto/quick/qquickfocusscope/data/qtBug13380.qml [moved from tests/auto/qtquick2/qquickfocusscope/data/qtBug13380.qml with 100% similarity]
tests/auto/quick/qquickfocusscope/data/signalEmission.qml [moved from tests/auto/qtquick2/qquickfocusscope/data/signalEmission.qml with 100% similarity]
tests/auto/quick/qquickfocusscope/data/test.qml [moved from tests/auto/qtquick2/qquickfocusscope/data/test.qml with 100% similarity]
tests/auto/quick/qquickfocusscope/data/test2.qml [moved from tests/auto/qtquick2/qquickfocusscope/data/test2.qml with 100% similarity]
tests/auto/quick/qquickfocusscope/data/test3.qml [moved from tests/auto/qtquick2/qquickfocusscope/data/test3.qml with 100% similarity]
tests/auto/quick/qquickfocusscope/data/test4.qml [moved from tests/auto/qtquick2/qquickfocusscope/data/test4.qml with 100% similarity]
tests/auto/quick/qquickfocusscope/data/test5.qml [moved from tests/auto/qtquick2/qquickfocusscope/data/test5.qml with 100% similarity]
tests/auto/quick/qquickfocusscope/qquickfocusscope.pro [new file with mode: 0644]
tests/auto/quick/qquickfocusscope/tst_qquickfocusscope.cpp [new file with mode: 0644]
tests/auto/quick/qquickfontloader/data/daniel.ttf [moved from tests/auto/qtquick2/qdeclarativefontloader/data/daniel.ttf with 100% similarity]
tests/auto/quick/qquickfontloader/data/dummy.ttf [moved from tests/auto/qtquick2/qdeclarativefontloader/data/dummy.ttf with 100% similarity]
tests/auto/quick/qquickfontloader/data/qtbug-20268.qml [moved from tests/auto/qtquick2/qdeclarativefontloader/data/qtbug-20268.qml with 100% similarity]
tests/auto/quick/qquickfontloader/data/tarzeau_ocr_a.ttf [moved from examples/declarative/text/fonts/content/fonts/tarzeau_ocr_a.ttf with 100% similarity]
tests/auto/quick/qquickfontloader/qquickfontloader.pro [new file with mode: 0644]
tests/auto/quick/qquickfontloader/tst_qquickfontloader.cpp [new file with mode: 0644]
tests/auto/quick/qquickgridview/data/ComponentView.qml [moved from tests/auto/qtquick2/qquickgridview/data/ComponentView.qml with 100% similarity]
tests/auto/quick/qquickgridview/data/addTransitions.qml [new file with mode: 0644]
tests/auto/quick/qquickgridview/data/asyncloader.qml [moved from tests/auto/qtquick2/qquickgridview/data/asyncloader.qml with 100% similarity]
tests/auto/quick/qquickgridview/data/attachedSignals.qml [moved from tests/auto/qtquick2/qquickgridview/data/attachedSignals.qml with 100% similarity]
tests/auto/quick/qquickgridview/data/creationContext.qml [moved from tests/auto/qtquick2/qquickpathview/data/creationContext.qml with 100% similarity]
tests/auto/quick/qquickgridview/data/displaygrid.qml [moved from tests/auto/qtquick2/qquickgridview/data/displaygrid.qml with 100% similarity]
tests/auto/quick/qquickgridview/data/footer.qml [moved from tests/auto/qtquick2/qquickgridview/data/footer.qml with 100% similarity]
tests/auto/quick/qquickgridview/data/gridview-enforcerange.qml [moved from tests/auto/qtquick2/qquickgridview/data/gridview-enforcerange.qml with 100% similarity]
tests/auto/quick/qquickgridview/data/gridview-initCurrent.qml [moved from tests/auto/qtquick2/qquickgridview/data/gridview-initCurrent.qml with 100% similarity]
tests/auto/quick/qquickgridview/data/gridview-noCurrent.qml [moved from tests/auto/qtquick2/qquickgridview/data/gridview-noCurrent.qml with 100% similarity]
tests/auto/quick/qquickgridview/data/gridview1.qml [moved from tests/auto/qtquick2/qquickgridview/data/gridview1.qml with 100% similarity]
tests/auto/quick/qquickgridview/data/gridview2.qml [moved from tests/auto/qtquick2/qquickgridview/data/gridview2.qml with 100% similarity]
tests/auto/quick/qquickgridview/data/gridview3.qml [moved from tests/auto/qtquick2/qquickgridview/data/gridview3.qml with 100% similarity]
tests/auto/quick/qquickgridview/data/gridview4.qml [moved from tests/auto/qtquick2/qquickgridview/data/gridview4.qml with 100% similarity]
tests/auto/quick/qquickgridview/data/header.qml [moved from tests/auto/qtquick2/qquickgridview/data/header.qml with 100% similarity]
tests/auto/quick/qquickgridview/data/manual-highlight.qml [moved from tests/auto/qtquick2/qquickgridview/data/manual-highlight.qml with 100% similarity]
tests/auto/quick/qquickgridview/data/margins.qml [moved from tests/auto/qtquick2/qquickgridview/data/margins.qml with 100% similarity]
tests/auto/quick/qquickgridview/data/mirroring.qml [moved from tests/auto/qtquick2/qquickgridview/data/mirroring.qml with 100% similarity]
tests/auto/quick/qquickgridview/data/moveTransitions.qml [new file with mode: 0644]
tests/auto/quick/qquickgridview/data/multipleTransitions.qml [moved from tests/auto/qtquick2/qquickgridview/data/multipleTransitions.qml with 100% similarity]
tests/auto/quick/qquickgridview/data/populateTransitions.qml [moved from tests/auto/qtquick2/qquickgridview/data/populateTransitions.qml with 100% similarity]
tests/auto/quick/qquickgridview/data/propertychangestest.qml [moved from tests/auto/qtquick2/qquickgridview/data/propertychangestest.qml with 100% similarity]
tests/auto/quick/qquickgridview/data/removeTransitions.qml [new file with mode: 0644]
tests/auto/quick/qquickgridview/data/resizeview.qml [moved from tests/auto/qtquick2/qquickgridview/data/resizeview.qml with 100% similarity]
tests/auto/quick/qquickgridview/data/setindex.qml [moved from tests/auto/qtquick2/qquickgridview/data/setindex.qml with 100% similarity]
tests/auto/quick/qquickgridview/data/snapOneRow.qml [moved from tests/auto/qtquick2/qquickgridview/data/snapOneRow.qml with 100% similarity]
tests/auto/quick/qquickgridview/data/snapToRow.qml [moved from tests/auto/qtquick2/qquickgridview/data/snapToRow.qml with 100% similarity]
tests/auto/quick/qquickgridview/data/unaligned.qml [moved from tests/auto/qtquick2/qquickgridview/data/unaligned.qml with 100% similarity]
tests/auto/quick/qquickgridview/data/unrequestedItems.qml [moved from tests/auto/qtquick2/qquickgridview/data/unrequestedItems.qml with 100% similarity]
tests/auto/quick/qquickgridview/qquickgridview.pro [new file with mode: 0644]
tests/auto/quick/qquickgridview/tst_qquickgridview.cpp [new file with mode: 0644]
tests/auto/quick/qquickimage/data/aspectratio.qml [moved from tests/auto/qtquick2/qquickimage/data/aspectratio.qml with 100% similarity]
tests/auto/quick/qquickimage/data/big.jpeg [moved from tests/auto/qtquick2/qquickimage/data/big.jpeg with 100% similarity]
tests/auto/quick/qquickimage/data/big256.png [moved from tests/auto/qtquick2/qquickimage/data/big256.png with 100% similarity]
tests/auto/quick/qquickimage/data/colors.png [moved from examples/declarative/imageelements/content/colors.png with 100% similarity]
tests/auto/quick/qquickimage/data/colors1.png [moved from tests/auto/qtquick2/qquickimage/data/colors1.png with 100% similarity]
tests/auto/quick/qquickimage/data/green.png [moved from tests/auto/qtquick2/qquickimage/data/green.png with 100% similarity]
tests/auto/quick/qquickimage/data/heart-win32.png [moved from tests/auto/qtquick2/qquickimage/data/heart-win32.png with 100% similarity]
tests/auto/quick/qquickimage/data/heart.png [moved from tests/auto/qtquick2/qquickimage/data/heart.png with 100% similarity]
tests/auto/quick/qquickimage/data/heart.svg [moved from tests/auto/qtquick2/qquickimage/data/heart.svg with 100% similarity]
tests/auto/quick/qquickimage/data/heart200-win32.png [moved from tests/auto/qtquick2/qquickimage/data/heart200-win32.png with 100% similarity]
tests/auto/quick/qquickimage/data/heart200.png [moved from tests/auto/qtquick2/qquickimage/data/heart200.png with 100% similarity]
tests/auto/quick/qquickimage/data/htiling.qml [moved from tests/auto/qtquick2/qquickimage/data/htiling.qml with 100% similarity]
tests/auto/quick/qquickimage/data/mirror.qml [moved from tests/auto/qtquick2/qquickimage/data/mirror.qml with 100% similarity]
tests/auto/quick/qquickimage/data/nullpixmap.qml [moved from tests/auto/qtquick2/qquickimage/data/nullpixmap.qml with 100% similarity]
tests/auto/quick/qquickimage/data/pattern.png [moved from tests/auto/qtquick2/qquickimage/data/pattern.png with 100% similarity]
tests/auto/quick/qquickimage/data/qtbug_16389.qml [moved from tests/auto/qtquick2/qquickimage/data/qtbug_16389.qml with 100% similarity]
tests/auto/quick/qquickimage/data/qtbug_22125.qml [moved from tests/auto/qtquick2/qquickimage/data/qtbug_22125.qml with 100% similarity]
tests/auto/quick/qquickimage/data/rect.png [moved from tests/auto/qtquick2/qquickimage/data/rect.png with 100% similarity]
tests/auto/quick/qquickimage/data/sourceSize.qml [moved from tests/auto/qtquick2/qquickimage/data/sourceSize.qml with 100% similarity]
tests/auto/quick/qquickimage/data/vtiling.qml [moved from tests/auto/qtquick2/qquickimage/data/vtiling.qml with 100% similarity]
tests/auto/quick/qquickimage/qquickimage.pro [new file with mode: 0644]
tests/auto/quick/qquickimage/tst_qquickimage.cpp [new file with mode: 0644]
tests/auto/quick/qquickitem/data/order.1.qml [moved from tests/auto/qtquick2/qquickitem/data/order.1.qml with 100% similarity]
tests/auto/quick/qquickitem/data/order.2.qml [moved from tests/auto/qtquick2/qquickitem/data/order.2.qml with 100% similarity]
tests/auto/quick/qquickitem/data/polishOnCompleted.qml [moved from tests/auto/qtquick2/qquickitem/data/polishOnCompleted.qml with 100% similarity]
tests/auto/quick/qquickitem/qquickitem.pro [new file with mode: 0644]
tests/auto/quick/qquickitem/tst_qquickitem.cpp [new file with mode: 0644]
tests/auto/quick/qquickitem2/data/childrenProperty.qml [moved from tests/auto/qtquick2/qquickitem2/data/childrenProperty.qml with 100% similarity]
tests/auto/quick/qquickitem2/data/childrenRect.qml [moved from tests/auto/qtquick2/qquickitem2/data/childrenRect.qml with 100% similarity]
tests/auto/quick/qquickitem2/data/childrenRectBug.qml [moved from tests/auto/qtquick2/qquickitem2/data/childrenRectBug.qml with 100% similarity]
tests/auto/quick/qquickitem2/data/childrenRectBug2.qml [moved from tests/auto/qtquick2/qquickitem2/data/childrenRectBug2.qml with 100% similarity]
tests/auto/quick/qquickitem2/data/childrenRectBug3.qml [moved from tests/auto/qtquick2/qquickitem2/data/childrenRectBug3.qml with 100% similarity]
tests/auto/quick/qquickitem2/data/implicitsize.qml [moved from tests/auto/qtquick2/qquickitem2/data/implicitsize.qml with 100% similarity]
tests/auto/quick/qquickitem2/data/keynavigationtest.qml [moved from tests/auto/qtquick2/qquickitem2/data/keynavigationtest.qml with 100% similarity]
tests/auto/quick/qquickitem2/data/keynavigationtest_implicit.qml [moved from tests/auto/qtquick2/qquickitem2/data/keynavigationtest_implicit.qml with 100% similarity]
tests/auto/quick/qquickitem2/data/keysim.qml [moved from tests/auto/qtquick2/qquickitem2/data/keysim.qml with 100% similarity]
tests/auto/quick/qquickitem2/data/keyspriority.qml [moved from tests/auto/qtquick2/qquickitem2/data/keyspriority.qml with 100% similarity]
tests/auto/quick/qquickitem2/data/keystest.qml [moved from tests/auto/qtquick2/qquickitem2/data/keystest.qml with 100% similarity]
tests/auto/quick/qquickitem2/data/layoutmirroring.qml [moved from tests/auto/qtquick2/qquickitem2/data/layoutmirroring.qml with 100% similarity]
tests/auto/quick/qquickitem2/data/mapCoordinates.qml [moved from tests/auto/qtquick2/qquickitem2/data/mapCoordinates.qml with 100% similarity]
tests/auto/quick/qquickitem2/data/parentLoop.qml [moved from tests/auto/qtquick2/qquickitem2/data/parentLoop.qml with 100% similarity]
tests/auto/quick/qquickitem2/data/propertychanges.qml [moved from tests/auto/qtquick2/qquickitem2/data/propertychanges.qml with 100% similarity]
tests/auto/quick/qquickitem2/data/qtbug_16871.qml [moved from tests/auto/qtquick2/qquickitem2/data/qtbug_16871.qml with 100% similarity]
tests/auto/quick/qquickitem2/data/resourcesProperty.qml [moved from tests/auto/qtquick2/qquickitem2/data/resourcesProperty.qml with 100% similarity]
tests/auto/quick/qquickitem2/data/transformCrash.qml [moved from tests/auto/qtquick2/qquickitem2/data/transformCrash.qml with 100% similarity]
tests/auto/quick/qquickitem2/data/visiblechildren.qml [moved from tests/auto/qtquick2/qquickitem2/data/visiblechildren.qml with 100% similarity]
tests/auto/quick/qquickitem2/qquickitem2.pro [new file with mode: 0644]
tests/auto/quick/qquickitem2/tst_qquickitem.cpp [new file with mode: 0644]
tests/auto/quick/qquickitemlayer/data/DisableLayer.qml [moved from tests/auto/qtquick2/qquickitemlayer/data/DisableLayer.qml with 100% similarity]
tests/auto/quick/qquickitemlayer/data/Effect.qml [moved from tests/auto/qtquick2/qquickitemlayer/data/Effect.qml with 100% similarity]
tests/auto/quick/qquickitemlayer/data/Enabled.qml [moved from tests/auto/qtquick2/qquickitemlayer/data/Enabled.qml with 100% similarity]
tests/auto/quick/qquickitemlayer/data/ItemEffect.qml [moved from tests/auto/qtquick2/qquickitemlayer/data/ItemEffect.qml with 100% similarity]
tests/auto/quick/qquickitemlayer/data/Mipmap.qml [moved from tests/auto/qtquick2/qquickitemlayer/data/Mipmap.qml with 100% similarity]
tests/auto/quick/qquickitemlayer/data/RectangleEffect.qml [moved from tests/auto/qtquick2/qquickitemlayer/data/RectangleEffect.qml with 100% similarity]
tests/auto/quick/qquickitemlayer/data/SamplerNameChange.qml [moved from tests/auto/qtquick2/qquickitemlayer/data/SamplerNameChange.qml with 100% similarity]
tests/auto/quick/qquickitemlayer/data/Smooth.qml [moved from tests/auto/qtquick2/qquickitemlayer/data/Smooth.qml with 100% similarity]
tests/auto/quick/qquickitemlayer/data/SourceRect.qml [moved from tests/auto/qtquick2/qquickitemlayer/data/SourceRect.qml with 100% similarity]
tests/auto/quick/qquickitemlayer/data/TextureProvider.qml [moved from tests/auto/qtquick2/qquickitemlayer/data/TextureProvider.qml with 100% similarity]
tests/auto/quick/qquickitemlayer/data/ToggleLayerAndEffect.qml [moved from tests/auto/qtquick2/qquickitemlayer/data/ToggleLayerAndEffect.qml with 100% similarity]
tests/auto/quick/qquickitemlayer/data/Visible.qml [moved from tests/auto/qtquick2/qquickitemlayer/data/Visible.qml with 100% similarity]
tests/auto/quick/qquickitemlayer/data/ZOrder.qml [moved from tests/auto/qtquick2/qquickitemlayer/data/ZOrder.qml with 100% similarity]
tests/auto/quick/qquickitemlayer/data/ZOrderChange.qml [moved from tests/auto/qtquick2/qquickitemlayer/data/ZOrderChange.qml with 100% similarity]
tests/auto/quick/qquickitemlayer/qquickitemlayer.pro [new file with mode: 0644]
tests/auto/quick/qquickitemlayer/tst_qquickitemlayer.cpp [new file with mode: 0644]
tests/auto/quick/qquicklistview/data/ComponentView.qml [moved from tests/auto/qtquick2/qquicklistview/data/ComponentView.qml with 100% similarity]
tests/auto/quick/qquicklistview/data/Page.qml [moved from tests/auto/qtquick2/qquicklistview/data/Page.qml with 100% similarity]
tests/auto/quick/qquicklistview/data/addTransitions.qml [new file with mode: 0644]
tests/auto/quick/qquicklistview/data/asyncloader.qml [moved from tests/auto/qtquick2/qquicklistview/data/asyncloader.qml with 100% similarity]
tests/auto/quick/qquicklistview/data/attachedSignals.qml [moved from tests/auto/qtquick2/qquicklistview/data/attachedSignals.qml with 100% similarity]
tests/auto/quick/qquicklistview/data/creationContext.qml [moved from tests/auto/qtquick2/qquicklistview/data/creationContext.qml with 100% similarity]
tests/auto/quick/qquicklistview/data/displaylist.qml [moved from tests/auto/qtquick2/qquicklistview/data/displaylist.qml with 100% similarity]
tests/auto/quick/qquicklistview/data/fillModelOnComponentCompleted.qml [moved from tests/auto/qtquick2/qquicklistview/data/fillModelOnComponentCompleted.qml with 100% similarity]
tests/auto/quick/qquicklistview/data/footer.qml [moved from tests/auto/qtquick2/qquicklistview/data/footer.qml with 100% similarity]
tests/auto/quick/qquicklistview/data/header.qml [moved from tests/auto/qtquick2/qquicklistview/data/header.qml with 100% similarity]
tests/auto/quick/qquicklistview/data/headerfooter.qml [moved from tests/auto/qtquick2/qquicklistview/data/headerfooter.qml with 100% similarity]
tests/auto/quick/qquicklistview/data/itemlist.qml [moved from tests/auto/qtquick2/qquicklistview/data/itemlist.qml with 100% similarity]
tests/auto/quick/qquicklistview/data/listview-enforcerange-nohighlight.qml [moved from tests/auto/qtquick2/qquicklistview/data/listview-enforcerange-nohighlight.qml with 100% similarity]
tests/auto/quick/qquicklistview/data/listview-enforcerange.qml [moved from tests/auto/qtquick2/qquicklistview/data/listview-enforcerange.qml with 100% similarity]
tests/auto/quick/qquicklistview/data/listview-initCurrent.qml [moved from tests/auto/qtquick2/qquicklistview/data/listview-initCurrent.qml with 100% similarity]
tests/auto/quick/qquicklistview/data/listview-noCurrent.qml [moved from tests/auto/qtquick2/qquicklistview/data/listview-noCurrent.qml with 100% similarity]
tests/auto/quick/qquicklistview/data/listview-sections-package.qml [moved from tests/auto/qtquick2/qquicklistview/data/listview-sections-package.qml with 100% similarity]
tests/auto/quick/qquicklistview/data/listview-sections.qml [moved from tests/auto/qtquick2/qquicklistview/data/listview-sections.qml with 100% similarity]
tests/auto/quick/qquicklistview/data/listview-sections_delegate.qml [moved from tests/auto/qtquick2/qquicklistview/data/listview-sections_delegate.qml with 100% similarity]
tests/auto/quick/qquicklistview/data/listviewtest-package.qml [moved from tests/auto/qtquick2/qquicklistview/data/listviewtest-package.qml with 100% similarity]
tests/auto/quick/qquicklistview/data/listviewtest.qml [moved from tests/auto/qtquick2/qquicklistview/data/listviewtest.qml with 100% similarity]
tests/auto/quick/qquicklistview/data/manual-highlight.qml [moved from tests/auto/qtquick2/qquicklistview/data/manual-highlight.qml with 100% similarity]
tests/auto/quick/qquicklistview/data/margins.qml [moved from tests/auto/qtquick2/qquicklistview/data/margins.qml with 100% similarity]
tests/auto/quick/qquicklistview/data/margins2.qml [moved from tests/auto/qtquick2/qquicklistview/data/margins2.qml with 100% similarity]
tests/auto/quick/qquicklistview/data/moveTransitions.qml [new file with mode: 0644]
tests/auto/quick/qquicklistview/data/multipleTransitions.qml [moved from tests/auto/qtquick2/qquicklistview/data/multipleTransitions.qml with 100% similarity]
tests/auto/quick/qquicklistview/data/populateTransitions.qml [moved from tests/auto/qtquick2/qquicklistview/data/populateTransitions.qml with 100% similarity]
tests/auto/quick/qquicklistview/data/propertychangestest.qml [moved from tests/auto/qtquick2/qquicklistview/data/propertychangestest.qml with 100% similarity]
tests/auto/quick/qquicklistview/data/qtbug-21742.qml [moved from tests/auto/qtquick2/qquicklistview/data/qtbug-21742.qml with 100% similarity]
tests/auto/quick/qquicklistview/data/qtbug14821.qml [moved from tests/auto/qtquick2/qquicklistview/data/qtbug14821.qml with 100% similarity]
tests/auto/quick/qquicklistview/data/qtbug16037.qml [moved from tests/auto/qtquick2/qquicklistview/data/qtbug16037.qml with 100% similarity]
tests/auto/quick/qquicklistview/data/removeTransitions.qml [new file with mode: 0644]
tests/auto/quick/qquicklistview/data/resizeview.qml [moved from tests/auto/qtquick2/qquicklistview/data/resizeview.qml with 100% similarity]
tests/auto/quick/qquicklistview/data/rightToLeft.qml [moved from tests/auto/qtquick2/qquicklistview/data/rightToLeft.qml with 100% similarity]
tests/auto/quick/qquicklistview/data/sizelessthan1.qml [moved from tests/auto/qtquick2/qquicklistview/data/sizelessthan1.qml with 100% similarity]
tests/auto/quick/qquicklistview/data/snapOneItem.qml [moved from tests/auto/qtquick2/qquicklistview/data/snapOneItem.qml with 100% similarity]
tests/auto/quick/qquicklistview/data/snapToItem.qml [moved from tests/auto/qtquick2/qquicklistview/data/snapToItem.qml with 100% similarity]
tests/auto/quick/qquicklistview/data/strictlyenforcerange.qml [moved from tests/auto/qtquick2/qquicklistview/data/strictlyenforcerange.qml with 100% similarity]
tests/auto/quick/qquicklistview/data/unrequestedItems.qml [moved from tests/auto/qtquick2/qquicklistview/data/unrequestedItems.qml with 100% similarity]
tests/auto/quick/qquicklistview/incrementalmodel.cpp [moved from tests/auto/qtquick2/qquicklistview/incrementalmodel.cpp with 100% similarity]
tests/auto/quick/qquicklistview/incrementalmodel.h [moved from tests/auto/qtquick2/qquicklistview/incrementalmodel.h with 100% similarity]
tests/auto/quick/qquicklistview/qquicklistview.pro [new file with mode: 0644]
tests/auto/quick/qquicklistview/tst_qquicklistview.cpp [new file with mode: 0644]
tests/auto/quick/qquickloader/data/ActiveComponent.qml [moved from tests/auto/qtquick2/qquickloader/data/ActiveComponent.qml with 100% similarity]
tests/auto/quick/qquickloader/data/AnchoredLoader.qml [moved from tests/auto/qtquick2/qquickloader/data/AnchoredLoader.qml with 100% similarity]
tests/auto/quick/qquickloader/data/BigComponent.qml [moved from tests/auto/qtquick2/qquickloader/data/BigComponent.qml with 100% similarity]
tests/auto/quick/qquickloader/data/BlueRect.qml [moved from tests/auto/qtquick2/qquickloader/data/BlueRect.qml with 100% similarity]
tests/auto/quick/qquickloader/data/CreationContextLoader.qml [moved from tests/auto/qtquick2/qquickloader/data/CreationContextLoader.qml with 100% similarity]
tests/auto/quick/qquickloader/data/GraphicsWidget250x250.qml [moved from tests/auto/qtquick2/qquickloader/data/GraphicsWidget250x250.qml with 100% similarity]
tests/auto/quick/qquickloader/data/GreenRect.qml [moved from tests/auto/qtquick2/qquickloader/data/GreenRect.qml with 100% similarity]
tests/auto/quick/qquickloader/data/InitialPropertyValuesComponent.qml [moved from tests/auto/qtquick2/qquickloader/data/InitialPropertyValuesComponent.qml with 100% similarity]
tests/auto/quick/qquickloader/data/InvalidSourceComponent.qml [moved from tests/auto/qtquick2/qquickloader/data/InvalidSourceComponent.qml with 100% similarity]
tests/auto/quick/qquickloader/data/NoResize.qml [moved from tests/auto/qtquick2/qquickloader/data/NoResize.qml with 100% similarity]
tests/auto/quick/qquickloader/data/NoResizeGraphicsWidget.qml [moved from tests/auto/qtquick2/qquickloader/data/NoResizeGraphicsWidget.qml with 100% similarity]
tests/auto/quick/qquickloader/data/QTBUG_16928.qml [moved from tests/auto/qtquick2/qquickloader/data/QTBUG_16928.qml with 100% similarity]
tests/auto/quick/qquickloader/data/QTBUG_17114.qml [moved from tests/auto/qtquick2/qquickloader/data/QTBUG_17114.qml with 100% similarity]
tests/auto/quick/qquickloader/data/Rect120x60.qml [moved from tests/auto/qtquick2/qquickloader/data/Rect120x60.qml with 100% similarity]
tests/auto/quick/qquickloader/data/SetSourceComponent.qml [moved from tests/auto/qtquick2/qquickloader/data/SetSourceComponent.qml with 100% similarity]
tests/auto/quick/qquickloader/data/SizeGraphicsWidgetToLoader.qml [moved from tests/auto/qtquick2/qquickloader/data/SizeGraphicsWidgetToLoader.qml with 100% similarity]
tests/auto/quick/qquickloader/data/SizeLoaderToGraphicsWidget.qml [moved from tests/auto/qtquick2/qquickloader/data/SizeLoaderToGraphicsWidget.qml with 100% similarity]
tests/auto/quick/qquickloader/data/SizeToItem.qml [moved from tests/auto/qtquick2/qquickloader/data/SizeToItem.qml with 100% similarity]
tests/auto/quick/qquickloader/data/SizeToLoader.qml [moved from tests/auto/qtquick2/qquickloader/data/SizeToLoader.qml with 100% similarity]
tests/auto/quick/qquickloader/data/VmeError.qml [moved from tests/auto/qtquick2/qquickloader/data/VmeError.qml with 100% similarity]
tests/auto/quick/qquickloader/data/active.1.qml [moved from tests/auto/qtquick2/qquickloader/data/active.1.qml with 100% similarity]
tests/auto/quick/qquickloader/data/active.2.qml [moved from tests/auto/qtquick2/qquickloader/data/active.2.qml with 100% similarity]
tests/auto/quick/qquickloader/data/active.3.qml [moved from tests/auto/qtquick2/qquickloader/data/active.3.qml with 100% similarity]
tests/auto/quick/qquickloader/data/active.4.qml [moved from tests/auto/qtquick2/qquickloader/data/active.4.qml with 100% similarity]
tests/auto/quick/qquickloader/data/active.5.qml [moved from tests/auto/qtquick2/qquickloader/data/active.5.qml with 100% similarity]
tests/auto/quick/qquickloader/data/active.6.qml [moved from tests/auto/qtquick2/qquickloader/data/active.6.qml with 100% similarity]
tests/auto/quick/qquickloader/data/active.7.qml [moved from tests/auto/qtquick2/qquickloader/data/active.7.qml with 100% similarity]
tests/auto/quick/qquickloader/data/active.8.qml [moved from tests/auto/qtquick2/qquickloader/data/active.8.qml with 100% similarity]
tests/auto/quick/qquickloader/data/asynchronous.qml [moved from tests/auto/qtquick2/qquickloader/data/asynchronous.qml with 100% similarity]
tests/auto/quick/qquickloader/data/crash.qml [moved from tests/auto/qtquick2/qquickloader/data/crash.qml with 100% similarity]
tests/auto/quick/qquickloader/data/creationContext.qml [moved from tests/auto/qtquick2/qquickloader/data/creationContext.qml with 100% similarity]
tests/auto/quick/qquickloader/data/differentorigin.qml [moved from tests/auto/qtquick2/qquickloader/data/differentorigin.qml with 100% similarity]
tests/auto/quick/qquickloader/data/implicitSize.qml [moved from tests/auto/qtquick2/qquickloader/data/implicitSize.qml with 100% similarity]
tests/auto/quick/qquickloader/data/initialPropertyValues.1.qml [moved from tests/auto/qtquick2/qquickloader/data/initialPropertyValues.1.qml with 100% similarity]
tests/auto/quick/qquickloader/data/initialPropertyValues.2.qml [moved from tests/auto/qtquick2/qquickloader/data/initialPropertyValues.2.qml with 100% similarity]
tests/auto/quick/qquickloader/data/initialPropertyValues.3.qml [moved from tests/auto/qtquick2/qquickloader/data/initialPropertyValues.3.qml with 100% similarity]
tests/auto/quick/qquickloader/data/initialPropertyValues.4.qml [moved from tests/auto/qtquick2/qquickloader/data/initialPropertyValues.4.qml with 100% similarity]
tests/auto/quick/qquickloader/data/initialPropertyValues.5.qml [moved from tests/auto/qtquick2/qquickloader/data/initialPropertyValues.5.qml with 100% similarity]
tests/auto/quick/qquickloader/data/initialPropertyValues.6.qml [moved from tests/auto/qtquick2/qquickloader/data/initialPropertyValues.6.qml with 100% similarity]
tests/auto/quick/qquickloader/data/initialPropertyValues.7.qml [moved from tests/auto/qtquick2/qquickloader/data/initialPropertyValues.7.qml with 100% similarity]
tests/auto/quick/qquickloader/data/initialPropertyValues.8.qml [moved from tests/auto/qtquick2/qquickloader/data/initialPropertyValues.8.qml with 100% similarity]
tests/auto/quick/qquickloader/data/initialPropertyValues.binding.qml [moved from tests/auto/qtquick2/qquickloader/data/initialPropertyValues.binding.qml with 100% similarity]
tests/auto/quick/qquickloader/data/initialPropertyValues.error.1.qml [moved from tests/auto/qtquick2/qquickloader/data/initialPropertyValues.error.1.qml with 100% similarity]
tests/auto/quick/qquickloader/data/initialPropertyValues.error.2.qml [moved from tests/auto/qtquick2/qquickloader/data/initialPropertyValues.error.2.qml with 100% similarity]
tests/auto/quick/qquickloader/data/initialPropertyValues.error.3.qml [moved from tests/auto/qtquick2/qquickloader/data/initialPropertyValues.error.3.qml with 100% similarity]
tests/auto/quick/qquickloader/data/initialPropertyValues.error.4.qml [moved from tests/auto/qtquick2/qquickloader/data/initialPropertyValues.error.4.qml with 100% similarity]
tests/auto/quick/qquickloader/data/nonItem.qml [moved from tests/auto/qtquick2/qquickloader/data/nonItem.qml with 100% similarity]
tests/auto/quick/qquickloader/data/parented.qml [moved from tests/auto/qtquick2/qquickloader/data/parented.qml with 100% similarity]
tests/auto/quick/qquickloader/data/qmldir [moved from tests/auto/qtquick2/qquickloader/data/qmldir with 100% similarity]
tests/auto/quick/qquickloader/data/sameorigin-load.qml [moved from tests/auto/qtquick2/qquickloader/data/sameorigin-load.qml with 100% similarity]
tests/auto/quick/qquickloader/data/sameorigin.qml [moved from tests/auto/qtquick2/qquickloader/data/sameorigin.qml with 100% similarity]
tests/auto/quick/qquickloader/data/sizebound.qml [moved from tests/auto/qtquick2/qquickloader/data/sizebound.qml with 100% similarity]
tests/auto/quick/qquickloader/data/vmeErrors.qml [moved from tests/auto/qtquick2/qquickloader/data/vmeErrors.qml with 100% similarity]
tests/auto/quick/qquickloader/qquickloader.pro [new file with mode: 0644]
tests/auto/quick/qquickloader/tst_qquickloader.cpp [new file with mode: 0644]
tests/auto/quick/qquickmousearea/data/clickThrough.qml [moved from tests/auto/qtquick2/qquickmousearea/data/clickThrough.qml with 100% similarity]
tests/auto/quick/qquickmousearea/data/clickThrough2.qml [moved from tests/auto/qtquick2/qquickmousearea/data/clickThrough2.qml with 100% similarity]
tests/auto/quick/qquickmousearea/data/clickandhold.qml [moved from tests/auto/qtquick2/qquickmousearea/data/clickandhold.qml with 100% similarity]
tests/auto/quick/qquickmousearea/data/clicktwice.qml [moved from tests/auto/qtquick2/qquickmousearea/data/clicktwice.qml with 100% similarity]
tests/auto/quick/qquickmousearea/data/doubleclick.qml [moved from tests/auto/qtquick2/qquickmousearea/data/doubleclick.qml with 100% similarity]
tests/auto/quick/qquickmousearea/data/dragging.qml [moved from tests/auto/qtquick2/qquickmousearea/data/dragging.qml with 100% similarity]
tests/auto/quick/qquickmousearea/data/dragproperties.qml [moved from tests/auto/qtquick2/qquickmousearea/data/dragproperties.qml with 100% similarity]
tests/auto/quick/qquickmousearea/data/dragreset.qml [moved from tests/auto/qtquick2/qquickmousearea/data/dragreset.qml with 100% similarity]
tests/auto/quick/qquickmousearea/data/hoverPosition.qml [moved from tests/auto/qtquick2/qquickmousearea/data/hoverPosition.qml with 100% similarity]
tests/auto/quick/qquickmousearea/data/hoverPropagation.qml [moved from tests/auto/qtquick2/qquickmousearea/data/hoverPropagation.qml with 100% similarity]
tests/auto/quick/qquickmousearea/data/hoverVisible.qml [moved from tests/auto/qtquick2/qquickmousearea/data/hoverVisible.qml with 100% similarity]
tests/auto/quick/qquickmousearea/data/noclickandhold.qml [moved from tests/auto/qtquick2/qquickmousearea/data/noclickandhold.qml with 100% similarity]
tests/auto/quick/qquickmousearea/data/pressedCanceled.qml [moved from tests/auto/qtquick2/qquickmousearea/data/pressedCanceled.qml with 100% similarity]
tests/auto/quick/qquickmousearea/data/pressedOrdering.qml [moved from tests/auto/qtquick2/qquickmousearea/data/pressedOrdering.qml with 100% similarity]
tests/auto/quick/qquickmousearea/data/preventstealing.qml [moved from tests/auto/qtquick2/qquickmousearea/data/preventstealing.qml with 100% similarity]
tests/auto/quick/qquickmousearea/data/rejectEvent.qml [moved from tests/auto/qtquick2/qquickmousearea/data/rejectEvent.qml with 100% similarity]
tests/auto/quick/qquickmousearea/data/updateMousePosOnClick.qml [moved from tests/auto/qtquick2/qquickmousearea/data/updateMousePosOnClick.qml with 100% similarity]
tests/auto/quick/qquickmousearea/data/updateMousePosOnResize.qml [moved from tests/auto/qtquick2/qquickmousearea/data/updateMousePosOnResize.qml with 100% similarity]
tests/auto/quick/qquickmousearea/qquickmousearea.pro [new file with mode: 0644]
tests/auto/quick/qquickmousearea/tst_qquickmousearea.cpp [new file with mode: 0644]
tests/auto/quick/qquickmultipointtoucharea/data/basic.qml [moved from tests/auto/qtquick2/qquickmultipointtoucharea/data/basic.qml with 100% similarity]
tests/auto/quick/qquickmultipointtoucharea/data/inFlickable.qml [moved from tests/auto/qtquick2/qquickmultipointtoucharea/data/inFlickable.qml with 100% similarity]
tests/auto/quick/qquickmultipointtoucharea/data/nested.qml [moved from tests/auto/qtquick2/qquickmultipointtoucharea/data/nested.qml with 100% similarity]
tests/auto/quick/qquickmultipointtoucharea/data/nonOverlapping.qml [moved from tests/auto/qtquick2/qquickmultipointtoucharea/data/nonOverlapping.qml with 100% similarity]
tests/auto/quick/qquickmultipointtoucharea/data/properties.qml [moved from tests/auto/qtquick2/qquickmultipointtoucharea/data/properties.qml with 100% similarity]
tests/auto/quick/qquickmultipointtoucharea/data/signalTest.qml [moved from tests/auto/qtquick2/qquickmultipointtoucharea/data/signalTest.qml with 100% similarity]
tests/auto/quick/qquickmultipointtoucharea/qquickmultipointtoucharea.pro [new file with mode: 0644]
tests/auto/quick/qquickmultipointtoucharea/tst_qquickmultipointtoucharea.cpp [new file with mode: 0644]
tests/auto/quick/qquickpath/data/arc.qml [moved from tests/auto/qtquick2/qdeclarativepath/data/arc.qml with 100% similarity]
tests/auto/quick/qquickpath/data/closedcurve.qml [moved from tests/auto/qtquick2/qdeclarativepath/data/closedcurve.qml with 100% similarity]
tests/auto/quick/qquickpath/data/curve.qml [moved from tests/auto/qtquick2/qdeclarativepath/data/curve.qml with 100% similarity]
tests/auto/quick/qquickpath/data/svg.qml [moved from tests/auto/qtquick2/qdeclarativepath/data/svg.qml with 100% similarity]
tests/auto/quick/qquickpath/qquickpath.pro [new file with mode: 0644]
tests/auto/quick/qquickpath/tst_qquickpath.cpp [new file with mode: 0644]
tests/auto/quick/qquickpathview/data/ComponentView.qml [moved from tests/auto/qtquick2/qquickpathview/data/ComponentView.qml with 100% similarity]
tests/auto/quick/qquickpathview/data/asyncloader.qml [moved from tests/auto/qtquick2/qquickpathview/data/asyncloader.qml with 100% similarity]
tests/auto/quick/qquickpathview/data/closedPath.qml [moved from tests/auto/qtquick2/qquickpathview/data/closedPath.qml with 100% similarity]
tests/auto/quick/qquickpathview/data/creationContext.qml [moved from tests/auto/qtquick2/qquickgridview/data/creationContext.qml with 100% similarity]
tests/auto/quick/qquickpathview/data/datamodel.qml [moved from tests/auto/qtquick2/qquickpathview/data/datamodel.qml with 100% similarity]
tests/auto/quick/qquickpathview/data/displaypath.qml [moved from tests/auto/qtquick2/qquickpathview/data/displaypath.qml with 100% similarity]
tests/auto/quick/qquickpathview/data/dragpath.qml [moved from tests/auto/qtquick2/qquickpathview/data/dragpath.qml with 100% similarity]
tests/auto/quick/qquickpathview/data/emptymodel.qml [moved from tests/auto/qtquick2/qquickpathview/data/emptymodel.qml with 100% similarity]
tests/auto/quick/qquickpathview/data/missingPercent.qml [moved from tests/auto/qtquick2/qquickpathview/data/missingPercent.qml with 100% similarity]
tests/auto/quick/qquickpathview/data/openPath.qml [moved from tests/auto/qtquick2/qquickpathview/data/openPath.qml with 100% similarity]
tests/auto/quick/qquickpathview/data/pathUpdate.qml [moved from tests/auto/qtquick2/qquickpathview/data/pathUpdate.qml with 100% similarity]
tests/auto/quick/qquickpathview/data/pathUpdateOnStartChanged.qml [moved from tests/auto/qtquick2/qquickpathview/data/pathUpdateOnStartChanged.qml with 100% similarity]
tests/auto/quick/qquickpathview/data/pathline.qml [moved from tests/auto/qtquick2/qquickpathview/data/pathline.qml with 100% similarity]
tests/auto/quick/qquickpathview/data/pathtest.qml [moved from tests/auto/qtquick2/qquickpathview/data/pathtest.qml with 100% similarity]
tests/auto/quick/qquickpathview/data/pathview0.qml [moved from tests/auto/qtquick2/qquickpathview/data/pathview0.qml with 100% similarity]
tests/auto/quick/qquickpathview/data/pathview1.qml [moved from tests/auto/qtquick2/qquickpathview/data/pathview1.qml with 100% similarity]
tests/auto/quick/qquickpathview/data/pathview2.qml [moved from tests/auto/qtquick2/qquickpathview/data/pathview2.qml with 100% similarity]
tests/auto/quick/qquickpathview/data/pathview3.qml [moved from tests/auto/qtquick2/qquickpathview/data/pathview3.qml with 100% similarity]
tests/auto/quick/qquickpathview/data/pathview_package.qml [moved from tests/auto/qtquick2/qquickpathview/data/pathview_package.qml with 100% similarity]
tests/auto/quick/qquickpathview/data/propertychanges.qml [moved from tests/auto/qtquick2/qquickpathview/data/propertychanges.qml with 100% similarity]
tests/auto/quick/qquickpathview/data/treemodel.qml [moved from tests/auto/qtquick2/qquickpathview/data/treemodel.qml with 100% similarity]
tests/auto/quick/qquickpathview/data/undefinedpath.qml [moved from tests/auto/qtquick2/qquickpathview/data/undefinedpath.qml with 100% similarity]
tests/auto/quick/qquickpathview/data/vdm.qml [moved from tests/auto/qtquick2/qquickpathview/data/vdm.qml with 100% similarity]
tests/auto/quick/qquickpathview/qquickpathview.pro [new file with mode: 0644]
tests/auto/quick/qquickpathview/tst_qquickpathview.cpp [new file with mode: 0644]
tests/auto/quick/qquickpincharea/data/pinchproperties.qml [moved from tests/auto/qtquick2/qquickpincharea/data/pinchproperties.qml with 100% similarity]
tests/auto/quick/qquickpincharea/qquickpincharea.pro [new file with mode: 0644]
tests/auto/quick/qquickpincharea/tst_qquickpincharea.cpp [new file with mode: 0644]
tests/auto/quick/qquickpixmapcache/data/exists.png [moved from tests/auto/qtquick2/qquicktextedit/data/http/exists.png with 100% similarity]
tests/auto/quick/qquickpixmapcache/data/exists1.png [moved from tests/auto/qtquick2/qdeclarativepixmapcache/data/http/exists1.png with 100% similarity]
tests/auto/quick/qquickpixmapcache/data/exists2.png [moved from tests/auto/qtquick2/qdeclarativepixmapcache/data/http/exists2.png with 100% similarity]
tests/auto/quick/qquickpixmapcache/data/http/exists.png [moved from tests/auto/qtquick2/qquicktext/data/http/exists.png with 100% similarity]
tests/auto/quick/qquickpixmapcache/data/http/exists1.png [moved from tests/auto/qtquick2/qdeclarativepixmapcache/data/exists1.png with 100% similarity]
tests/auto/quick/qquickpixmapcache/data/http/exists2.png [moved from tests/auto/qtquick2/qdeclarativepixmapcache/data/exists2.png with 100% similarity]
tests/auto/quick/qquickpixmapcache/data/http/exists3.png [moved from tests/auto/qtquick2/qdeclarativepixmapcache/data/http/exists3.png with 100% similarity]
tests/auto/quick/qquickpixmapcache/data/http/exists4.png [moved from tests/auto/qtquick2/qdeclarativepixmapcache/data/http/exists4.png with 100% similarity]
tests/auto/quick/qquickpixmapcache/data/http/exists5.png [moved from tests/auto/qtquick2/qdeclarativepixmapcache/data/http/exists5.png with 100% similarity]
tests/auto/quick/qquickpixmapcache/data/http/exists6.png [moved from tests/auto/qtquick2/qdeclarativepixmapcache/data/http/exists6.png with 100% similarity]
tests/auto/quick/qquickpixmapcache/data/http/exists7.png [moved from tests/auto/qtquick2/qdeclarativepixmapcache/data/http/exists7.png with 100% similarity]
tests/auto/quick/qquickpixmapcache/data/http/exists8.png [moved from tests/auto/qtquick2/qdeclarativepixmapcache/data/http/exists8.png with 100% similarity]
tests/auto/quick/qquickpixmapcache/data/massive.png [moved from tests/auto/qtquick2/qdeclarativepixmapcache/data/massive.png with 100% similarity]
tests/auto/quick/qquickpixmapcache/qquickpixmapcache.pro [new file with mode: 0644]
tests/auto/quick/qquickpixmapcache/tst_qquickpixmapcache.cpp [new file with mode: 0644]
tests/auto/quick/qquickpositioners/data/allInvisible.qml [moved from tests/auto/qtquick2/qquickpositioners/data/allInvisible.qml with 100% similarity]
tests/auto/quick/qquickpositioners/data/attachedproperties-column.qml [moved from tests/auto/qtquick2/qquickpositioners/data/attachedproperties-column.qml with 100% similarity]
tests/auto/quick/qquickpositioners/data/attachedproperties-dynamic.qml [moved from tests/auto/qtquick2/qquickpositioners/data/attachedproperties-dynamic.qml with 100% similarity]
tests/auto/quick/qquickpositioners/data/attachedproperties-flow.qml [moved from tests/auto/qtquick2/qquickpositioners/data/attachedproperties-flow.qml with 100% similarity]
tests/auto/quick/qquickpositioners/data/attachedproperties-grid.qml [moved from tests/auto/qtquick2/qquickpositioners/data/attachedproperties-grid.qml with 100% similarity]
tests/auto/quick/qquickpositioners/data/attachedproperties-row.qml [moved from tests/auto/qtquick2/qquickpositioners/data/attachedproperties-row.qml with 100% similarity]
tests/auto/quick/qquickpositioners/data/flow-testimplicitsize.qml [moved from tests/auto/qtquick2/qquickpositioners/data/flow-testimplicitsize.qml with 100% similarity]
tests/auto/quick/qquickpositioners/data/flowtest-toptobottom.qml [moved from tests/auto/qtquick2/qquickpositioners/data/flowtest-toptobottom.qml with 100% similarity]
tests/auto/quick/qquickpositioners/data/flowtest.qml [moved from tests/auto/qtquick2/qquickpositioners/data/flowtest.qml with 100% similarity]
tests/auto/quick/qquickpositioners/data/grid-animated.qml [moved from tests/auto/qtquick2/qquickpositioners/data/grid-animated.qml with 100% similarity]
tests/auto/quick/qquickpositioners/data/grid-row-column-spacing.qml [moved from tests/auto/qtquick2/qquickpositioners/data/grid-row-column-spacing.qml with 100% similarity]
tests/auto/quick/qquickpositioners/data/grid-spacing.qml [moved from tests/auto/qtquick2/qquickpositioners/data/grid-spacing.qml with 100% similarity]
tests/auto/quick/qquickpositioners/data/grid-toptobottom.qml [moved from tests/auto/qtquick2/qquickpositioners/data/grid-toptobottom.qml with 100% similarity]
tests/auto/quick/qquickpositioners/data/gridtest.qml [moved from tests/auto/qtquick2/qquickpositioners/data/gridtest.qml with 100% similarity]
tests/auto/quick/qquickpositioners/data/gridzerocolumns.qml [moved from tests/auto/qtquick2/qquickpositioners/data/gridzerocolumns.qml with 100% similarity]
tests/auto/quick/qquickpositioners/data/horizontal-animated-disabled.qml [moved from tests/auto/qtquick2/qquickpositioners/data/horizontal-animated-disabled.qml with 100% similarity]
tests/auto/quick/qquickpositioners/data/horizontal-animated.qml [moved from tests/auto/qtquick2/qquickpositioners/data/horizontal-animated.qml with 100% similarity]
tests/auto/quick/qquickpositioners/data/horizontal-spacing.qml [moved from tests/auto/qtquick2/qquickpositioners/data/horizontal-spacing.qml with 100% similarity]
tests/auto/quick/qquickpositioners/data/horizontal.qml [moved from tests/auto/qtquick2/qquickpositioners/data/horizontal.qml with 100% similarity]
tests/auto/quick/qquickpositioners/data/propertychangestest.qml [moved from tests/auto/qtquick2/qquickpositioners/data/propertychangestest.qml with 100% similarity]
tests/auto/quick/qquickpositioners/data/rectangleComponent.qml [moved from tests/auto/qtquick2/qquickpositioners/data/rectangleComponent.qml with 100% similarity]
tests/auto/quick/qquickpositioners/data/repeatertest.qml [moved from tests/auto/qtquick2/qquickpositioners/data/repeatertest.qml with 100% similarity]
tests/auto/quick/qquickpositioners/data/vertical-animated.qml [moved from tests/auto/qtquick2/qquickpositioners/data/vertical-animated.qml with 100% similarity]
tests/auto/quick/qquickpositioners/data/vertical-spacing.qml [moved from tests/auto/qtquick2/qquickpositioners/data/vertical-spacing.qml with 100% similarity]
tests/auto/quick/qquickpositioners/data/vertical.qml [moved from tests/auto/qtquick2/qquickpositioners/data/vertical.qml with 100% similarity]
tests/auto/quick/qquickpositioners/qquickpositioners.pro [new file with mode: 0644]
tests/auto/quick/qquickpositioners/tst_qquickpositioners.cpp [new file with mode: 0644]
tests/auto/quick/qquickrepeater/data/asyncloader.qml [moved from tests/auto/qtquick2/qquickrepeater/data/asyncloader.qml with 100% similarity]
tests/auto/quick/qquickrepeater/data/initparent.qml [moved from tests/auto/qtquick2/qquickrepeater/data/initparent.qml with 100% similarity]
tests/auto/quick/qquickrepeater/data/intmodel.qml [moved from tests/auto/qtquick2/qquickrepeater/data/intmodel.qml with 100% similarity]
tests/auto/quick/qquickrepeater/data/itemlist.qml [moved from tests/auto/qtquick2/qquickrepeater/data/itemlist.qml with 100% similarity]
tests/auto/quick/qquickrepeater/data/modelChanged.qml [moved from tests/auto/qtquick2/qquickrepeater/data/modelChanged.qml with 100% similarity]
tests/auto/quick/qquickrepeater/data/objlist.qml [moved from tests/auto/qtquick2/qquickrepeater/data/objlist.qml with 100% similarity]
tests/auto/quick/qquickrepeater/data/properties.qml [moved from tests/auto/qtquick2/qquickrepeater/data/properties.qml with 100% similarity]
tests/auto/quick/qquickrepeater/data/repeater1.qml [moved from tests/auto/qtquick2/qquickrepeater/data/repeater1.qml with 100% similarity]
tests/auto/quick/qquickrepeater/data/repeater2.qml [moved from tests/auto/qtquick2/qquickrepeater/data/repeater2.qml with 100% similarity]
tests/auto/quick/qquickrepeater/qquickrepeater.pro [new file with mode: 0644]
tests/auto/quick/qquickrepeater/tst_qquickrepeater.cpp [new file with mode: 0644]
tests/auto/quick/qquickscreen/data/screen.qml [moved from tests/auto/qtquick2/qquickscreen/data/screen.qml with 100% similarity]
tests/auto/quick/qquickscreen/qquickscreen.pro [new file with mode: 0644]
tests/auto/quick/qquickscreen/tst_qquickscreen.cpp [new file with mode: 0644]
tests/auto/quick/qquickshadereffect/qquickshadereffect.pro [new file with mode: 0644]
tests/auto/quick/qquickshadereffect/tst_qquickshadereffect.cpp [moved from tests/auto/qtquick2/qquickshadereffect/tst_qquickshadereffect.cpp with 100% similarity]
tests/auto/quick/qquicksmoothedanimation/data/deleteOnUpdate.qml [moved from tests/auto/qtquick2/qdeclarativesmoothedanimation/data/deleteOnUpdate.qml with 100% similarity]
tests/auto/quick/qquicksmoothedanimation/data/simpleanimation.qml [moved from tests/auto/qtquick2/qdeclarativesmoothedanimation/data/simpleanimation.qml with 100% similarity]
tests/auto/quick/qquicksmoothedanimation/data/smoothedanimation1.qml [moved from tests/auto/qtquick2/qdeclarativesmoothedanimation/data/smoothedanimation1.qml with 100% similarity]
tests/auto/quick/qquicksmoothedanimation/data/smoothedanimation2.qml [moved from tests/auto/qtquick2/qdeclarativesmoothedanimation/data/smoothedanimation2.qml with 100% similarity]
tests/auto/quick/qquicksmoothedanimation/data/smoothedanimation3.qml [moved from tests/auto/qtquick2/qdeclarativesmoothedanimation/data/smoothedanimation3.qml with 100% similarity]
tests/auto/quick/qquicksmoothedanimation/data/smoothedanimationBehavior.qml [moved from tests/auto/qtquick2/qdeclarativesmoothedanimation/data/smoothedanimationBehavior.qml with 100% similarity]
tests/auto/quick/qquicksmoothedanimation/data/smoothedanimationValueSource.qml [moved from tests/auto/qtquick2/qdeclarativesmoothedanimation/data/smoothedanimationValueSource.qml with 100% similarity]
tests/auto/quick/qquicksmoothedanimation/qquicksmoothedanimation.pro [new file with mode: 0644]
tests/auto/quick/qquicksmoothedanimation/tst_qquicksmoothedanimation.cpp [new file with mode: 0644]
tests/auto/quick/qquickspringanimation/data/springanimation1.qml [moved from tests/auto/qtquick2/qdeclarativespringanimation/data/springanimation1.qml with 100% similarity]
tests/auto/quick/qquickspringanimation/data/springanimation2.qml [moved from tests/auto/qtquick2/qdeclarativespringanimation/data/springanimation2.qml with 100% similarity]
tests/auto/quick/qquickspringanimation/data/springanimation3.qml [moved from tests/auto/qtquick2/qdeclarativespringanimation/data/springanimation3.qml with 100% similarity]
tests/auto/quick/qquickspringanimation/qquickspringanimation.pro [new file with mode: 0644]
tests/auto/quick/qquickspringanimation/tst_qquickspringanimation.cpp [new file with mode: 0644]
tests/auto/quick/qquickspriteimage/data/advance.qml [moved from tests/auto/qtquick2/qquickspriteimage/data/advance.qml with 100% similarity]
tests/auto/quick/qquickspriteimage/data/basic.qml [moved from tests/auto/qtquick2/qquickspriteimage/data/basic.qml with 100% similarity]
tests/auto/quick/qquickspriteimage/data/squarefacesprite.png [moved from tests/auto/qtquick2/qquickspriteimage/data/squarefacesprite.png with 100% similarity]
tests/auto/quick/qquickspriteimage/qquickspriteimage.pro [new file with mode: 0644]
tests/auto/quick/qquickspriteimage/tst_qquickspriteimage.cpp [new file with mode: 0644]
tests/auto/quick/qquickstates/data/ExtendedRectangle.qml [moved from tests/auto/qtquick2/qdeclarativestates/data/ExtendedRectangle.qml with 100% similarity]
tests/auto/quick/qquickstates/data/Implementation/MyType.qml [moved from tests/auto/qtquick2/qdeclarativestates/data/Implementation/MyType.qml with 100% similarity]
tests/auto/quick/qquickstates/data/Implementation/images/qt-logo.png [moved from examples/declarative/animation/states/qt-logo.png with 100% similarity]
tests/auto/quick/qquickstates/data/QTBUG-14830.qml [moved from tests/auto/qtquick2/qdeclarativestates/data/QTBUG-14830.qml with 100% similarity]
tests/auto/quick/qquickstates/data/anchorChanges1.qml [moved from tests/auto/qtquick2/qdeclarativestates/data/anchorChanges1.qml with 100% similarity]
tests/auto/quick/qquickstates/data/anchorChanges2.qml [moved from tests/auto/qtquick2/qdeclarativestates/data/anchorChanges2.qml with 100% similarity]
tests/auto/quick/qquickstates/data/anchorChanges3.qml [moved from tests/auto/qtquick2/qdeclarativestates/data/anchorChanges3.qml with 100% similarity]
tests/auto/quick/qquickstates/data/anchorChanges4.qml [moved from tests/auto/qtquick2/qdeclarativestates/data/anchorChanges4.qml with 100% similarity]
tests/auto/quick/qquickstates/data/anchorChanges5.qml [moved from tests/auto/qtquick2/qdeclarativestates/data/anchorChanges5.qml with 100% similarity]
tests/auto/quick/qquickstates/data/anchorChangesCrash.qml [moved from tests/auto/qtquick2/qdeclarativestates/data/anchorChangesCrash.qml with 100% similarity]
tests/auto/quick/qquickstates/data/anchorRewindBug.qml [moved from tests/auto/qtquick2/qdeclarativestates/data/anchorRewindBug.qml with 100% similarity]
tests/auto/quick/qquickstates/data/anchorRewindBug2.qml [moved from tests/auto/qtquick2/qdeclarativestates/data/anchorRewindBug2.qml with 100% similarity]
tests/auto/quick/qquickstates/data/attachedPropertyChanges.qml [moved from tests/auto/qtquick2/qdeclarativestates/data/attachedPropertyChanges.qml with 100% similarity]
tests/auto/quick/qquickstates/data/autoStateAtStartupRestoreBug.qml [moved from tests/auto/qtquick2/qdeclarativestates/data/autoStateAtStartupRestoreBug.qml with 100% similarity]
tests/auto/quick/qquickstates/data/avoidFastForward.qml [moved from tests/auto/qtquick2/qdeclarativestates/data/avoidFastForward.qml with 100% similarity]
tests/auto/quick/qquickstates/data/basicBinding.qml [moved from tests/auto/qtquick2/qdeclarativestates/data/basicBinding.qml with 100% similarity]
tests/auto/quick/qquickstates/data/basicBinding2.qml [moved from tests/auto/qtquick2/qdeclarativestates/data/basicBinding2.qml with 100% similarity]
tests/auto/quick/qquickstates/data/basicBinding3.qml [moved from tests/auto/qtquick2/qdeclarativestates/data/basicBinding3.qml with 100% similarity]
tests/auto/quick/qquickstates/data/basicBinding4.qml [moved from tests/auto/qtquick2/qdeclarativestates/data/basicBinding4.qml with 100% similarity]
tests/auto/quick/qquickstates/data/basicChanges.qml [moved from tests/auto/qtquick2/qdeclarativestates/data/basicChanges.qml with 100% similarity]
tests/auto/quick/qquickstates/data/basicChanges2.qml [moved from tests/auto/qtquick2/qdeclarativestates/data/basicChanges2.qml with 100% similarity]
tests/auto/quick/qquickstates/data/basicChanges3.qml [moved from tests/auto/qtquick2/qdeclarativestates/data/basicChanges3.qml with 100% similarity]
tests/auto/quick/qquickstates/data/basicChanges4.qml [moved from tests/auto/qtquick2/qdeclarativestates/data/basicChanges4.qml with 100% similarity]
tests/auto/quick/qquickstates/data/basicExtension.qml [moved from tests/auto/qtquick2/qdeclarativestates/data/basicExtension.qml with 100% similarity]
tests/auto/quick/qquickstates/data/deleting.qml [moved from tests/auto/qtquick2/qdeclarativestates/data/deleting.qml with 100% similarity]
tests/auto/quick/qquickstates/data/deletingState.qml [moved from tests/auto/qtquick2/qdeclarativestates/data/deletingState.qml with 100% similarity]
tests/auto/quick/qquickstates/data/editProperties.qml [moved from tests/auto/qtquick2/qdeclarativestates/data/editProperties.qml with 100% similarity]
tests/auto/quick/qquickstates/data/explicit.qml [moved from tests/auto/qtquick2/qdeclarativestates/data/explicit.qml with 100% similarity]
tests/auto/quick/qquickstates/data/extendsBug.qml [moved from tests/auto/qtquick2/qdeclarativestates/data/extendsBug.qml with 100% similarity]
tests/auto/quick/qquickstates/data/fakeExtension.qml [moved from tests/auto/qtquick2/qdeclarativestates/data/fakeExtension.qml with 100% similarity]
tests/auto/quick/qquickstates/data/illegalObj.qml [moved from tests/auto/qtquick2/qdeclarativestates/data/illegalObj.qml with 100% similarity]
tests/auto/quick/qquickstates/data/illegalTempState.qml [moved from tests/auto/qtquick2/qdeclarativestates/data/illegalTempState.qml with 100% similarity]
tests/auto/quick/qquickstates/data/image.png [moved from tests/auto/qtquick2/qdeclarativestates/data/image.png with 100% similarity]
tests/auto/quick/qquickstates/data/legalTempState.qml [moved from tests/auto/qtquick2/qdeclarativestates/data/legalTempState.qml with 100% similarity]
tests/auto/quick/qquickstates/data/nonExistantProp.qml [moved from tests/auto/qtquick2/qdeclarativestates/data/nonExistantProp.qml with 100% similarity]
tests/auto/quick/qquickstates/data/parentChange1.qml [moved from tests/auto/qtquick2/qdeclarativestates/data/parentChange1.qml with 100% similarity]
tests/auto/quick/qquickstates/data/parentChange2.qml [moved from tests/auto/qtquick2/qdeclarativestates/data/parentChange2.qml with 100% similarity]
tests/auto/quick/qquickstates/data/parentChange3.qml [moved from tests/auto/qtquick2/qdeclarativestates/data/parentChange3.qml with 100% similarity]
tests/auto/quick/qquickstates/data/parentChange4.qml [moved from tests/auto/qtquick2/qdeclarativestates/data/parentChange4.qml with 100% similarity]
tests/auto/quick/qquickstates/data/parentChange5.qml [moved from tests/auto/qtquick2/qdeclarativestates/data/parentChange5.qml with 100% similarity]
tests/auto/quick/qquickstates/data/parentChange6.qml [moved from tests/auto/qtquick2/qdeclarativestates/data/parentChange6.qml with 100% similarity]
tests/auto/quick/qquickstates/data/propertyErrors.qml [moved from tests/auto/qtquick2/qdeclarativestates/data/propertyErrors.qml with 100% similarity]
tests/auto/quick/qquickstates/data/reset.qml [moved from tests/auto/qtquick2/qdeclarativestates/data/reset.qml with 100% similarity]
tests/auto/quick/qquickstates/data/restoreEntryValues.qml [moved from tests/auto/qtquick2/qdeclarativestates/data/restoreEntryValues.qml with 100% similarity]
tests/auto/quick/qquickstates/data/returnToBase.qml [moved from tests/auto/qtquick2/qdeclarativestates/data/returnToBase.qml with 100% similarity]
tests/auto/quick/qquickstates/data/revertListBug.qml [moved from tests/auto/qtquick2/qdeclarativestates/data/revertListBug.qml with 100% similarity]
tests/auto/quick/qquickstates/data/script.qml [moved from tests/auto/qtquick2/qdeclarativestates/data/script.qml with 100% similarity]
tests/auto/quick/qquickstates/data/signalOverride.qml [moved from tests/auto/qtquick2/qdeclarativestates/data/signalOverride.qml with 100% similarity]
tests/auto/quick/qquickstates/data/signalOverride2.qml [moved from tests/auto/qtquick2/qdeclarativestates/data/signalOverride2.qml with 100% similarity]
tests/auto/quick/qquickstates/data/signalOverrideCrash.qml [moved from tests/auto/qtquick2/qdeclarativestates/data/signalOverrideCrash.qml with 100% similarity]
tests/auto/quick/qquickstates/data/signalOverrideCrash2.qml [moved from tests/auto/qtquick2/qdeclarativestates/data/signalOverrideCrash2.qml with 100% similarity]
tests/auto/quick/qquickstates/data/signalOverrideCrash3.qml [moved from tests/auto/qtquick2/qdeclarativestates/data/signalOverrideCrash3.qml with 100% similarity]
tests/auto/quick/qquickstates/data/unnamedWhen.qml [moved from tests/auto/qtquick2/qdeclarativestates/data/unnamedWhen.qml with 100% similarity]
tests/auto/quick/qquickstates/data/urlResolution.qml [moved from tests/auto/qtquick2/qdeclarativestates/data/urlResolution.qml with 100% similarity]
tests/auto/quick/qquickstates/data/whenOrdering.qml [moved from tests/auto/qtquick2/qdeclarativestates/data/whenOrdering.qml with 100% similarity]
tests/auto/quick/qquickstates/qquickstates.pro [new file with mode: 0644]
tests/auto/quick/qquickstates/tst_qquickstates.cpp [new file with mode: 0644]
tests/auto/quick/qquickstyledtext/qquickstyledtext.pro [new file with mode: 0644]
tests/auto/quick/qquickstyledtext/tst_qquickstyledtext.cpp [new file with mode: 0644]
tests/auto/quick/qquicksystempalette/qquicksystempalette.pro [new file with mode: 0644]
tests/auto/quick/qquicksystempalette/tst_qquicksystempalette.cpp [new file with mode: 0644]
tests/auto/quick/qquicktext/data/alignments.qml [moved from tests/auto/qtquick2/qquicktext/data/alignments.qml with 100% similarity]
tests/auto/quick/qquicktext/data/alignments_cb.png [moved from tests/auto/qtquick2/qquicktext/data/alignments_cb.png with 100% similarity]
tests/auto/quick/qquicktext/data/alignments_cc.png [moved from tests/auto/qtquick2/qquicktext/data/alignments_cc.png with 100% similarity]
tests/auto/quick/qquicktext/data/alignments_ct.png [moved from tests/auto/qtquick2/qquicktext/data/alignments_ct.png with 100% similarity]
tests/auto/quick/qquicktext/data/alignments_lb.png [moved from tests/auto/qtquick2/qquicktextedit/data/alignments_lb.png with 100% similarity]
tests/auto/quick/qquicktext/data/alignments_lc.png [moved from tests/auto/qtquick2/qquicktextedit/data/alignments_lc.png with 100% similarity]
tests/auto/quick/qquicktext/data/alignments_lt.png [moved from tests/auto/qtquick2/qquicktextedit/data/alignments_lt.png with 100% similarity]
tests/auto/quick/qquicktext/data/alignments_rb.png [moved from tests/auto/qtquick2/qquicktextedit/data/alignments_rb.png with 100% similarity]
tests/auto/quick/qquicktext/data/alignments_rc.png [moved from tests/auto/qtquick2/qquicktextedit/data/alignments_rc.png with 100% similarity]
tests/auto/quick/qquicktext/data/alignments_rt.png [moved from tests/auto/qtquick2/qquicktextedit/data/alignments_rt.png with 100% similarity]
tests/auto/quick/qquicktext/data/embeddedImagesLocal.qml [moved from tests/auto/qtquick2/qquicktext/data/embeddedImagesLocal.qml with 100% similarity]
tests/auto/quick/qquicktext/data/embeddedImagesLocalError.qml [moved from tests/auto/qtquick2/qquicktext/data/embeddedImagesLocalError.qml with 100% similarity]
tests/auto/quick/qquicktext/data/embeddedImagesLocalRelative.qml [moved from tests/auto/qtquick2/qquicktext/data/embeddedImagesLocalRelative.qml with 100% similarity]
tests/auto/quick/qquicktext/data/embeddedImagesRemote.qml [moved from tests/auto/qtquick2/qquicktext/data/embeddedImagesRemote.qml with 100% similarity]
tests/auto/quick/qquicktext/data/embeddedImagesRemoteError.qml [moved from tests/auto/qtquick2/qquicktext/data/embeddedImagesRemoteError.qml with 100% similarity]
tests/auto/quick/qquicktext/data/embeddedImagesRemoteRelative.qml [moved from tests/auto/qtquick2/qquicktext/data/embeddedImagesRemoteRelative.qml with 100% similarity]
tests/auto/quick/qquicktext/data/fontSizeMode.qml [moved from tests/auto/qtquick2/qquicktext/data/fontSizeMode.qml with 100% similarity]
tests/auto/quick/qquicktext/data/horizontalAlignment_RightToLeft.qml [moved from tests/auto/qtquick2/qquicktext/data/horizontalAlignment_RightToLeft.qml with 100% similarity]
tests/auto/quick/qquicktext/data/http/exists.png [moved from tests/auto/qtquick2/qdeclarativepixmapcache/data/http/exists.png with 100% similarity]
tests/auto/quick/qquicktext/data/images/face-sad.png [moved from examples/declarative/text/imgtag/images/face-sad.png with 100% similarity]
tests/auto/quick/qquicktext/data/images/heart200.png [moved from examples/declarative/text/imgtag/images/heart200.png with 100% similarity]
tests/auto/quick/qquicktext/data/images/starfish_2.png [moved from examples/declarative/text/imgtag/images/starfish_2.png with 100% similarity]
tests/auto/quick/qquicktext/data/imgTagsElide.qml [moved from tests/auto/qtquick2/qquicktext/data/imgTagsElide.qml with 100% similarity]
tests/auto/quick/qquicktext/data/imgTagsUpdates.qml [moved from tests/auto/qtquick2/qquicktext/data/imgTagsUpdates.qml with 100% similarity]
tests/auto/quick/qquicktext/data/lineCount.qml [moved from tests/auto/qtquick2/qquicktext/data/lineCount.qml with 100% similarity]
tests/auto/quick/qquicktext/data/lineHeight.qml [moved from tests/auto/qtquick2/qquicktext/data/lineHeight.qml with 100% similarity]
tests/auto/quick/qquicktext/data/lineLayout.qml [moved from tests/auto/qtquick2/qquicktext/data/lineLayout.qml with 100% similarity]
tests/auto/quick/qquicktext/data/multilengthStrings.qml [moved from tests/auto/qtquick2/qquicktext/data/multilengthStrings.qml with 100% similarity]
tests/auto/quick/qquicktext/data/multilengthStringsWrapped.qml [moved from tests/auto/qtquick2/qquicktext/data/multilengthStringsWrapped.qml with 100% similarity]
tests/auto/quick/qquicktext/data/multilineelide.qml [moved from tests/auto/qtquick2/qquicktext/data/multilineelide.qml with 100% similarity]
tests/auto/quick/qquicktext/data/qtbug_14734.qml [moved from tests/auto/qtquick2/qquicktext/data/qtbug_14734.qml with 100% similarity]
tests/auto/quick/qquicktext/data/rotated.qml [moved from tests/auto/qtquick2/qquicktext/data/rotated.qml with 100% similarity]
tests/auto/quick/qquicktext/qquicktext.pro [new file with mode: 0644]
tests/auto/quick/qquicktext/tst_qquicktext.cpp [new file with mode: 0644]
tests/auto/quick/qquicktextedit/data/Cursor.qml [moved from tests/auto/qtquick2/qquicktextinput/data/Cursor.qml with 100% similarity]
tests/auto/quick/qquicktextedit/data/CursorRect.qml [moved from tests/auto/qtquick2/qquicktextedit/data/CursorRect.qml with 100% similarity]
tests/auto/quick/qquicktextedit/data/alignments.qml [moved from tests/auto/qtquick2/qquicktextedit/data/alignments.qml with 100% similarity]
tests/auto/quick/qquicktextedit/data/alignments_cb.png [moved from tests/auto/qtquick2/qquicktextedit/data/alignments_cb.png with 100% similarity]
tests/auto/quick/qquicktextedit/data/alignments_cc.png [moved from tests/auto/qtquick2/qquicktextedit/data/alignments_cc.png with 100% similarity]
tests/auto/quick/qquicktextedit/data/alignments_ct.png [moved from tests/auto/qtquick2/qquicktextedit/data/alignments_ct.png with 100% similarity]
tests/auto/quick/qquicktextedit/data/alignments_lb.png [moved from tests/auto/qtquick2/qquicktext/data/alignments_lb.png with 100% similarity]
tests/auto/quick/qquicktextedit/data/alignments_lc.png [moved from tests/auto/qtquick2/qquicktext/data/alignments_lc.png with 100% similarity]
tests/auto/quick/qquicktextedit/data/alignments_lt.png [moved from tests/auto/qtquick2/qquicktext/data/alignments_lt.png with 100% similarity]
tests/auto/quick/qquicktextedit/data/alignments_rb.png [moved from tests/auto/qtquick2/qquicktext/data/alignments_rb.png with 100% similarity]
tests/auto/quick/qquicktextedit/data/alignments_rc.png [moved from tests/auto/qtquick2/qquicktext/data/alignments_rc.png with 100% similarity]
tests/auto/quick/qquicktextedit/data/alignments_rt.png [moved from tests/auto/qtquick2/qquicktext/data/alignments_rt.png with 100% similarity]
tests/auto/quick/qquicktextedit/data/cursorTest.qml [moved from tests/auto/qtquick2/qquicktextedit/data/cursorTest.qml with 100% similarity]
tests/auto/quick/qquicktextedit/data/cursorTestExternal.qml [moved from tests/auto/qtquick2/qquicktextedit/data/cursorTestExternal.qml with 100% similarity]
tests/auto/quick/qquicktextedit/data/cursorTestInline.qml [moved from tests/auto/qtquick2/qquicktextedit/data/cursorTestInline.qml with 100% similarity]
tests/auto/quick/qquicktextedit/data/cursorVisible.qml [moved from tests/auto/qtquick2/qquicktextinput/data/cursorVisible.qml with 100% similarity]
tests/auto/quick/qquicktextedit/data/embeddedImagesLocal.qml [moved from tests/auto/qtquick2/qquicktextedit/data/embeddedImagesLocal.qml with 100% similarity]
tests/auto/quick/qquicktextedit/data/embeddedImagesLocalError.qml [moved from tests/auto/qtquick2/qquicktextedit/data/embeddedImagesLocalError.qml with 100% similarity]
tests/auto/quick/qquicktextedit/data/embeddedImagesLocalRelative.qml [moved from tests/auto/qtquick2/qquicktextedit/data/embeddedImagesLocalRelative.qml with 100% similarity]
tests/auto/quick/qquicktextedit/data/embeddedImagesRemote.qml [moved from tests/auto/qtquick2/qquicktextedit/data/embeddedImagesRemote.qml with 100% similarity]
tests/auto/quick/qquicktextedit/data/embeddedImagesRemoteError.qml [moved from tests/auto/qtquick2/qquicktextedit/data/embeddedImagesRemoteError.qml with 100% similarity]
tests/auto/quick/qquicktextedit/data/embeddedImagesRemoteRelative.qml [moved from tests/auto/qtquick2/qquicktextedit/data/embeddedImagesRemoteRelative.qml with 100% similarity]
tests/auto/quick/qquicktextedit/data/geometrySignals.qml [moved from tests/auto/qtquick2/qquicktextedit/data/geometrySignals.qml with 100% similarity]
tests/auto/quick/qquicktextedit/data/horizontalAlignment_RightToLeft.qml [moved from tests/auto/qtquick2/qquicktextedit/data/horizontalAlignment_RightToLeft.qml with 100% similarity]
tests/auto/quick/qquicktextedit/data/http/ErrItem.qml [moved from tests/auto/qtquick2/qquicktextedit/data/http/ErrItem.qml with 100% similarity]
tests/auto/quick/qquicktextedit/data/http/NormItem.qml [moved from tests/auto/qtquick2/qquicktextedit/data/http/NormItem.qml with 100% similarity]
tests/auto/quick/qquicktextedit/data/http/cursorHttpTest.qml [moved from tests/auto/qtquick2/qquicktextedit/data/http/cursorHttpTest.qml with 100% similarity]
tests/auto/quick/qquicktextedit/data/http/cursorHttpTestFail1.qml [moved from tests/auto/qtquick2/qquicktextedit/data/http/cursorHttpTestFail1.qml with 100% similarity]
tests/auto/quick/qquicktextedit/data/http/cursorHttpTestFail2.qml [moved from tests/auto/qtquick2/qquicktextedit/data/http/cursorHttpTestFail2.qml with 100% similarity]
tests/auto/quick/qquicktextedit/data/http/cursorHttpTestPass.qml [moved from tests/auto/qtquick2/qquicktextedit/data/http/cursorHttpTestPass.qml with 100% similarity]
tests/auto/quick/qquicktextedit/data/http/exists.png [moved from tests/auto/qtquick2/qdeclarativepixmapcache/data/exists.png with 100% similarity]
tests/auto/quick/qquicktextedit/data/http/qmldir [moved from tests/auto/qtquick2/qquicktextedit/data/http/qmldir with 100% similarity]
tests/auto/quick/qquicktextedit/data/httpfail/FailItem.qml [moved from tests/auto/qtquick2/qquicktextedit/data/httpfail/FailItem.qml with 100% similarity]
tests/auto/quick/qquicktextedit/data/httpslow/WaitItem.qml [moved from tests/auto/qtquick2/qquicktextedit/data/httpslow/WaitItem.qml with 100% similarity]
tests/auto/quick/qquicktextedit/data/inputContext.qml [moved from tests/auto/qtquick2/qquicktextedit/data/inputContext.qml with 100% similarity]
tests/auto/quick/qquicktextedit/data/inputMethodEvent.qml [moved from tests/auto/qtquick2/qquicktextedit/data/inputMethodEvent.qml with 100% similarity]
tests/auto/quick/qquicktextedit/data/inputmethodhints.qml [moved from tests/auto/qtquick2/qquicktextedit/data/inputmethodhints.qml with 100% similarity]
tests/auto/quick/qquicktextedit/data/linkActivated.qml [moved from tests/auto/qtquick2/qquicktextedit/data/linkActivated.qml with 100% similarity]
tests/auto/quick/qquicktextedit/data/mouseselection_default.qml [moved from tests/auto/qtquick2/qquicktextedit/data/mouseselection_default.qml with 100% similarity]
tests/auto/quick/qquicktextedit/data/mouseselection_false.qml [moved from tests/auto/qtquick2/qquicktextedit/data/mouseselection_false.qml with 100% similarity]
tests/auto/quick/qquicktextedit/data/mouseselection_false_words.qml [moved from tests/auto/qtquick2/qquicktextedit/data/mouseselection_false_words.qml with 100% similarity]
tests/auto/quick/qquicktextedit/data/mouseselection_true.qml [moved from tests/auto/qtquick2/qquicktextedit/data/mouseselection_true.qml with 100% similarity]
tests/auto/quick/qquicktextedit/data/mouseselection_true_words.qml [moved from tests/auto/qtquick2/qquicktextedit/data/mouseselection_true_words.qml with 100% similarity]
tests/auto/quick/qquicktextedit/data/mouseselectionmode_characters.qml [moved from tests/auto/qtquick2/qquicktextedit/data/mouseselectionmode_characters.qml with 100% similarity]
tests/auto/quick/qquicktextedit/data/mouseselectionmode_default.qml [moved from tests/auto/qtquick2/qquicktextedit/data/mouseselectionmode_default.qml with 100% similarity]
tests/auto/quick/qquicktextedit/data/mouseselectionmode_words.qml [moved from tests/auto/qtquick2/qquicktextedit/data/mouseselectionmode_words.qml with 100% similarity]
tests/auto/quick/qquicktextedit/data/navigation.qml [moved from tests/auto/qtquick2/qquicktextedit/data/navigation.qml with 100% similarity]
tests/auto/quick/qquicktextedit/data/openInputPanel.qml [moved from tests/auto/qtquick2/qquicktextedit/data/openInputPanel.qml with 100% similarity]
tests/auto/quick/qquicktextedit/data/persistentSelection.qml [moved from tests/auto/qtquick2/qquicktextedit/data/persistentSelection.qml with 100% similarity]
tests/auto/quick/qquicktextedit/data/positionAt.qml [moved from tests/auto/qtquick2/qquicktextedit/data/positionAt.qml with 100% similarity]
tests/auto/quick/qquicktextedit/data/qtbug-22058.qml [moved from tests/auto/qtquick2/qquicktextedit/data/qtbug-22058.qml with 100% similarity]
tests/auto/quick/qquicktextedit/data/readOnly.qml [moved from tests/auto/qtquick2/qquicktextedit/data/readOnly.qml with 100% similarity]
tests/auto/quick/qquicktextedit/qquicktextedit.pro [new file with mode: 0644]
tests/auto/quick/qquicktextedit/tst_qquicktextedit.cpp [new file with mode: 0644]
tests/auto/quick/qquicktextinput/data/Cursor.qml [moved from tests/auto/qtquick2/qquicktextedit/data/Cursor.qml with 100% similarity]
tests/auto/quick/qquicktextinput/data/cursorTest.qml [moved from tests/auto/qtquick2/qquicktextinput/data/cursorTest.qml with 100% similarity]
tests/auto/quick/qquicktextinput/data/cursorTestExternal.qml [moved from tests/auto/qtquick2/qquicktextinput/data/cursorTestExternal.qml with 100% similarity]
tests/auto/quick/qquicktextinput/data/cursorTestInline.qml [moved from tests/auto/qtquick2/qquicktextinput/data/cursorTestInline.qml with 100% similarity]
tests/auto/quick/qquicktextinput/data/cursorVisible.qml [moved from tests/auto/qtquick2/qquicktextedit/data/cursorVisible.qml with 100% similarity]
tests/auto/quick/qquicktextinput/data/echoMode.qml [moved from tests/auto/qtquick2/qquicktextinput/data/echoMode.qml with 100% similarity]
tests/auto/quick/qquicktextinput/data/geometrySignals.qml [moved from tests/auto/qtquick2/qquicktextinput/data/geometrySignals.qml with 100% similarity]
tests/auto/quick/qquicktextinput/data/halign_center.png [moved from tests/auto/qtquick2/qquicktextinput/data/halign_center.png with 100% similarity]
tests/auto/quick/qquicktextinput/data/halign_left.png [moved from tests/auto/qtquick2/qquicktextinput/data/halign_left.png with 100% similarity]
tests/auto/quick/qquicktextinput/data/halign_right.png [moved from tests/auto/qtquick2/qquicktextinput/data/halign_right.png with 100% similarity]
tests/auto/quick/qquicktextinput/data/horizontalAlignment.qml [moved from tests/auto/qtquick2/qquicktextinput/data/horizontalAlignment.qml with 100% similarity]
tests/auto/quick/qquicktextinput/data/horizontalAlignment_RightToLeft.qml [moved from tests/auto/qtquick2/qquicktextinput/data/horizontalAlignment_RightToLeft.qml with 100% similarity]
tests/auto/quick/qquicktextinput/data/inputContext.qml [moved from tests/auto/qtquick2/qquicktextinput/data/inputContext.qml with 100% similarity]
tests/auto/quick/qquicktextinput/data/inputMethodEvent.qml [moved from tests/auto/qtquick2/qquicktextinput/data/inputMethodEvent.qml with 100% similarity]
tests/auto/quick/qquicktextinput/data/inputmethods.qml [moved from tests/auto/qtquick2/qquicktextinput/data/inputmethods.qml with 100% similarity]
tests/auto/quick/qquicktextinput/data/masks.qml [moved from tests/auto/qtquick2/qquicktextinput/data/masks.qml with 100% similarity]
tests/auto/quick/qquicktextinput/data/maxLength.qml [moved from tests/auto/qtquick2/qquicktextinput/data/maxLength.qml with 100% similarity]
tests/auto/quick/qquicktextinput/data/mouseselection_true.qml [moved from tests/auto/qtquick2/qquicktextinput/data/mouseselection_true.qml with 100% similarity]
tests/auto/quick/qquicktextinput/data/mouseselectionmode_characters.qml [moved from tests/auto/qtquick2/qquicktextinput/data/mouseselectionmode_characters.qml with 100% similarity]
tests/auto/quick/qquicktextinput/data/mouseselectionmode_default.qml [moved from tests/auto/qtquick2/qquicktextinput/data/mouseselectionmode_default.qml with 100% similarity]
tests/auto/quick/qquicktextinput/data/mouseselectionmode_words.qml [moved from tests/auto/qtquick2/qquicktextinput/data/mouseselectionmode_words.qml with 100% similarity]
tests/auto/quick/qquicktextinput/data/navigation.qml [moved from tests/auto/qtquick2/qquicktextinput/data/navigation.qml with 100% similarity]
tests/auto/quick/qquicktextinput/data/negativeDimensions.qml [moved from tests/auto/qtquick2/qquicktextinput/data/negativeDimensions.qml with 100% similarity]
tests/auto/quick/qquicktextinput/data/openInputPanel.qml [moved from tests/auto/qtquick2/qquicktextinput/data/openInputPanel.qml with 100% similarity]
tests/auto/quick/qquicktextinput/data/persistentSelection.qml [moved from tests/auto/qtquick2/qquicktextinput/data/persistentSelection.qml with 100% similarity]
tests/auto/quick/qquicktextinput/data/positionAt.qml [moved from tests/auto/qtquick2/qquicktextinput/data/positionAt.qml with 100% similarity]
tests/auto/quick/qquicktextinput/data/preeditAutoScroll.qml [moved from tests/auto/qtquick2/qquicktextinput/data/preeditAutoScroll.qml with 100% similarity]
tests/auto/quick/qquicktextinput/data/qtbug-19956double.qml [moved from tests/auto/qtquick2/qquicktextinput/data/qtbug-19956double.qml with 100% similarity]
tests/auto/quick/qquicktextinput/data/qtbug-19956int.qml [moved from tests/auto/qtquick2/qquicktextinput/data/qtbug-19956int.qml with 100% similarity]
tests/auto/quick/qquicktextinput/data/qtbug-19956regexp.qml [moved from tests/auto/qtquick2/qquicktextinput/data/qtbug-19956regexp.qml with 100% similarity]
tests/auto/quick/qquicktextinput/data/readOnly.qml [moved from tests/auto/qtquick2/qquicktextinput/data/readOnly.qml with 100% similarity]
tests/auto/quick/qquicktextinput/data/validators.qml [moved from tests/auto/qtquick2/qquicktextinput/data/validators.qml with 100% similarity]
tests/auto/quick/qquicktextinput/qquicktextinput.pro [new file with mode: 0644]
tests/auto/quick/qquicktextinput/tst_qquicktextinput.cpp [new file with mode: 0644]
tests/auto/quick/qquicktimer/qquicktimer.pro [new file with mode: 0644]
tests/auto/quick/qquicktimer/tst_qquicktimer.cpp [new file with mode: 0644]
tests/auto/quick/qquickview/data/error1.qml [moved from tests/auto/qtquick2/qquickview/data/error1.qml with 100% similarity]
tests/auto/quick/qquickview/data/resizemodeitem.qml [moved from tests/auto/qtquick2/qquickview/data/resizemodeitem.qml with 100% similarity]
tests/auto/quick/qquickview/qquickview.pro [new file with mode: 0644]
tests/auto/quick/qquickview/tst_qquickview.cpp [new file with mode: 0644]
tests/auto/quick/qquickvisualdatamodel/data/create.qml [moved from tests/auto/qtquick2/qquickvisualdatamodel/data/create.qml with 100% similarity]
tests/auto/quick/qquickvisualdatamodel/data/datalist-package.qml [moved from tests/auto/qtquick2/qquickvisualdatamodel/data/datalist-package.qml with 100% similarity]
tests/auto/quick/qquickvisualdatamodel/data/datalist.qml [moved from tests/auto/qtquick2/qquickvisualdatamodel/data/datalist.qml with 100% similarity]
tests/auto/quick/qquickvisualdatamodel/data/groups-invalid.qml [moved from tests/auto/qtquick2/qquickvisualdatamodel/data/groups-invalid.qml with 100% similarity]
tests/auto/quick/qquickvisualdatamodel/data/groups-package.qml [moved from tests/auto/qtquick2/qquickvisualdatamodel/data/groups-package.qml with 100% similarity]
tests/auto/quick/qquickvisualdatamodel/data/groups.qml [moved from tests/auto/qtquick2/qquickvisualdatamodel/data/groups.qml with 100% similarity]
tests/auto/quick/qquickvisualdatamodel/data/itemsDestroyed_listView.qml [moved from tests/auto/qtquick2/qquickvisualdatamodel/data/itemsDestroyed_listView.qml with 100% similarity]
tests/auto/quick/qquickvisualdatamodel/data/itemsDestroyed_package.qml [moved from tests/auto/qtquick2/qquickvisualdatamodel/data/itemsDestroyed_package.qml with 100% similarity]
tests/auto/quick/qquickvisualdatamodel/data/itemsDestroyed_pathView.qml [moved from tests/auto/qtquick2/qquickvisualdatamodel/data/itemsDestroyed_pathView.qml with 100% similarity]
tests/auto/quick/qquickvisualdatamodel/data/itemsDestroyed_repeater.qml [moved from tests/auto/qtquick2/qquickvisualdatamodel/data/itemsDestroyed_repeater.qml with 100% similarity]
tests/auto/quick/qquickvisualdatamodel/data/listmodelproperties-package.qml [moved from tests/auto/qtquick2/qquickvisualdatamodel/data/listmodelproperties-package.qml with 100% similarity]
tests/auto/quick/qquickvisualdatamodel/data/listmodelproperties.qml [moved from tests/auto/qtquick2/qquickvisualdatamodel/data/listmodelproperties.qml with 100% similarity]
tests/auto/quick/qquickvisualdatamodel/data/modelproperties.qml [moved from tests/auto/qtquick2/qquickvisualdatamodel/data/modelproperties.qml with 100% similarity]
tests/auto/quick/qquickvisualdatamodel/data/modelproperties2.qml [moved from tests/auto/qtquick2/qquickvisualdatamodel/data/modelproperties2.qml with 100% similarity]
tests/auto/quick/qquickvisualdatamodel/data/multipleroleproperties-package.qml [moved from tests/auto/qtquick2/qquickvisualdatamodel/data/multipleroleproperties-package.qml with 100% similarity]
tests/auto/quick/qquickvisualdatamodel/data/multipleroleproperties.qml [moved from tests/auto/qtquick2/qquickvisualdatamodel/data/multipleroleproperties.qml with 100% similarity]
tests/auto/quick/qquickvisualdatamodel/data/objectlist.qml [moved from tests/auto/qtquick2/qquickvisualdatamodel/data/objectlist.qml with 100% similarity]
tests/auto/quick/qquickvisualdatamodel/data/objectlistproperties-package.qml [moved from tests/auto/qtquick2/qquickvisualdatamodel/data/objectlistproperties-package.qml with 100% similarity]
tests/auto/quick/qquickvisualdatamodel/data/objectlistproperties.qml [moved from tests/auto/qtquick2/qquickvisualdatamodel/data/objectlistproperties.qml with 100% similarity]
tests/auto/quick/qquickvisualdatamodel/data/onChanged.qml [moved from tests/auto/qtquick2/qquickvisualdatamodel/data/onChanged.qml with 100% similarity]
tests/auto/quick/qquickvisualdatamodel/data/packageView.qml [moved from tests/auto/qtquick2/qquickvisualdatamodel/data/packageView.qml with 100% similarity]
tests/auto/quick/qquickvisualdatamodel/data/singlerole1.qml [moved from tests/auto/qtquick2/qquickvisualdatamodel/data/singlerole1.qml with 100% similarity]
tests/auto/quick/qquickvisualdatamodel/data/singlerole2.qml [moved from tests/auto/qtquick2/qquickvisualdatamodel/data/singlerole2.qml with 100% similarity]
tests/auto/quick/qquickvisualdatamodel/data/singleroleproperties-package.qml [moved from tests/auto/qtquick2/qquickvisualdatamodel/data/singleroleproperties-package.qml with 100% similarity]
tests/auto/quick/qquickvisualdatamodel/data/singleroleproperties.qml [moved from tests/auto/qtquick2/qquickvisualdatamodel/data/singleroleproperties.qml with 100% similarity]
tests/auto/quick/qquickvisualdatamodel/data/stringlistproperties-package.qml [moved from tests/auto/qtquick2/qquickvisualdatamodel/data/stringlistproperties-package.qml with 100% similarity]
tests/auto/quick/qquickvisualdatamodel/data/stringlistproperties.qml [moved from tests/auto/qtquick2/qquickvisualdatamodel/data/stringlistproperties.qml with 100% similarity]
tests/auto/quick/qquickvisualdatamodel/data/visualdatamodel.qml [moved from tests/auto/qtquick2/qquickvisualdatamodel/data/visualdatamodel.qml with 100% similarity]
tests/auto/quick/qquickvisualdatamodel/qquickvisualdatamodel.pro [new file with mode: 0644]
tests/auto/quick/qquickvisualdatamodel/tst_qquickvisualdatamodel.cpp [new file with mode: 0644]
tests/auto/quick/qquickxmllistmodel/data/empty.xml [moved from tests/auto/qtquick2/qdeclarativexmllistmodel/data/empty.xml with 100% similarity]
tests/auto/quick/qquickxmllistmodel/data/get.qml [moved from tests/auto/qtquick2/qdeclarativexmllistmodel/data/get.qml with 100% similarity]
tests/auto/quick/qquickxmllistmodel/data/model.qml [moved from tests/auto/qtquick2/qdeclarativexmllistmodel/data/model.qml with 100% similarity]
tests/auto/quick/qquickxmllistmodel/data/model.xml [moved from tests/auto/qtquick2/qdeclarativexmllistmodel/data/model.xml with 100% similarity]
tests/auto/quick/qquickxmllistmodel/data/model2.xml [moved from tests/auto/qtquick2/qdeclarativexmllistmodel/data/model2.xml with 100% similarity]
tests/auto/quick/qquickxmllistmodel/data/propertychanges.qml [moved from tests/auto/qtquick2/qdeclarativexmllistmodel/data/propertychanges.qml with 100% similarity]
tests/auto/quick/qquickxmllistmodel/data/recipes.qml [moved from tests/auto/qtquick2/qdeclarativexmllistmodel/data/recipes.qml with 100% similarity]
tests/auto/quick/qquickxmllistmodel/data/recipes.xml [moved from tests/auto/qtquick2/qdeclarativexmllistmodel/data/recipes.xml with 100% similarity]
tests/auto/quick/qquickxmllistmodel/data/roleCrash.qml [moved from tests/auto/qtquick2/qdeclarativexmllistmodel/data/roleCrash.qml with 100% similarity]
tests/auto/quick/qquickxmllistmodel/data/roleErrors.qml [moved from tests/auto/qtquick2/qdeclarativexmllistmodel/data/roleErrors.qml with 100% similarity]
tests/auto/quick/qquickxmllistmodel/data/roleKeys.qml [moved from tests/auto/qtquick2/qdeclarativexmllistmodel/data/roleKeys.qml with 100% similarity]
tests/auto/quick/qquickxmllistmodel/data/testtypes.qml [moved from tests/auto/qtquick2/qdeclarativexmllistmodel/data/testtypes.qml with 100% similarity]
tests/auto/quick/qquickxmllistmodel/data/unique.qml [moved from tests/auto/qtquick2/qdeclarativexmllistmodel/data/unique.qml with 100% similarity]
tests/auto/quick/qquickxmllistmodel/qquickxmllistmodel.pro [new file with mode: 0644]
tests/auto/quick/qquickxmllistmodel/tst_qquickxmllistmodel.cpp [new file with mode: 0644]
tests/auto/quick/quick.pro [new file with mode: 0644]
tests/auto/quick/rendernode/data/MessUpState.qml [moved from tests/auto/qtquick2/rendernode/data/MessUpState.qml with 100% similarity]
tests/auto/quick/rendernode/data/RenderOrder.qml [moved from tests/auto/qtquick2/rendernode/data/RenderOrder.qml with 100% similarity]
tests/auto/quick/rendernode/rendernode.pro [new file with mode: 0644]
tests/auto/quick/rendernode/tst_rendernode.cpp [new file with mode: 0644]
tests/auto/quick/shared/util.pri [new file with mode: 0644]
tests/auto/quick/shared/viewtestutil.cpp [new file with mode: 0644]
tests/auto/quick/shared/viewtestutil.h [new file with mode: 0644]
tests/auto/quick/shared/visualtestutil.cpp [moved from tests/auto/qtquick2/shared/visualtestutil.cpp with 100% similarity]
tests/auto/quick/shared/visualtestutil.h [new file with mode: 0644]
tests/auto/shared/util.cpp
tests/auto/shared/util.h
tests/auto/shared/util.pri
tests/benchmarks/declarative/animation/animation.pro [deleted file]
tests/benchmarks/declarative/animation/tst_animation.cpp [deleted file]
tests/benchmarks/declarative/binding/binding.pro [deleted file]
tests/benchmarks/declarative/binding/testtypes.h [deleted file]
tests/benchmarks/declarative/binding/tst_binding.cpp [deleted file]
tests/benchmarks/declarative/compilation/compilation.pro [deleted file]
tests/benchmarks/declarative/compilation/data/BoomBlock.qml [deleted file]
tests/benchmarks/declarative/compilation/tst_compilation.cpp [deleted file]
tests/benchmarks/declarative/creation/creation.pro [deleted file]
tests/benchmarks/declarative/creation/data/item.qml [deleted file]
tests/benchmarks/declarative/creation/data/qobject.qml [deleted file]
tests/benchmarks/declarative/creation/tst_creation.cpp [deleted file]
tests/benchmarks/declarative/declarative.pro [deleted file]
tests/benchmarks/declarative/holistic/holistic.pro [deleted file]
tests/benchmarks/declarative/holistic/testtypes.cpp [deleted file]
tests/benchmarks/declarative/holistic/testtypes.h [deleted file]
tests/benchmarks/declarative/holistic/tst_holistic.cpp [deleted file]
tests/benchmarks/declarative/javascript/javascript.pro [deleted file]
tests/benchmarks/declarative/javascript/testtypes.cpp [deleted file]
tests/benchmarks/declarative/javascript/tst_javascript.cpp [deleted file]
tests/benchmarks/declarative/js/qjsengine/qjsengine.pro [deleted file]
tests/benchmarks/declarative/js/qjsengine/tst_qjsengine.cpp [deleted file]
tests/benchmarks/declarative/js/qjsvalue/qjsvalue.pro [deleted file]
tests/benchmarks/declarative/js/qjsvalue/tst_qjsvalue.cpp [deleted file]
tests/benchmarks/declarative/js/qjsvalueiterator/qjsvalueiterator.pro [deleted file]
tests/benchmarks/declarative/js/qjsvalueiterator/tst_qjsvalueiterator.cpp [deleted file]
tests/benchmarks/declarative/pointers/pointers.pro [deleted file]
tests/benchmarks/declarative/pointers/tst_pointers.cpp [deleted file]
tests/benchmarks/declarative/qdeclarativecomponent/data/myqmlobject.qml [deleted file]
tests/benchmarks/declarative/qdeclarativecomponent/data/myqmlobject_binding.qml [deleted file]
tests/benchmarks/declarative/qdeclarativecomponent/data/object.qml [deleted file]
tests/benchmarks/declarative/qdeclarativecomponent/data/object_id.qml [deleted file]
tests/benchmarks/declarative/qdeclarativecomponent/data/samegame/BoomBlock.qml [deleted file]
tests/benchmarks/declarative/qdeclarativecomponent/data/synthesized_properties.2.qml [deleted file]
tests/benchmarks/declarative/qdeclarativecomponent/data/synthesized_properties.qml [deleted file]
tests/benchmarks/declarative/qdeclarativecomponent/qdeclarativecomponent.pro [deleted file]
tests/benchmarks/declarative/qdeclarativecomponent/testtypes.h [deleted file]
tests/benchmarks/declarative/qdeclarativecomponent/tst_qdeclarativecomponent.cpp [deleted file]
tests/benchmarks/declarative/qdeclarativedebugtrace/qdeclarativedebugtrace.pro [deleted file]
tests/benchmarks/declarative/qdeclarativedebugtrace/tst_qdeclarativedebugtrace.cpp [deleted file]
tests/benchmarks/declarative/qdeclarativeimage/qdeclarativeimage.pro [deleted file]
tests/benchmarks/declarative/qdeclarativeimage/tst_qdeclarativeimage.cpp [deleted file]
tests/benchmarks/declarative/qdeclarativemetaproperty/data/object.qml [deleted file]
tests/benchmarks/declarative/qdeclarativemetaproperty/data/synthesized_object.qml [deleted file]
tests/benchmarks/declarative/qdeclarativemetaproperty/qdeclarativemetaproperty.pro [deleted file]
tests/benchmarks/declarative/qdeclarativemetaproperty/tst_qdeclarativemetaproperty.cpp [deleted file]
tests/benchmarks/declarative/qmltime/example.qml [deleted file]
tests/benchmarks/declarative/qmltime/qmltime.cpp [deleted file]
tests/benchmarks/declarative/qmltime/qmltime.pro [deleted file]
tests/benchmarks/declarative/qmltime/tests/anchors/empty.qml [deleted file]
tests/benchmarks/declarative/qmltime/tests/anchors/fill.qml [deleted file]
tests/benchmarks/declarative/qmltime/tests/anchors/null.qml [deleted file]
tests/benchmarks/declarative/qmltime/tests/animation/large.qml [deleted file]
tests/benchmarks/declarative/qmltime/tests/animation/largeNoProps.qml [deleted file]
tests/benchmarks/declarative/qmltime/tests/item_creation/children.qml [deleted file]
tests/benchmarks/declarative/qmltime/tests/item_creation/data.qml [deleted file]
tests/benchmarks/declarative/qmltime/tests/item_creation/no_creation.qml [deleted file]
tests/benchmarks/declarative/qmltime/tests/item_creation/resources.qml [deleted file]
tests/benchmarks/declarative/qmltime/tests/loader/Loaded.qml [deleted file]
tests/benchmarks/declarative/qmltime/tests/loader/component_loader.qml [deleted file]
tests/benchmarks/declarative/qmltime/tests/loader/empty_loader.qml [deleted file]
tests/benchmarks/declarative/qmltime/tests/loader/no_loader.qml [deleted file]
tests/benchmarks/declarative/qmltime/tests/loader/source_loader.qml [deleted file]
tests/benchmarks/declarative/qmltime/tests/positioner_creation/no_positioner.qml [deleted file]
tests/benchmarks/declarative/qmltime/tests/positioner_creation/null_positioner.qml [deleted file]
tests/benchmarks/declarative/qmltime/tests/positioner_creation/positioner.qml [deleted file]
tests/benchmarks/declarative/qmltime/tests/vmemetaobject/null.qml [deleted file]
tests/benchmarks/declarative/qmltime/tests/vmemetaobject/property.qml [deleted file]
tests/benchmarks/declarative/script/data/CustomObject.qml [deleted file]
tests/benchmarks/declarative/script/data/block.qml [deleted file]
tests/benchmarks/declarative/script/data/signal_args.qml [deleted file]
tests/benchmarks/declarative/script/data/signal_qml.qml [deleted file]
tests/benchmarks/declarative/script/data/signal_unconnected.qml [deleted file]
tests/benchmarks/declarative/script/data/signal_unusedArgs.qml [deleted file]
tests/benchmarks/declarative/script/data/slot_complex.qml [deleted file]
tests/benchmarks/declarative/script/data/slot_complex_js.qml [deleted file]
tests/benchmarks/declarative/script/data/slot_simple.qml [deleted file]
tests/benchmarks/declarative/script/data/slot_simple_js.qml [deleted file]
tests/benchmarks/declarative/script/script.pro [deleted file]
tests/benchmarks/declarative/script/tst_script.cpp [deleted file]
tests/benchmarks/declarative/typeimports/data/QmlTestType1.qml [deleted file]
tests/benchmarks/declarative/typeimports/data/QmlTestType2.qml [deleted file]
tests/benchmarks/declarative/typeimports/data/QmlTestType3.qml [deleted file]
tests/benchmarks/declarative/typeimports/data/QmlTestType4.qml [deleted file]
tests/benchmarks/declarative/typeimports/data/cpp.qml [deleted file]
tests/benchmarks/declarative/typeimports/data/qml.qml [deleted file]
tests/benchmarks/declarative/typeimports/tst_typeimports.cpp [deleted file]
tests/benchmarks/declarative/typeimports/typeimports.pro [deleted file]
tests/benchmarks/particles/affectors/affectors.pro
tests/benchmarks/particles/emission/emission.pro
tests/benchmarks/qml/animation/animation.pro [new file with mode: 0644]
tests/benchmarks/qml/animation/data/animation.qml [moved from tests/benchmarks/declarative/animation/data/animation.qml with 100% similarity]
tests/benchmarks/qml/animation/tst_animation.cpp [new file with mode: 0644]
tests/benchmarks/qml/binding/binding.pro [new file with mode: 0644]
tests/benchmarks/qml/binding/data/creation.txt [moved from tests/benchmarks/declarative/binding/data/creation.txt with 100% similarity]
tests/benchmarks/qml/binding/data/idproperty.txt [moved from tests/benchmarks/declarative/binding/data/idproperty.txt with 100% similarity]
tests/benchmarks/qml/binding/data/localproperty.txt [moved from tests/benchmarks/declarative/binding/data/localproperty.txt with 100% similarity]
tests/benchmarks/qml/binding/data/objectproperty.txt [moved from tests/benchmarks/declarative/binding/data/objectproperty.txt with 100% similarity]
tests/benchmarks/qml/binding/testtypes.cpp [moved from tests/benchmarks/declarative/binding/testtypes.cpp with 100% similarity]
tests/benchmarks/qml/binding/testtypes.h [new file with mode: 0644]
tests/benchmarks/qml/binding/tst_binding.cpp [new file with mode: 0644]
tests/benchmarks/qml/compilation/compilation.pro [new file with mode: 0644]
tests/benchmarks/qml/compilation/data/BoomBlock.qml [new file with mode: 0644]
tests/benchmarks/qml/compilation/tst_compilation.cpp [new file with mode: 0644]
tests/benchmarks/qml/creation/creation.pro [new file with mode: 0644]
tests/benchmarks/qml/creation/data/item.qml [new file with mode: 0644]
tests/benchmarks/qml/creation/data/qobject.qml [new file with mode: 0644]
tests/benchmarks/qml/creation/tst_creation.cpp [new file with mode: 0644]
tests/benchmarks/qml/holistic/data/dynamicTargets/DynamicFour.qml [moved from tests/benchmarks/declarative/holistic/data/dynamicTargets/DynamicFour.qml with 100% similarity]
tests/benchmarks/qml/holistic/data/dynamicTargets/DynamicOne.qml [moved from tests/benchmarks/declarative/holistic/data/dynamicTargets/DynamicOne.qml with 100% similarity]
tests/benchmarks/qml/holistic/data/dynamicTargets/DynamicThree.qml [moved from tests/benchmarks/declarative/holistic/data/dynamicTargets/DynamicThree.qml with 100% similarity]
tests/benchmarks/qml/holistic/data/dynamicTargets/DynamicTwo.qml [moved from tests/benchmarks/declarative/holistic/data/dynamicTargets/DynamicTwo.qml with 100% similarity]
tests/benchmarks/qml/holistic/data/jsImports/Mlbsi.qml [moved from tests/benchmarks/declarative/holistic/data/jsImports/Mlbsi.qml with 100% similarity]
tests/benchmarks/qml/holistic/data/jsImports/Mldsi.qml [moved from tests/benchmarks/declarative/holistic/data/jsImports/Mldsi.qml with 100% similarity]
tests/benchmarks/qml/holistic/data/jsImports/Mlsi.qml [moved from tests/benchmarks/declarative/holistic/data/jsImports/Mlsi.qml with 100% similarity]
tests/benchmarks/qml/holistic/data/jsImports/ModuleBm.qml [moved from tests/benchmarks/declarative/holistic/data/jsImports/ModuleBm.qml with 100% similarity]
tests/benchmarks/qml/holistic/data/jsImports/Msbsi.qml [moved from tests/benchmarks/declarative/holistic/data/jsImports/Msbsi.qml with 100% similarity]
tests/benchmarks/qml/holistic/data/jsImports/Msdsi.qml [moved from tests/benchmarks/declarative/holistic/data/jsImports/Msdsi.qml with 100% similarity]
tests/benchmarks/qml/holistic/data/jsImports/Mssi.qml [moved from tests/benchmarks/declarative/holistic/data/jsImports/Mssi.qml with 100% similarity]
tests/benchmarks/qml/holistic/data/jsImports/PragmaBm.qml [moved from tests/benchmarks/declarative/holistic/data/jsImports/PragmaBm.qml with 100% similarity]
tests/benchmarks/qml/holistic/data/jsImports/PragmaModuleBm.qml [moved from tests/benchmarks/declarative/holistic/data/jsImports/PragmaModuleBm.qml with 100% similarity]
tests/benchmarks/qml/holistic/data/jsImports/Slsi.qml [moved from tests/benchmarks/declarative/holistic/data/jsImports/Slsi.qml with 100% similarity]
tests/benchmarks/qml/holistic/data/jsImports/Sssi.qml [moved from tests/benchmarks/declarative/holistic/data/jsImports/Sssi.qml with 100% similarity]
tests/benchmarks/qml/holistic/data/jsImports/mlbsi.js [moved from tests/benchmarks/declarative/holistic/data/jsImports/mlbsi.js with 100% similarity]
tests/benchmarks/qml/holistic/data/jsImports/mlbsi1.js [moved from tests/benchmarks/declarative/holistic/data/jsImports/mlbsi1.js with 100% similarity]
tests/benchmarks/qml/holistic/data/jsImports/mlbsi10.js [moved from tests/benchmarks/declarative/holistic/data/jsImports/mlbsi10.js with 100% similarity]
tests/benchmarks/qml/holistic/data/jsImports/mlbsi11.js [moved from tests/benchmarks/declarative/holistic/data/jsImports/mlbsi11.js with 100% similarity]
tests/benchmarks/qml/holistic/data/jsImports/mlbsi12.js [moved from tests/benchmarks/declarative/holistic/data/jsImports/mlbsi12.js with 100% similarity]
tests/benchmarks/qml/holistic/data/jsImports/mlbsi13.js [moved from tests/benchmarks/declarative/holistic/data/jsImports/mlbsi13.js with 100% similarity]
tests/benchmarks/qml/holistic/data/jsImports/mlbsi14.js [moved from tests/benchmarks/declarative/holistic/data/jsImports/mlbsi14.js with 100% similarity]
tests/benchmarks/qml/holistic/data/jsImports/mlbsi15.js [moved from tests/benchmarks/declarative/holistic/data/jsImports/mlbsi15.js with 100% similarity]
tests/benchmarks/qml/holistic/data/jsImports/mlbsi2.js [moved from tests/benchmarks/declarative/holistic/data/jsImports/mlbsi2.js with 100% similarity]
tests/benchmarks/qml/holistic/data/jsImports/mlbsi3.js [moved from tests/benchmarks/declarative/holistic/data/jsImports/mlbsi3.js with 100% similarity]
tests/benchmarks/qml/holistic/data/jsImports/mlbsi4.js [moved from tests/benchmarks/declarative/holistic/data/jsImports/mlbsi4.js with 100% similarity]
tests/benchmarks/qml/holistic/data/jsImports/mlbsi5.js [moved from tests/benchmarks/declarative/holistic/data/jsImports/mlbsi5.js with 100% similarity]
tests/benchmarks/qml/holistic/data/jsImports/mlbsi6.js [moved from tests/benchmarks/declarative/holistic/data/jsImports/mlbsi6.js with 100% similarity]
tests/benchmarks/qml/holistic/data/jsImports/mlbsi7.js [moved from tests/benchmarks/declarative/holistic/data/jsImports/mlbsi7.js with 100% similarity]
tests/benchmarks/qml/holistic/data/jsImports/mlbsi8.js [moved from tests/benchmarks/declarative/holistic/data/jsImports/mlbsi8.js with 100% similarity]
tests/benchmarks/qml/holistic/data/jsImports/mlbsi9.js [moved from tests/benchmarks/declarative/holistic/data/jsImports/mlbsi9.js with 100% similarity]
tests/benchmarks/qml/holistic/data/jsImports/mldsi.js [moved from tests/benchmarks/declarative/holistic/data/jsImports/mldsi.js with 100% similarity]
tests/benchmarks/qml/holistic/data/jsImports/mldsi1.js [moved from tests/benchmarks/declarative/holistic/data/jsImports/mldsi1.js with 100% similarity]
tests/benchmarks/qml/holistic/data/jsImports/mldsi10.js [moved from tests/benchmarks/declarative/holistic/data/jsImports/mldsi10.js with 100% similarity]
tests/benchmarks/qml/holistic/data/jsImports/mldsi11.js [moved from tests/benchmarks/declarative/holistic/data/jsImports/mldsi11.js with 100% similarity]
tests/benchmarks/qml/holistic/data/jsImports/mldsi12.js [moved from tests/benchmarks/declarative/holistic/data/jsImports/mldsi12.js with 100% similarity]
tests/benchmarks/qml/holistic/data/jsImports/mldsi13.js [moved from tests/benchmarks/declarative/holistic/data/jsImports/mldsi13.js with 100% similarity]
tests/benchmarks/qml/holistic/data/jsImports/mldsi14.js [moved from tests/benchmarks/declarative/holistic/data/jsImports/mldsi14.js with 100% similarity]
tests/benchmarks/qml/holistic/data/jsImports/mldsi15.js [moved from tests/benchmarks/declarative/holistic/data/jsImports/mldsi15.js with 100% similarity]
tests/benchmarks/qml/holistic/data/jsImports/mldsi2.js [moved from tests/benchmarks/declarative/holistic/data/jsImports/mldsi2.js with 100% similarity]
tests/benchmarks/qml/holistic/data/jsImports/mldsi3.js [moved from tests/benchmarks/declarative/holistic/data/jsImports/mldsi3.js with 100% similarity]
tests/benchmarks/qml/holistic/data/jsImports/mldsi4.js [moved from tests/benchmarks/declarative/holistic/data/jsImports/mldsi4.js with 100% similarity]
tests/benchmarks/qml/holistic/data/jsImports/mldsi5.js [moved from tests/benchmarks/declarative/holistic/data/jsImports/mldsi5.js with 100% similarity]
tests/benchmarks/qml/holistic/data/jsImports/mldsi6.js [moved from tests/benchmarks/declarative/holistic/data/jsImports/mldsi6.js with 100% similarity]
tests/benchmarks/qml/holistic/data/jsImports/mldsi7.js [moved from tests/benchmarks/declarative/holistic/data/jsImports/mldsi7.js with 100% similarity]
tests/benchmarks/qml/holistic/data/jsImports/mldsi8.js [moved from tests/benchmarks/declarative/holistic/data/jsImports/mldsi8.js with 100% similarity]
tests/benchmarks/qml/holistic/data/jsImports/mldsi9.js [moved from tests/benchmarks/declarative/holistic/data/jsImports/mldsi9.js with 100% similarity]
tests/benchmarks/qml/holistic/data/jsImports/mlsi.js [moved from tests/benchmarks/declarative/holistic/data/jsImports/mlsi.js with 100% similarity]
tests/benchmarks/qml/holistic/data/jsImports/moduleBm.js [moved from tests/benchmarks/declarative/holistic/data/jsImports/moduleBm.js with 100% similarity]
tests/benchmarks/qml/holistic/data/jsImports/msbsi.js [moved from tests/benchmarks/declarative/holistic/data/jsImports/msbsi.js with 100% similarity]
tests/benchmarks/qml/holistic/data/jsImports/msbsi1.js [moved from tests/benchmarks/declarative/holistic/data/jsImports/msbsi1.js with 100% similarity]
tests/benchmarks/qml/holistic/data/jsImports/msbsi10.js [moved from tests/benchmarks/declarative/holistic/data/jsImports/msbsi10.js with 100% similarity]
tests/benchmarks/qml/holistic/data/jsImports/msbsi11.js [moved from tests/benchmarks/declarative/holistic/data/jsImports/msbsi11.js with 100% similarity]
tests/benchmarks/qml/holistic/data/jsImports/msbsi12.js [moved from tests/benchmarks/declarative/holistic/data/jsImports/msbsi12.js with 100% similarity]
tests/benchmarks/qml/holistic/data/jsImports/msbsi13.js [moved from tests/benchmarks/declarative/holistic/data/jsImports/msbsi13.js with 100% similarity]
tests/benchmarks/qml/holistic/data/jsImports/msbsi14.js [moved from tests/benchmarks/declarative/holistic/data/jsImports/msbsi14.js with 100% similarity]
tests/benchmarks/qml/holistic/data/jsImports/msbsi15.js [moved from tests/benchmarks/declarative/holistic/data/jsImports/msbsi15.js with 100% similarity]
tests/benchmarks/qml/holistic/data/jsImports/msbsi2.js [moved from tests/benchmarks/declarative/holistic/data/jsImports/msbsi2.js with 100% similarity]
tests/benchmarks/qml/holistic/data/jsImports/msbsi3.js [moved from tests/benchmarks/declarative/holistic/data/jsImports/msbsi3.js with 100% similarity]
tests/benchmarks/qml/holistic/data/jsImports/msbsi4.js [moved from tests/benchmarks/declarative/holistic/data/jsImports/msbsi4.js with 100% similarity]
tests/benchmarks/qml/holistic/data/jsImports/msbsi5.js [moved from tests/benchmarks/declarative/holistic/data/jsImports/msbsi5.js with 100% similarity]
tests/benchmarks/qml/holistic/data/jsImports/msbsi6.js [moved from tests/benchmarks/declarative/holistic/data/jsImports/msbsi6.js with 100% similarity]
tests/benchmarks/qml/holistic/data/jsImports/msbsi7.js [moved from tests/benchmarks/declarative/holistic/data/jsImports/msbsi7.js with 100% similarity]
tests/benchmarks/qml/holistic/data/jsImports/msbsi8.js [moved from tests/benchmarks/declarative/holistic/data/jsImports/msbsi8.js with 100% similarity]
tests/benchmarks/qml/holistic/data/jsImports/msbsi9.js [moved from tests/benchmarks/declarative/holistic/data/jsImports/msbsi9.js with 100% similarity]
tests/benchmarks/qml/holistic/data/jsImports/msdsi.js [moved from tests/benchmarks/declarative/holistic/data/jsImports/msdsi.js with 100% similarity]
tests/benchmarks/qml/holistic/data/jsImports/msdsi1.js [moved from tests/benchmarks/declarative/holistic/data/jsImports/msdsi1.js with 100% similarity]
tests/benchmarks/qml/holistic/data/jsImports/msdsi10.js [moved from tests/benchmarks/declarative/holistic/data/jsImports/msdsi10.js with 100% similarity]
tests/benchmarks/qml/holistic/data/jsImports/msdsi11.js [moved from tests/benchmarks/declarative/holistic/data/jsImports/msdsi11.js with 100% similarity]
tests/benchmarks/qml/holistic/data/jsImports/msdsi12.js [moved from tests/benchmarks/declarative/holistic/data/jsImports/msdsi12.js with 100% similarity]
tests/benchmarks/qml/holistic/data/jsImports/msdsi13.js [moved from tests/benchmarks/declarative/holistic/data/jsImports/msdsi13.js with 100% similarity]
tests/benchmarks/qml/holistic/data/jsImports/msdsi14.js [moved from tests/benchmarks/declarative/holistic/data/jsImports/msdsi14.js with 100% similarity]
tests/benchmarks/qml/holistic/data/jsImports/msdsi15.js [moved from tests/benchmarks/declarative/holistic/data/jsImports/msdsi15.js with 100% similarity]
tests/benchmarks/qml/holistic/data/jsImports/msdsi2.js [moved from tests/benchmarks/declarative/holistic/data/jsImports/msdsi2.js with 100% similarity]
tests/benchmarks/qml/holistic/data/jsImports/msdsi3.js [moved from tests/benchmarks/declarative/holistic/data/jsImports/msdsi3.js with 100% similarity]
tests/benchmarks/qml/holistic/data/jsImports/msdsi4.js [moved from tests/benchmarks/declarative/holistic/data/jsImports/msdsi4.js with 100% similarity]
tests/benchmarks/qml/holistic/data/jsImports/msdsi5.js [moved from tests/benchmarks/declarative/holistic/data/jsImports/msdsi5.js with 100% similarity]
tests/benchmarks/qml/holistic/data/jsImports/msdsi6.js [moved from tests/benchmarks/declarative/holistic/data/jsImports/msdsi6.js with 100% similarity]
tests/benchmarks/qml/holistic/data/jsImports/msdsi7.js [moved from tests/benchmarks/declarative/holistic/data/jsImports/msdsi7.js with 100% similarity]
tests/benchmarks/qml/holistic/data/jsImports/msdsi8.js [moved from tests/benchmarks/declarative/holistic/data/jsImports/msdsi8.js with 100% similarity]
tests/benchmarks/qml/holistic/data/jsImports/msdsi9.js [moved from tests/benchmarks/declarative/holistic/data/jsImports/msdsi9.js with 100% similarity]
tests/benchmarks/qml/holistic/data/jsImports/mssi.js [moved from tests/benchmarks/declarative/holistic/data/jsImports/mssi.js with 100% similarity]
tests/benchmarks/qml/holistic/data/jsImports/pragmaBmOne.js [moved from tests/benchmarks/declarative/holistic/data/jsImports/pragmaBmOne.js with 100% similarity]
tests/benchmarks/qml/holistic/data/jsImports/pragmaBmTwo.js [moved from tests/benchmarks/declarative/holistic/data/jsImports/pragmaBmTwo.js with 100% similarity]
tests/benchmarks/qml/holistic/data/jsImports/pragmaLib.js [moved from tests/benchmarks/declarative/holistic/data/jsImports/pragmaLib.js with 100% similarity]
tests/benchmarks/qml/holistic/data/jsImports/pragmaModuleBm.js [moved from tests/benchmarks/declarative/holistic/data/jsImports/pragmaModuleBm.js with 100% similarity]
tests/benchmarks/qml/holistic/data/jsImports/slsi.js [moved from tests/benchmarks/declarative/holistic/data/jsImports/slsi.js with 100% similarity]
tests/benchmarks/qml/holistic/data/jsImports/sssi.js [moved from tests/benchmarks/declarative/holistic/data/jsImports/sssi.js with 100% similarity]
tests/benchmarks/qml/holistic/data/jsTargets/JsOne.qml [moved from tests/benchmarks/declarative/holistic/data/jsTargets/JsOne.qml with 100% similarity]
tests/benchmarks/qml/holistic/data/jsTargets/JsTwo.qml [moved from tests/benchmarks/declarative/holistic/data/jsTargets/JsTwo.qml with 100% similarity]
tests/benchmarks/qml/holistic/data/largeTargets/gridview-example.qml [moved from tests/benchmarks/declarative/holistic/data/largeTargets/gridview-example.qml with 100% similarity]
tests/benchmarks/qml/holistic/data/largeTargets/layoutdirection.qml [moved from tests/benchmarks/declarative/holistic/data/largeTargets/layoutdirection.qml with 100% similarity]
tests/benchmarks/qml/holistic/data/largeTargets/mousearea-example.qml [moved from tests/benchmarks/declarative/holistic/data/largeTargets/mousearea-example.qml with 100% similarity]
tests/benchmarks/qml/holistic/data/resolutionTargets/ResolveOne.qml [moved from tests/benchmarks/declarative/holistic/data/resolutionTargets/ResolveOne.qml with 100% similarity]
tests/benchmarks/qml/holistic/data/scopeSwitching/CppToJs.qml [moved from tests/benchmarks/declarative/holistic/data/scopeSwitching/CppToJs.qml with 100% similarity]
tests/benchmarks/qml/holistic/data/scopeSwitching/CppToQml.qml [moved from tests/benchmarks/declarative/holistic/data/scopeSwitching/CppToQml.qml with 100% similarity]
tests/benchmarks/qml/holistic/data/scopeSwitching/JsToCppEight.qml [moved from tests/benchmarks/declarative/holistic/data/scopeSwitching/JsToCppEight.qml with 100% similarity]
tests/benchmarks/qml/holistic/data/scopeSwitching/JsToCppEleven.qml [moved from tests/benchmarks/declarative/holistic/data/scopeSwitching/JsToCppEleven.qml with 100% similarity]
tests/benchmarks/qml/holistic/data/scopeSwitching/JsToCppFive.qml [moved from tests/benchmarks/declarative/holistic/data/scopeSwitching/JsToCppFive.qml with 100% similarity]
tests/benchmarks/qml/holistic/data/scopeSwitching/JsToCppFour.qml [moved from tests/benchmarks/declarative/holistic/data/scopeSwitching/JsToCppFour.qml with 100% similarity]
tests/benchmarks/qml/holistic/data/scopeSwitching/JsToCppNine.qml [moved from tests/benchmarks/declarative/holistic/data/scopeSwitching/JsToCppNine.qml with 100% similarity]
tests/benchmarks/qml/holistic/data/scopeSwitching/JsToCppOne.qml [moved from tests/benchmarks/declarative/holistic/data/scopeSwitching/JsToCppOne.qml with 100% similarity]
tests/benchmarks/qml/holistic/data/scopeSwitching/JsToCppSeven.qml [moved from tests/benchmarks/declarative/holistic/data/scopeSwitching/JsToCppSeven.qml with 100% similarity]
tests/benchmarks/qml/holistic/data/scopeSwitching/JsToCppSix.qml [moved from tests/benchmarks/declarative/holistic/data/scopeSwitching/JsToCppSix.qml with 100% similarity]
tests/benchmarks/qml/holistic/data/scopeSwitching/JsToCppTen.qml [moved from tests/benchmarks/declarative/holistic/data/scopeSwitching/JsToCppTen.qml with 100% similarity]
tests/benchmarks/qml/holistic/data/scopeSwitching/JsToCppThree.qml [moved from tests/benchmarks/declarative/holistic/data/scopeSwitching/JsToCppThree.qml with 100% similarity]
tests/benchmarks/qml/holistic/data/scopeSwitching/JsToCppTwo.qml [moved from tests/benchmarks/declarative/holistic/data/scopeSwitching/JsToCppTwo.qml with 100% similarity]
tests/benchmarks/qml/holistic/data/scopeSwitching/ScarceOne.qml [moved from tests/benchmarks/declarative/holistic/data/scopeSwitching/ScarceOne.qml with 100% similarity]
tests/benchmarks/qml/holistic/data/scopeSwitching/ScarceTwo.qml [moved from tests/benchmarks/declarative/holistic/data/scopeSwitching/ScarceTwo.qml with 100% similarity]
tests/benchmarks/qml/holistic/data/scopeSwitching/cppToJs.js [moved from tests/benchmarks/declarative/holistic/data/scopeSwitching/cppToJs.js with 100% similarity]
tests/benchmarks/qml/holistic/data/smallTargets/SmallFour.qml [moved from tests/benchmarks/declarative/holistic/data/smallTargets/SmallFour.qml with 100% similarity]
tests/benchmarks/qml/holistic/data/smallTargets/SmallOne.qml [moved from tests/benchmarks/declarative/holistic/data/smallTargets/SmallOne.qml with 100% similarity]
tests/benchmarks/qml/holistic/data/smallTargets/SmallThree.qml [moved from tests/benchmarks/declarative/holistic/data/smallTargets/SmallThree.qml with 100% similarity]
tests/benchmarks/qml/holistic/data/smallTargets/SmallTwo.qml [moved from tests/benchmarks/declarative/holistic/data/smallTargets/SmallTwo.qml with 100% similarity]
tests/benchmarks/qml/holistic/holistic.pro [new file with mode: 0644]
tests/benchmarks/qml/holistic/testtypes.cpp [new file with mode: 0644]
tests/benchmarks/qml/holistic/testtypes.h [new file with mode: 0644]
tests/benchmarks/qml/holistic/tst_holistic.cpp [new file with mode: 0644]
tests/benchmarks/qml/javascript/data/NestedIdObject.qml [moved from tests/benchmarks/declarative/javascript/data/NestedIdObject.qml with 100% similarity]
tests/benchmarks/qml/javascript/data/intQObjectProperty.qml [moved from tests/benchmarks/declarative/javascript/data/intQObjectProperty.qml with 100% similarity]
tests/benchmarks/qml/javascript/data/localId.qml [moved from tests/benchmarks/declarative/javascript/data/localId.qml with 100% similarity]
tests/benchmarks/qml/javascript/data/nestedId.qml [moved from tests/benchmarks/declarative/javascript/data/nestedId.qml with 100% similarity]
tests/benchmarks/qml/javascript/data/stringQObjectProperty.qml [moved from tests/benchmarks/declarative/javascript/data/stringQObjectProperty.qml with 100% similarity]
tests/benchmarks/qml/javascript/javascript.pro [new file with mode: 0644]
tests/benchmarks/qml/javascript/testtypes.cpp [new file with mode: 0644]
tests/benchmarks/qml/javascript/testtypes.h [moved from tests/benchmarks/declarative/javascript/testtypes.h with 100% similarity]
tests/benchmarks/qml/javascript/tst_javascript.cpp [new file with mode: 0644]
tests/benchmarks/qml/js/js.pro [moved from tests/benchmarks/declarative/js/js.pro with 100% similarity]
tests/benchmarks/qml/js/qjsengine/qjsengine.pro [new file with mode: 0644]
tests/benchmarks/qml/js/qjsengine/tst_qjsengine.cpp [new file with mode: 0644]
tests/benchmarks/qml/js/qjsvalue/qjsvalue.pro [new file with mode: 0644]
tests/benchmarks/qml/js/qjsvalue/tst_qjsvalue.cpp [new file with mode: 0644]
tests/benchmarks/qml/js/qjsvalueiterator/qjsvalueiterator.pro [new file with mode: 0644]
tests/benchmarks/qml/js/qjsvalueiterator/tst_qjsvalueiterator.cpp [new file with mode: 0644]
tests/benchmarks/qml/painting/data/63x63.png [moved from tests/benchmarks/declarative/painting/data/63x63.png with 100% similarity]
tests/benchmarks/qml/painting/data/63x63_opaque.png [moved from tests/benchmarks/declarative/painting/data/63x63_opaque.png with 100% similarity]
tests/benchmarks/qml/painting/data/64x64.png [moved from tests/benchmarks/declarative/painting/data/64x64.png with 100% similarity]
tests/benchmarks/qml/painting/data/64x64_opaque.png [moved from tests/benchmarks/declarative/painting/data/64x64_opaque.png with 100% similarity]
tests/benchmarks/qml/painting/paintbenchmark.cpp [moved from tests/benchmarks/declarative/painting/paintbenchmark.cpp with 100% similarity]
tests/benchmarks/qml/painting/painting.pro [moved from tests/benchmarks/declarative/painting/painting.pro with 100% similarity]
tests/benchmarks/qml/pointers/pointers.pro [new file with mode: 0644]
tests/benchmarks/qml/pointers/tst_pointers.cpp [new file with mode: 0644]
tests/benchmarks/qml/qml.pro [new file with mode: 0644]
tests/benchmarks/qml/qmltime/example.qml [new file with mode: 0644]
tests/benchmarks/qml/qmltime/qmltime.cpp [new file with mode: 0644]
tests/benchmarks/qml/qmltime/qmltime.pro [new file with mode: 0644]
tests/benchmarks/qml/qmltime/tests/anchors/empty.qml [new file with mode: 0644]
tests/benchmarks/qml/qmltime/tests/anchors/fill.qml [new file with mode: 0644]
tests/benchmarks/qml/qmltime/tests/anchors/null.qml [new file with mode: 0644]
tests/benchmarks/qml/qmltime/tests/animation/large.qml [new file with mode: 0644]
tests/benchmarks/qml/qmltime/tests/animation/largeNoProps.qml [new file with mode: 0644]
tests/benchmarks/qml/qmltime/tests/item_creation/children.qml [new file with mode: 0644]
tests/benchmarks/qml/qmltime/tests/item_creation/data.qml [new file with mode: 0644]
tests/benchmarks/qml/qmltime/tests/item_creation/no_creation.qml [new file with mode: 0644]
tests/benchmarks/qml/qmltime/tests/item_creation/resources.qml [new file with mode: 0644]
tests/benchmarks/qml/qmltime/tests/loader/Loaded.qml [new file with mode: 0644]
tests/benchmarks/qml/qmltime/tests/loader/component_loader.qml [new file with mode: 0644]
tests/benchmarks/qml/qmltime/tests/loader/empty_loader.qml [new file with mode: 0644]
tests/benchmarks/qml/qmltime/tests/loader/no_loader.qml [new file with mode: 0644]
tests/benchmarks/qml/qmltime/tests/loader/source_loader.qml [new file with mode: 0644]
tests/benchmarks/qml/qmltime/tests/positioner_creation/no_positioner.qml [new file with mode: 0644]
tests/benchmarks/qml/qmltime/tests/positioner_creation/null_positioner.qml [new file with mode: 0644]
tests/benchmarks/qml/qmltime/tests/positioner_creation/positioner.qml [new file with mode: 0644]
tests/benchmarks/qml/qmltime/tests/vmemetaobject/null.qml [new file with mode: 0644]
tests/benchmarks/qml/qmltime/tests/vmemetaobject/property.qml [new file with mode: 0644]
tests/benchmarks/qml/qqmlcomponent/data/myqmlobject.qml [new file with mode: 0644]
tests/benchmarks/qml/qqmlcomponent/data/myqmlobject_binding.qml [new file with mode: 0644]
tests/benchmarks/qml/qqmlcomponent/data/object.qml [new file with mode: 0644]
tests/benchmarks/qml/qqmlcomponent/data/object_id.qml [new file with mode: 0644]
tests/benchmarks/qml/qqmlcomponent/data/samegame/BoomBlock.qml [new file with mode: 0644]
tests/benchmarks/qml/qqmlcomponent/data/samegame/pics/blueStone.png [moved from examples/declarative/samegame/content/pics/blueStone.png with 100% similarity]
tests/benchmarks/qml/qqmlcomponent/data/samegame/pics/greenStone.png [moved from examples/declarative/samegame/content/pics/greenStone.png with 100% similarity]
tests/benchmarks/qml/qqmlcomponent/data/samegame/pics/redStone.png [moved from examples/declarative/samegame/content/pics/redStone.png with 100% similarity]
tests/benchmarks/qml/qqmlcomponent/data/samegame/pics/yellowStone.png [moved from examples/declarative/samegame/content/pics/yellowStone.png with 100% similarity]
tests/benchmarks/qml/qqmlcomponent/data/synthesized_properties.2.qml [new file with mode: 0644]
tests/benchmarks/qml/qqmlcomponent/data/synthesized_properties.qml [new file with mode: 0644]
tests/benchmarks/qml/qqmlcomponent/qqmlcomponent.pro [new file with mode: 0644]
tests/benchmarks/qml/qqmlcomponent/testtypes.cpp [moved from tests/benchmarks/declarative/qdeclarativecomponent/testtypes.cpp with 100% similarity]
tests/benchmarks/qml/qqmlcomponent/testtypes.h [new file with mode: 0644]
tests/benchmarks/qml/qqmlcomponent/tst_qqmlcomponent.cpp [new file with mode: 0644]
tests/benchmarks/qml/qqmldebugtrace/qqmldebugtrace.pro [new file with mode: 0644]
tests/benchmarks/qml/qqmldebugtrace/tst_qqmldebugtrace.cpp [new file with mode: 0644]
tests/benchmarks/qml/qqmlimage/image.png [moved from tests/benchmarks/declarative/qdeclarativeimage/image.png with 100% similarity]
tests/benchmarks/qml/qqmlimage/qqmlimage.pro [new file with mode: 0644]
tests/benchmarks/qml/qqmlimage/tst_qqmlimage.cpp [new file with mode: 0644]
tests/benchmarks/qml/qqmlmetaproperty/data/object.qml [new file with mode: 0644]
tests/benchmarks/qml/qqmlmetaproperty/data/synthesized_object.qml [new file with mode: 0644]
tests/benchmarks/qml/qqmlmetaproperty/qqmlmetaproperty.pro [new file with mode: 0644]
tests/benchmarks/qml/qqmlmetaproperty/tst_qqmlmetaproperty.cpp [new file with mode: 0644]
tests/benchmarks/qml/script/data/CustomObject.qml [new file with mode: 0644]
tests/benchmarks/qml/script/data/block.qml [new file with mode: 0644]
tests/benchmarks/qml/script/data/enums.qml [moved from tests/benchmarks/declarative/script/data/enums.qml with 100% similarity]
tests/benchmarks/qml/script/data/global.js [moved from tests/benchmarks/declarative/script/data/global.js with 100% similarity]
tests/benchmarks/qml/script/data/global_prop.qml [moved from tests/benchmarks/declarative/script/data/global_prop.qml with 100% similarity]
tests/benchmarks/qml/script/data/namespacedEnums.qml [moved from tests/benchmarks/declarative/script/data/namespacedEnums.qml with 100% similarity]
tests/benchmarks/qml/script/data/script.js [moved from tests/benchmarks/declarative/script/data/script.js with 100% similarity]
tests/benchmarks/qml/script/data/script2.js [moved from tests/benchmarks/declarative/script/data/script2.js with 100% similarity]
tests/benchmarks/qml/script/data/scriptCall.qml [moved from tests/benchmarks/declarative/script/data/scriptCall.qml with 100% similarity]
tests/benchmarks/qml/script/data/signal_args.qml [new file with mode: 0644]
tests/benchmarks/qml/script/data/signal_qml.qml [new file with mode: 0644]
tests/benchmarks/qml/script/data/signal_unconnected.qml [new file with mode: 0644]
tests/benchmarks/qml/script/data/signal_unusedArgs.qml [new file with mode: 0644]
tests/benchmarks/qml/script/data/slot_complex.qml [new file with mode: 0644]
tests/benchmarks/qml/script/data/slot_complex_js.js [moved from tests/benchmarks/declarative/script/data/slot_complex_js.js with 100% similarity]
tests/benchmarks/qml/script/data/slot_complex_js.qml [new file with mode: 0644]
tests/benchmarks/qml/script/data/slot_simple.qml [new file with mode: 0644]
tests/benchmarks/qml/script/data/slot_simple_js.js [moved from tests/benchmarks/declarative/script/data/slot_simple_js.js with 100% similarity]
tests/benchmarks/qml/script/data/slot_simple_js.qml [new file with mode: 0644]
tests/benchmarks/qml/script/script.pro [new file with mode: 0644]
tests/benchmarks/qml/script/tst_script.cpp [new file with mode: 0644]
tests/benchmarks/qml/typeimports/data/QmlTestType1.qml [new file with mode: 0644]
tests/benchmarks/qml/typeimports/data/QmlTestType2.qml [new file with mode: 0644]
tests/benchmarks/qml/typeimports/data/QmlTestType3.qml [new file with mode: 0644]
tests/benchmarks/qml/typeimports/data/QmlTestType4.qml [new file with mode: 0644]
tests/benchmarks/qml/typeimports/data/cpp.qml [new file with mode: 0644]
tests/benchmarks/qml/typeimports/data/qml.qml [new file with mode: 0644]
tests/benchmarks/qml/typeimports/tst_typeimports.cpp [new file with mode: 0644]
tests/benchmarks/qml/typeimports/typeimports.pro [new file with mode: 0644]
tests/global/global.cfg
tests/manual/accessibility/animation.qml
tests/manual/accessibility/behavior.qml
tests/manual/accessibility/flickable.qml
tests/manual/accessibility/hittest.qml
tests/manual/accessibility/numberanimation.qml
tests/manual/accessibility/textandbuttons.qml
tests/manual/accessibility/transition.qml
tests/testapplications/qsgimage/ImageNG.qml
tests/testapplications/qsgimage/img-align.qml
tools/qmleasing/TextField.qml
tools/qmleasing/easing.qml
tools/qmleasing/qmleasing.pro
tools/qmlmin/main.cpp
tools/qmlmin/qmlmin.pro
tools/qmlplugindump/main.cpp
tools/qmlplugindump/qmlplugindump.pro
tools/qmlprofiler/commandlistener.cpp
tools/qmlprofiler/commandlistener.h
tools/qmlprofiler/constants.h
tools/qmlprofiler/profileclient.cpp
tools/qmlprofiler/profileclient.h
tools/qmlprofiler/profiledata.cpp
tools/qmlprofiler/profiledata.h
tools/qmlprofiler/qmlprofiler.pro
tools/qmlprofiler/qmlprofilerapplication.cpp
tools/qmlprofiler/qmlprofilerapplication.h
tools/qmlscene/main.cpp
tools/qmlscene/qmlscene.pro
tools/qmltestrunner/qmltestrunner.pro