forked from qt-creator/qt-creator
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:
@@ -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,
|
||||||
|
Reference in New Issue
Block a user