forked from qt-creator/qt-creator
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:
@@ -62,7 +62,8 @@ def main():
|
||||
template = template.replace(".", "\\.")
|
||||
# skip non-configurable
|
||||
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})
|
||||
safeClickButton("Cancel")
|
||||
for current in availableProjectTypes:
|
||||
|
Reference in New Issue
Block a user