diff --git a/tests/system/suite_editors/tst_qml_editor/test.py b/tests/system/suite_editors/tst_qml_editor/test.py index b751121a5e0..8854035e6a9 100644 --- a/tests/system/suite_editors/tst_qml_editor/test.py +++ b/tests/system/suite_editors/tst_qml_editor/test.py @@ -37,7 +37,7 @@ def main(): # add docs to have the correct tool tips addHelpDocumentation([os.path.join(Qt5Path.docsPath(target), "qtquick.qch")]) templateDir = prepareTemplate(sourceExample, "/../../helper") - openQmakeProject(os.path.join(templateDir, proFile), target) + openQmakeProject(os.path.join(templateDir, proFile), [target]) openDocument("focus.QML.qml" + os.sep + "focus.focus\\.qml") testRenameId() testFindUsages()