SquishTests: Expect new project wizard

Change-Id: I2334a871b3a3d5a9ba71c6803aa8e14f84aeaffa
Reviewed-by: Jukka Nokso <jukka.nokso@qt.io>
Reviewed-by: Christian Stenger <christian.stenger@qt.io>
This commit is contained in:
Christian Stenger
2025-06-17 08:53:06 +02:00
parent 19e8fe114a
commit 23c6182912

View File

@@ -66,7 +66,8 @@ def main():
# are there more Quick combinations - then recreate this project # are there more Quick combinations - then recreate this project
if counter < len(qtVersionsForQuick) - 1: if counter < len(qtVersionsForQuick) - 1:
displayedPlatforms = __createProject__(category, template) displayedPlatforms = __createProject__(category, template)
elif template in ("Qt Widgets Application", "C++ Library", "Code Snippet"): elif template in ("Qt Widgets Application", "C++ Library", "Code Snippet",
"Qt Interface Framework Project"):
def skipDetails(_): def skipDetails(_):
clickButton(waitForObject(":Next_QPushButton")) clickButton(waitForObject(":Next_QPushButton"))
handleBuildSystemVerifyKits(category, template, kits, handleBuildSystemVerifyKits(category, template, kits,