Squish: Update tst_create_proj_wizard

Change-Id: I59b4829abd0d98cbf346e68e3d634da87b3a635e
Reviewed-by: Christian Stenger <christian.stenger@qt.io>
This commit is contained in:
Robert Loehning
2019-07-17 18:11:37 +02:00
parent e571b42622
commit fd3363a2f8

View File

@@ -81,8 +81,13 @@ def main():
# are there more Quick combinations - then recreate this project
if counter < len(qtVersionsForQuick) - 1:
displayedPlatforms = __createProject__(category, template)
continue
handleBuildSystemVerifyKits(category, template, kits, displayedPlatforms)
elif template in ("Qt Widgets Application", "C++ Library"):
def skipDetails(_):
clickButton(waitForObject(":Next_QPushButton"))
handleBuildSystemVerifyKits(category, template, kits,
displayedPlatforms, skipDetails)
else:
handleBuildSystemVerifyKits(category, template, kits, displayedPlatforms)
invokeMenuItem("File", "Exit")