From 6dba941b3f586fd051efdd77d71521f245d73eaf Mon Sep 17 00:00:00 2001 From: Thomas Hartmann Date: Wed, 16 Jun 2021 22:17:48 +0200 Subject: [PATCH] QmlDesigner: Use QtQuick 2.15 instead of QtQuick 2.1 QtQuick 2.15 is supposed to work and we can use it in some tests. Change-Id: Ic3f6505dd5c683ec6521015b5dcd6c8f83a1171e Reviewed-by: Christian Stenger --- tests/auto/qml/qmldesigner/coretests/tst_testcore.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/auto/qml/qmldesigner/coretests/tst_testcore.cpp b/tests/auto/qml/qmldesigner/coretests/tst_testcore.cpp index e8f1f5f6e2d..3b9d54f2690 100644 --- a/tests/auto/qml/qmldesigner/coretests/tst_testcore.cpp +++ b/tests/auto/qml/qmldesigner/coretests/tst_testcore.cpp @@ -4059,7 +4059,7 @@ void tst_TestCore::testAnchorsAndRewriting() void tst_TestCore::testAnchorsAndRewritingCenter() { - const QString qmlString("import QtQuick 2.1\n" + const QString qmlString("import QtQuick 2.15\n" "Rectangle {\n" " id: root\n" " x: 10;\n"