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():
|
if not startedWithoutPluginError():
|
||||||
return
|
return
|
||||||
openQbsProject(pathCreator)
|
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))
|
test.fatal("Failed to activate '%s'" % Targets.getStringForTarget(Targets.DESKTOP_541_GCC))
|
||||||
invokeMenuItem("File", "Exit")
|
invokeMenuItem("File", "Exit")
|
||||||
return
|
return
|
||||||
|
@@ -13201,7 +13201,6 @@
|
|||||||
"src" "1"
|
"src" "1"
|
||||||
"qbs-resources" "3"
|
"qbs-resources" "3"
|
||||||
"imports" "4"
|
"imports" "4"
|
||||||
"QbsApp.qbs" "5"
|
|
||||||
"QbsLibrary.qbs" "5"
|
"QbsLibrary.qbs" "5"
|
||||||
"QbsProduct.qbs" "5"
|
"QbsProduct.qbs" "5"
|
||||||
"modules" "4"
|
"modules" "4"
|
||||||
|
|
Reference in New Issue
Block a user