aboutsummaryrefslogtreecommitdiffstats
path: root/tests/auto
diff options
context:
space:
mode:
authorThomas Hartmann <thomas.hartmann@qt.io>2019-04-03 12:07:47 +0200
committerTim Jenssen <tim.jenssen@qt.io>2019-04-03 11:29:01 +0000
commitaf07a2cdc7a6510cfedb15b7ad2dfc584850df06 (patch)
tree1deb4b3999bc478b45fdce0ef30b423eaf60fefa /tests/auto
parent9ead3b6289e2b3baf7efbed43b0f6454421ae36b (diff)
QmlDesigner.Tests: import Qt 4.7 is not supported anymore
Change-Id: I47479f13985a0b143845870983fe28baa52badbc Reviewed-by: Tim Jenssen <tim.jenssen@qt.io>
Diffstat (limited to 'tests/auto')
-rw-r--r--tests/auto/qml/qmldesigner/data/fx/attributes.qml2
-rw-r--r--tests/auto/qml/qmldesigner/data/fx/empty.qml2
-rw-r--r--tests/auto/qml/qmldesigner/data/fx/helloworld.qml2
-rw-r--r--tests/auto/qml/qmldesigner/data/fx/properties.qml2
-rw-r--r--tests/auto/qml/qmldesigner/data/fx/states.qml2
5 files changed, 5 insertions, 5 deletions
diff --git a/tests/auto/qml/qmldesigner/data/fx/attributes.qml b/tests/auto/qml/qmldesigner/data/fx/attributes.qml
index f56ffd2b02..659a258105 100644
--- a/tests/auto/qml/qmldesigner/data/fx/attributes.qml
+++ b/tests/auto/qml/qmldesigner/data/fx/attributes.qml
@@ -23,7 +23,7 @@
**
****************************************************************************/
-import Qt 4.7
+import QtQuick 2.0
Item {
id: id;
diff --git a/tests/auto/qml/qmldesigner/data/fx/empty.qml b/tests/auto/qml/qmldesigner/data/fx/empty.qml
index 4b9e826d36..62221ea919 100644
--- a/tests/auto/qml/qmldesigner/data/fx/empty.qml
+++ b/tests/auto/qml/qmldesigner/data/fx/empty.qml
@@ -23,7 +23,7 @@
**
****************************************************************************/
-import Qt 4.7
+import QtQuick 2.0
Item {
}
diff --git a/tests/auto/qml/qmldesigner/data/fx/helloworld.qml b/tests/auto/qml/qmldesigner/data/fx/helloworld.qml
index 81980f966b..65b232de9b 100644
--- a/tests/auto/qml/qmldesigner/data/fx/helloworld.qml
+++ b/tests/auto/qml/qmldesigner/data/fx/helloworld.qml
@@ -23,7 +23,7 @@
**
****************************************************************************/
-import Qt 4.7
+import QtQuick 2.0
Rectangle {
width: 200
diff --git a/tests/auto/qml/qmldesigner/data/fx/properties.qml b/tests/auto/qml/qmldesigner/data/fx/properties.qml
index 2a38819230..ffeb68a0ea 100644
--- a/tests/auto/qml/qmldesigner/data/fx/properties.qml
+++ b/tests/auto/qml/qmldesigner/data/fx/properties.qml
@@ -23,7 +23,7 @@
**
****************************************************************************/
-import Qt 4.7
+import QtQuick 2.0
Item {
property bool pushed
diff --git a/tests/auto/qml/qmldesigner/data/fx/states.qml b/tests/auto/qml/qmldesigner/data/fx/states.qml
index 91e7348d24..b0dd3f3d38 100644
--- a/tests/auto/qml/qmldesigner/data/fx/states.qml
+++ b/tests/auto/qml/qmldesigner/data/fx/states.qml
@@ -23,7 +23,7 @@
**
****************************************************************************/
-import Qt 4.7
+import QtQuick 2.0
Rectangle {
id: rect