forked from qt-creator/qt-creator
SquishTests: Use newest Kit in tst_designer_edit
The old MinGW can't compile the used project anymore. Even configuring already fails. Testing compatibility with old Qt versions and compilers isn't the purpose of this test, so it can simply move to newer ones. Change-Id: Ie21a5a726c33b4073f2aa4d955e2e5ea943bf9bc Reviewed-by: Christian Stenger <christian.stenger@qt.io>
This commit is contained in:
@@ -167,7 +167,7 @@ def main():
|
|||||||
startQC()
|
startQC()
|
||||||
if not startedWithoutPluginError():
|
if not startedWithoutPluginError():
|
||||||
return
|
return
|
||||||
createProject_Qt_GUI(tempDir(), "DesignerTestApp", False)
|
createProject_Qt_GUI(tempDir(), "DesignerTestApp", False, targets=[Targets.DESKTOP_6_2_4])
|
||||||
selectFromLocator("mainwindow.ui")
|
selectFromLocator("mainwindow.ui")
|
||||||
replaceEditorContent(waitForObject("{container=':*Qt Creator.Widget Box_QDockWidget' "
|
replaceEditorContent(waitForObject("{container=':*Qt Creator.Widget Box_QDockWidget' "
|
||||||
"type='QLineEdit' visible='1'}"), "combo")
|
"type='QLineEdit' visible='1'}"), "combo")
|
||||||
|
Reference in New Issue
Block a user