aboutsummaryrefslogtreecommitdiffstats
path: root/tests/system/suite_general/tst_opencreator_qbs
diff options
context:
space:
mode:
authorRobert Loehning <robert.loehning@qt.io>2018-01-04 12:11:55 +0100
committerRobert Loehning <robert.loehning@qt.io>2018-01-22 12:30:49 +0000
commita4ff3423e9b6793c04f21f084e7b8139b4422714 (patch)
treeab8ecf29e0cfa21adad73bad11aeccaf6a3b0974 /tests/system/suite_general/tst_opencreator_qbs
parentf9c959cee24b7a9837383379d104886d95360e56 (diff)
Squish: Update Qt version names and constants
As a preparation for using Qt 5.10, these need to handle two-digit minor versions. Change-Id: I2a47606ee801a28df12d75323b480f8ee583893b Reviewed-by: Christian Stenger <christian.stenger@qt.io>
Diffstat (limited to 'tests/system/suite_general/tst_opencreator_qbs')
-rw-r--r--tests/system/suite_general/tst_opencreator_qbs/test.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/tests/system/suite_general/tst_opencreator_qbs/test.py b/tests/system/suite_general/tst_opencreator_qbs/test.py
index e8b17b607d..60cc0d3444 100644
--- a/tests/system/suite_general/tst_opencreator_qbs/test.py
+++ b/tests/system/suite_general/tst_opencreator_qbs/test.py
@@ -37,8 +37,8 @@ def main():
if not startedWithoutPluginError():
return
openQbsProject(pathCreator)
- if not addAndActivateKit(Targets.DESKTOP_561_DEFAULT):
- test.fatal("Failed to activate '%s'" % Targets.getStringForTarget(Targets.DESKTOP_541_GCC))
+ if not addAndActivateKit(Targets.DESKTOP_5_6_1_DEFAULT):
+ test.fatal("Failed to activate '%s'" % Targets.getStringForTarget(Targets.DESKTOP_5_4_1_GCC))
invokeMenuItem("File", "Exit")
return
test.log("Start parsing project")