aboutsummaryrefslogtreecommitdiffstats
path: root/tests/auto/qmltest/animators
diff options
context:
space:
mode:
Diffstat (limited to 'tests/auto/qmltest/animators')
-rw-r--r--tests/auto/qmltest/animators/tst_behavior.qml2
-rw-r--r--tests/auto/qmltest/animators/tst_mixed.qml2
-rw-r--r--tests/auto/qmltest/animators/tst_mixedparallel.qml2
-rw-r--r--tests/auto/qmltest/animators/tst_mixedsequential.qml2
-rw-r--r--tests/auto/qmltest/animators/tst_multiwindow.qml2
-rw-r--r--tests/auto/qmltest/animators/tst_nested.qml2
-rw-r--r--tests/auto/qmltest/animators/tst_on.qml2
-rw-r--r--tests/auto/qmltest/animators/tst_opacity.qml2
-rw-r--r--tests/auto/qmltest/animators/tst_parallel.qml2
-rw-r--r--tests/auto/qmltest/animators/tst_restart.qml2
-rw-r--r--tests/auto/qmltest/animators/tst_rotation.qml2
-rw-r--r--tests/auto/qmltest/animators/tst_scale.qml2
-rw-r--r--tests/auto/qmltest/animators/tst_sequential.qml2
-rw-r--r--tests/auto/qmltest/animators/tst_targetdestroyed.qml2
-rw-r--r--tests/auto/qmltest/animators/tst_transformorigin.qml2
-rw-r--r--tests/auto/qmltest/animators/tst_transition.qml2
-rw-r--r--tests/auto/qmltest/animators/tst_x.qml2
-rw-r--r--tests/auto/qmltest/animators/tst_y.qml2
18 files changed, 18 insertions, 18 deletions
diff --git a/tests/auto/qmltest/animators/tst_behavior.qml b/tests/auto/qmltest/animators/tst_behavior.qml
index 87b0efff17..17b9bee0e2 100644
--- a/tests/auto/qmltest/animators/tst_behavior.qml
+++ b/tests/auto/qmltest/animators/tst_behavior.qml
@@ -32,7 +32,7 @@
****************************************************************************/
import QtQuick 2.2
-import QtTest 1.0
+import QtTest 1.1
Item {
id: root;
diff --git a/tests/auto/qmltest/animators/tst_mixed.qml b/tests/auto/qmltest/animators/tst_mixed.qml
index 488f1c8156..1e3600f80f 100644
--- a/tests/auto/qmltest/animators/tst_mixed.qml
+++ b/tests/auto/qmltest/animators/tst_mixed.qml
@@ -32,7 +32,7 @@
****************************************************************************/
import QtQuick 2.2
-import QtTest 1.0
+import QtTest 1.1
Item {
id: root;
diff --git a/tests/auto/qmltest/animators/tst_mixedparallel.qml b/tests/auto/qmltest/animators/tst_mixedparallel.qml
index 2b6ebfc17a..51372008e1 100644
--- a/tests/auto/qmltest/animators/tst_mixedparallel.qml
+++ b/tests/auto/qmltest/animators/tst_mixedparallel.qml
@@ -32,7 +32,7 @@
****************************************************************************/
import QtQuick 2.2
-import QtTest 1.0
+import QtTest 1.1
Item {
id: root;
diff --git a/tests/auto/qmltest/animators/tst_mixedsequential.qml b/tests/auto/qmltest/animators/tst_mixedsequential.qml
index 6165cf5438..d1b0f92f59 100644
--- a/tests/auto/qmltest/animators/tst_mixedsequential.qml
+++ b/tests/auto/qmltest/animators/tst_mixedsequential.qml
@@ -32,7 +32,7 @@
****************************************************************************/
import QtQuick 2.2
-import QtTest 1.0
+import QtTest 1.1
Item {
id: root;
diff --git a/tests/auto/qmltest/animators/tst_multiwindow.qml b/tests/auto/qmltest/animators/tst_multiwindow.qml
index de73434aab..f0f42725ba 100644
--- a/tests/auto/qmltest/animators/tst_multiwindow.qml
+++ b/tests/auto/qmltest/animators/tst_multiwindow.qml
@@ -32,7 +32,7 @@
****************************************************************************/
import QtQuick 2.2
-import QtTest 1.0
+import QtTest 1.1
import QtQuick.Window 2.0
Item {
diff --git a/tests/auto/qmltest/animators/tst_nested.qml b/tests/auto/qmltest/animators/tst_nested.qml
index 0426dd96e7..fba5d8350d 100644
--- a/tests/auto/qmltest/animators/tst_nested.qml
+++ b/tests/auto/qmltest/animators/tst_nested.qml
@@ -32,7 +32,7 @@
****************************************************************************/
import QtQuick 2.2
-import QtTest 1.0
+import QtTest 1.1
Item {
id: root;
diff --git a/tests/auto/qmltest/animators/tst_on.qml b/tests/auto/qmltest/animators/tst_on.qml
index d6be945723..e82711bb50 100644
--- a/tests/auto/qmltest/animators/tst_on.qml
+++ b/tests/auto/qmltest/animators/tst_on.qml
@@ -32,7 +32,7 @@
****************************************************************************/
import QtQuick 2.2
-import QtTest 1.0
+import QtTest 1.1
Item {
id: root;
diff --git a/tests/auto/qmltest/animators/tst_opacity.qml b/tests/auto/qmltest/animators/tst_opacity.qml
index 37603a9ced..94f639e30c 100644
--- a/tests/auto/qmltest/animators/tst_opacity.qml
+++ b/tests/auto/qmltest/animators/tst_opacity.qml
@@ -32,7 +32,7 @@
****************************************************************************/
import QtQuick 2.2
-import QtTest 1.0
+import QtTest 1.1
Item {
id: root;
diff --git a/tests/auto/qmltest/animators/tst_parallel.qml b/tests/auto/qmltest/animators/tst_parallel.qml
index 7702dd7dd8..074c7442f7 100644
--- a/tests/auto/qmltest/animators/tst_parallel.qml
+++ b/tests/auto/qmltest/animators/tst_parallel.qml
@@ -32,7 +32,7 @@
****************************************************************************/
import QtQuick 2.2
-import QtTest 1.0
+import QtTest 1.1
Item {
id: root;
diff --git a/tests/auto/qmltest/animators/tst_restart.qml b/tests/auto/qmltest/animators/tst_restart.qml
index 3bacf6cb6a..fd9bd46c46 100644
--- a/tests/auto/qmltest/animators/tst_restart.qml
+++ b/tests/auto/qmltest/animators/tst_restart.qml
@@ -32,7 +32,7 @@
****************************************************************************/
import QtQuick 2.2
-import QtTest 1.0
+import QtTest 1.1
Item {
id: root;
diff --git a/tests/auto/qmltest/animators/tst_rotation.qml b/tests/auto/qmltest/animators/tst_rotation.qml
index 9ff4278527..deb6006801 100644
--- a/tests/auto/qmltest/animators/tst_rotation.qml
+++ b/tests/auto/qmltest/animators/tst_rotation.qml
@@ -32,7 +32,7 @@
****************************************************************************/
import QtQuick 2.2
-import QtTest 1.0
+import QtTest 1.1
Item {
id: root;
diff --git a/tests/auto/qmltest/animators/tst_scale.qml b/tests/auto/qmltest/animators/tst_scale.qml
index 10f3430c84..62f8fe1264 100644
--- a/tests/auto/qmltest/animators/tst_scale.qml
+++ b/tests/auto/qmltest/animators/tst_scale.qml
@@ -32,7 +32,7 @@
****************************************************************************/
import QtQuick 2.2
-import QtTest 1.0
+import QtTest 1.1
Item {
id: root;
diff --git a/tests/auto/qmltest/animators/tst_sequential.qml b/tests/auto/qmltest/animators/tst_sequential.qml
index 9841413f70..232d084481 100644
--- a/tests/auto/qmltest/animators/tst_sequential.qml
+++ b/tests/auto/qmltest/animators/tst_sequential.qml
@@ -32,7 +32,7 @@
****************************************************************************/
import QtQuick 2.2
-import QtTest 1.0
+import QtTest 1.1
Item {
id: root;
diff --git a/tests/auto/qmltest/animators/tst_targetdestroyed.qml b/tests/auto/qmltest/animators/tst_targetdestroyed.qml
index 92b14d0594..92ed3bda3e 100644
--- a/tests/auto/qmltest/animators/tst_targetdestroyed.qml
+++ b/tests/auto/qmltest/animators/tst_targetdestroyed.qml
@@ -32,7 +32,7 @@
****************************************************************************/
import QtQuick 2.2
-import QtTest 1.0
+import QtTest 1.1
Item {
id: root;
diff --git a/tests/auto/qmltest/animators/tst_transformorigin.qml b/tests/auto/qmltest/animators/tst_transformorigin.qml
index bd3483dad5..d11e2040ba 100644
--- a/tests/auto/qmltest/animators/tst_transformorigin.qml
+++ b/tests/auto/qmltest/animators/tst_transformorigin.qml
@@ -32,7 +32,7 @@
****************************************************************************/
import QtQuick 2.2
-import QtTest 1.0
+import QtTest 1.1
Item {
id: root;
diff --git a/tests/auto/qmltest/animators/tst_transition.qml b/tests/auto/qmltest/animators/tst_transition.qml
index 67230d2adf..c5becfe68b 100644
--- a/tests/auto/qmltest/animators/tst_transition.qml
+++ b/tests/auto/qmltest/animators/tst_transition.qml
@@ -32,7 +32,7 @@
****************************************************************************/
import QtQuick 2.2
-import QtTest 1.0
+import QtTest 1.1
Item {
id: root;
diff --git a/tests/auto/qmltest/animators/tst_x.qml b/tests/auto/qmltest/animators/tst_x.qml
index 35e410e8e2..32f2eac75d 100644
--- a/tests/auto/qmltest/animators/tst_x.qml
+++ b/tests/auto/qmltest/animators/tst_x.qml
@@ -32,7 +32,7 @@
****************************************************************************/
import QtQuick 2.2
-import QtTest 1.0
+import QtTest 1.1
Item {
id: root;
diff --git a/tests/auto/qmltest/animators/tst_y.qml b/tests/auto/qmltest/animators/tst_y.qml
index 79fd50e8bf..792cc91782 100644
--- a/tests/auto/qmltest/animators/tst_y.qml
+++ b/tests/auto/qmltest/animators/tst_y.qml
@@ -32,7 +32,7 @@
****************************************************************************/
import QtQuick 2.2
-import QtTest 1.0
+import QtTest 1.1
Item {
id: root;