aboutsummaryrefslogtreecommitdiffstats
path: root/tests/system/suite_qtquick/tst_qtquick_creation/test.py
diff options
context:
space:
mode:
Diffstat (limited to 'tests/system/suite_qtquick/tst_qtquick_creation/test.py')
-rw-r--r--tests/system/suite_qtquick/tst_qtquick_creation/test.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/tests/system/suite_qtquick/tst_qtquick_creation/test.py b/tests/system/suite_qtquick/tst_qtquick_creation/test.py
index 3eda2c6e0e..70b2497edd 100644
--- a/tests/system/suite_qtquick/tst_qtquick_creation/test.py
+++ b/tests/system/suite_qtquick/tst_qtquick_creation/test.py
@@ -33,10 +33,10 @@ def main():
available = [("5.6", False), ("5.6", True)]
for qtVersion, controls in available:
- targ = [Targets.DESKTOP_5_6_1_DEFAULT]
+ targ = Targets.DESKTOP_5_6_1_DEFAULT
# using a temporary directory won't mess up a potentially existing
workingDir = tempDir()
- checkedTargets = createNewQtQuickApplication(workingDir, targets=targ,
+ checkedTargets = createNewQtQuickApplication(workingDir, targets=[targ],
minimumQtVersion=qtVersion,
withControls = controls)[0]
if len(checkedTargets) == 0: