summaryrefslogtreecommitdiffstats
path: root/tests
diff options
context:
space:
mode:
authorMichael Brasser <mbrasser@ford.com>2018-08-28 08:10:21 -0500
committerMichael Brasser <michael.brasser@live.com>2018-08-28 15:29:42 +0000
commit854217d60da9ab54795fb39896a053f301222848 (patch)
tree6ec473609c37795a133f1084c7a6a4d6697f1cd0 /tests
parent2be71ac8a46effa8cf39a8f034fbd7a36d6d6d27 (diff)
Update import statement to "import QtRemoteObjects 5.12"
Keep "import QtQml.RemoteObjects 1.0" for compatibility. [ChangeLog][QML] Updated import statement to better match typical module pattern. From QML "import QtRemoteObjects 5.12" should now be used. Change-Id: I0224e387b5bea3be5907485e4fca505f2fb3fb3e Reviewed-by: Brett Stottlemyer <bstottle@ford.com> Reviewed-by: Simon Hausmann <simon.hausmann@qt.io> Reviewed-by: Shawn Rutledge <shawn.rutledge@qt.io>
Diffstat (limited to 'tests')
-rw-r--r--tests/auto/qml/integration/data/tst_integration.qml2
-rw-r--r--tests/auto/qml/usertypes/data/complex.qml2
-rw-r--r--tests/auto/qml/usertypes/data/extraPropComplex.qml2
-rw-r--r--tests/auto/qml/usertypes/data/extraprop.qml2
-rw-r--r--tests/auto/qml/usertypes/data/model.qml2
-rw-r--r--tests/auto/qml/usertypes/data/subObject.qml2
6 files changed, 6 insertions, 6 deletions
diff --git a/tests/auto/qml/integration/data/tst_integration.qml b/tests/auto/qml/integration/data/tst_integration.qml
index 0f8b115..0d46953 100644
--- a/tests/auto/qml/integration/data/tst_integration.qml
+++ b/tests/auto/qml/integration/data/tst_integration.qml
@@ -27,7 +27,7 @@
****************************************************************************/
import QtTest 1.1
-import QtQml.RemoteObjects 1.0
+import QtRemoteObjects 5.12
TestCase {
id: testCase
diff --git a/tests/auto/qml/usertypes/data/complex.qml b/tests/auto/qml/usertypes/data/complex.qml
index 4d80717..94c66eb 100644
--- a/tests/auto/qml/usertypes/data/complex.qml
+++ b/tests/auto/qml/usertypes/data/complex.qml
@@ -1,5 +1,5 @@
import QtQuick 2.0
-import QtQml.RemoteObjects 1.0
+import QtRemoteObjects 5.12
import usertypes 1.0
ComplexTypeReplica {
diff --git a/tests/auto/qml/usertypes/data/extraPropComplex.qml b/tests/auto/qml/usertypes/data/extraPropComplex.qml
index 801b0b2..bd16bbc 100644
--- a/tests/auto/qml/usertypes/data/extraPropComplex.qml
+++ b/tests/auto/qml/usertypes/data/extraPropComplex.qml
@@ -1,5 +1,5 @@
import QtQuick 2.0
-import QtQml.RemoteObjects 1.0
+import QtRemoteObjects 5.12
import usertypes 1.0
ComplexTypeReplica {
diff --git a/tests/auto/qml/usertypes/data/extraprop.qml b/tests/auto/qml/usertypes/data/extraprop.qml
index c37721b..5c48de3 100644
--- a/tests/auto/qml/usertypes/data/extraprop.qml
+++ b/tests/auto/qml/usertypes/data/extraprop.qml
@@ -1,5 +1,5 @@
import QtQuick 2.0
-import QtQml.RemoteObjects 1.0
+import QtRemoteObjects 5.12
import usertypes 1.0
SimpleClockReplica {
diff --git a/tests/auto/qml/usertypes/data/model.qml b/tests/auto/qml/usertypes/data/model.qml
index 4be7bc8..2807d18 100644
--- a/tests/auto/qml/usertypes/data/model.qml
+++ b/tests/auto/qml/usertypes/data/model.qml
@@ -1,5 +1,5 @@
import QtQuick 2.0
-import QtQml.RemoteObjects 1.0
+import QtRemoteObjects 5.12
import usertypes 1.0
TypeWithModelReplica {
diff --git a/tests/auto/qml/usertypes/data/subObject.qml b/tests/auto/qml/usertypes/data/subObject.qml
index 90c6adb..fc7eb10 100644
--- a/tests/auto/qml/usertypes/data/subObject.qml
+++ b/tests/auto/qml/usertypes/data/subObject.qml
@@ -1,5 +1,5 @@
import QtQuick 2.0
-import QtQml.RemoteObjects 1.0
+import QtRemoteObjects 5.12
import usertypes 1.0
Item {