From 4a8c08a349638bc3106e341fec5e4d308102a152 Mon Sep 17 00:00:00 2001 From: Christian Stenger Date: Tue, 25 Jul 2023 09:27:25 +0200 Subject: [PATCH] SquishTests: Skip too old Qt on Windows MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit When creating a command line project from wizard we end up with code that is not compilable on Windows when using too old Qt versions. Explicitly do not use the older Qt versions as this fails to build and the whole tests would need to get adapted to handle this appropriate instead. Change-Id: Ia8a253a0c5d8d20ea181dd33dc8d31cb83cb31c3 Reviewed-by: Robert Löhning --- tests/system/shared/project.py | 7 ++++++- tests/system/suite_debugger/tst_cli_output_console/test.py | 6 +++++- 2 files changed, 11 insertions(+), 2 deletions(-) diff --git a/tests/system/shared/project.py b/tests/system/shared/project.py index d1e44102bcc..b39ef8060ee 100644 --- a/tests/system/shared/project.py +++ b/tests/system/shared/project.py @@ -248,11 +248,16 @@ def createProject_Qt_GUI(path, projectName, checks=True, addToVersionControl="