aboutsummaryrefslogtreecommitdiffstats
path: root/tests/system/suite_debugger/tst_qml_locals/test.py
diff options
context:
space:
mode:
Diffstat (limited to 'tests/system/suite_debugger/tst_qml_locals/test.py')
-rw-r--r--tests/system/suite_debugger/tst_qml_locals/test.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/system/suite_debugger/tst_qml_locals/test.py b/tests/system/suite_debugger/tst_qml_locals/test.py
index fb6d45c649..8431558d02 100644
--- a/tests/system/suite_debugger/tst_qml_locals/test.py
+++ b/tests/system/suite_debugger/tst_qml_locals/test.py
@@ -61,7 +61,7 @@ def main():
"type='QCheckBox' unnamed='1' visible='1'}")
switchViewTo(ViewConstants.EDIT)
if platform.system() in ('Microsoft', 'Windows'):
- qmake = getQtInformationForQmlProject()[3]
+ qmake = getQtInformationForQmlProject()
if qmake == None:
earlyExit("Could not figure out which qmake is used.")
return