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,7 +81,12 @@ 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)
|
||||||
continue
|
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)
|
handleBuildSystemVerifyKits(category, template, kits, displayedPlatforms)
|
||||||
|
|
||||||
invokeMenuItem("File", "Exit")
|
invokeMenuItem("File", "Exit")
|
||||||
|
Reference in New Issue
Block a user