Squish: Skip testing Qt Quick 2 Extension Plugin wizard

We're not doing anything in it anyway.

Change-Id: I5d790d98c8952e6167bfe241af5490cf18622890
Reviewed-by: Christian Stenger <christian.stenger@qt.io>
This commit is contained in:
Robert Loehning
2019-10-25 14:55:50 +02:00
parent 09a0b40a28
commit 4f2f86b5bf

View File

@@ -62,7 +62,8 @@ def main():
template = template.replace(".", "\\.") template = template.replace(".", "\\.")
# skip non-configurable # skip non-configurable
if template not in ["Qt Quick UI Prototype", "Auto Test Project", # FIXME if template not in ["Qt Quick UI Prototype", "Auto Test Project", # FIXME
"Qt for Python - Empty", "Qt for Python - Window"]: "Qt for Python - Empty", "Qt for Python - Window",
"Qt Quick 2 Extension Plugin"]:
availableProjectTypes.append({category:template}) availableProjectTypes.append({category:template})
safeClickButton("Cancel") safeClickButton("Cancel")
for current in availableProjectTypes: for current in availableProjectTypes: