From 2970b6c85ecd0458cefc613df15bec6a5c3456ac Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Robert=20L=C3=B6hning?= Date: Thu, 18 Jul 2024 22:13:24 +0200 Subject: [PATCH] SquishTests: Use newest Kit in tst_designer_edit The old MinGW can't compile the used project anymore. Even configuring already fails. Testing compatibility with old Qt versions and compilers isn't the purpose of this test, so it can simply move to newer ones. Change-Id: Ie21a5a726c33b4073f2aa4d955e2e5ea943bf9bc Reviewed-by: Christian Stenger --- tests/system/suite_tools/tst_designer_edit/test.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/system/suite_tools/tst_designer_edit/test.py b/tests/system/suite_tools/tst_designer_edit/test.py index 96e289df885..68afd344dee 100644 --- a/tests/system/suite_tools/tst_designer_edit/test.py +++ b/tests/system/suite_tools/tst_designer_edit/test.py @@ -167,7 +167,7 @@ def main(): startQC() if not startedWithoutPluginError(): return - createProject_Qt_GUI(tempDir(), "DesignerTestApp", False) + createProject_Qt_GUI(tempDir(), "DesignerTestApp", False, targets=[Targets.DESKTOP_6_2_4]) selectFromLocator("mainwindow.ui") replaceEditorContent(waitForObject("{container=':*Qt Creator.Widget Box_QDockWidget' " "type='QLineEdit' visible='1'}"), "combo")