forked from qt-creator/qt-creator
Squish: Use Qt 5.14 in tst_openqtcreator_qbs
Change-Id: If214c32a0a62ebdada455a325ad1b2d02adc67c0 Reviewed-by: Christian Stenger <christian.stenger@qt.io>
This commit is contained in:
committed by
Christian Stenger
parent
4b678f50bb
commit
a1eb505fbd
@@ -34,7 +34,7 @@ def main():
|
||||
if not startedWithoutPluginError():
|
||||
return
|
||||
openQbsProject(pathCreator)
|
||||
if not addAndActivateKit(Targets.DESKTOP_5_10_1_DEFAULT):
|
||||
if not addAndActivateKit(Targets.DESKTOP_5_14_1_DEFAULT):
|
||||
test.fatal("Failed to activate '%s'" % Targets.getStringForTarget(Targets.DESKTOP_5_10_1_DEFAULT))
|
||||
invokeMenuItem("File", "Exit")
|
||||
return
|
||||
|
@@ -1278,7 +1278,6 @@
|
||||
"scanner.pro" "7"
|
||||
"plugins.pri" "6"
|
||||
"plugins.pro" "6"
|
||||
"json.pri" "6"
|
||||
"install_prefix.pri" "5"
|
||||
"library_dirname.pri" "5"
|
||||
"tests" "4"
|
||||
@@ -2326,7 +2325,6 @@
|
||||
"file.qbs" "6"
|
||||
"main.cpp" "6"
|
||||
"wizard.json" "6"
|
||||
"qmake/empty" "5"
|
||||
"file.pro" "6"
|
||||
"wizard.json" "6"
|
||||
"qtquickapplication" "5"
|
||||
|
|
Reference in New Issue
Block a user