forked from qt-creator/qt-creator
Squish: Partial fix of tst_opencreator_qbs
Change-Id: Idaa228e4efcdac05e72932ed95c410af8a7bc80f Reviewed-by: Christian Stenger <christian.stenger@qt.io>
This commit is contained in:
@@ -37,7 +37,7 @@ def main():
|
||||
if not startedWithoutPluginError():
|
||||
return
|
||||
openQbsProject(pathCreator)
|
||||
if not addAndActivateKit(Targets.DESKTOP_541_GCC):
|
||||
if not addAndActivateKit(Targets.DESKTOP_561_DEFAULT):
|
||||
test.fatal("Failed to activate '%s'" % Targets.getStringForTarget(Targets.DESKTOP_541_GCC))
|
||||
invokeMenuItem("File", "Exit")
|
||||
return
|
||||
|
@@ -13201,7 +13201,6 @@
|
||||
"src" "1"
|
||||
"qbs-resources" "3"
|
||||
"imports" "4"
|
||||
"QbsApp.qbs" "5"
|
||||
"QbsLibrary.qbs" "5"
|
||||
"QbsProduct.qbs" "5"
|
||||
"modules" "4"
|
||||
|
|
Reference in New Issue
Block a user