forked from qt-creator/qt-creator
Squish: Update tst_create_proj_wizard
Change-Id: I59b4829abd0d98cbf346e68e3d634da87b3a635e Reviewed-by: Christian Stenger <christian.stenger@qt.io>
This commit is contained in:
@@ -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")
|
||||
|
||||
|
Reference in New Issue
Block a user