forked from qt-creator/qt-creator
Squish: Adapt to removed wizard templates
Change-Id: I56b0bd7000fdc73cce759ca743da543ecc715453 Reviewed-by: Robert Löhning <robert.loehning@qt.io>
This commit is contained in:
@@ -70,7 +70,7 @@ def main():
|
||||
template = current.values()[0]
|
||||
with TestSection("Testing project template %s -> %s" % (category, template)):
|
||||
displayedPlatforms = __createProject__(category, template)
|
||||
if template.startswith("Qt Quick Application - "):
|
||||
if template == "Qt Quick Application":
|
||||
qtVersionsForQuick = ["5.14"]
|
||||
for counter, qtVersion in enumerate(qtVersionsForQuick):
|
||||
def additionalFunc(displayedPlatforms, qtVersion):
|
||||
|
||||
@@ -30,8 +30,8 @@ def main():
|
||||
if not startedWithoutPluginError():
|
||||
return
|
||||
|
||||
available = [("5.14", "Qt Quick Application - Empty", Targets.DESKTOP_5_14_1_DEFAULT),
|
||||
("5.14", "Qt Quick Application - Swipe", Targets.DESKTOP_5_14_1_DEFAULT)]
|
||||
available = [("5.14", "Qt Quick Application", Targets.DESKTOP_5_14_1_DEFAULT),
|
||||
]
|
||||
|
||||
for qtVersion, appTemplate, targ in available:
|
||||
# using a temporary directory won't mess up a potentially existing
|
||||
|
||||
Reference in New Issue
Block a user