aboutsummaryrefslogtreecommitdiffstats
path: root/tests/system/suite_editors
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_editors
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_editors')
-rw-r--r--tests/system/suite_editors/tst_qml_editor/test.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/system/suite_editors/tst_qml_editor/test.py b/tests/system/suite_editors/tst_qml_editor/test.py
index 8854035e6a..c61b7aa43d 100644
--- a/tests/system/suite_editors/tst_qml_editor/test.py
+++ b/tests/system/suite_editors/tst_qml_editor/test.py
@@ -26,7 +26,7 @@
source("../../shared/qtcreator.py")
def main():
- target = Targets.DESKTOP_531_DEFAULT
+ target = Targets.DESKTOP_5_3_1_DEFAULT
sourceExample = os.path.join(Qt5Path.examplesPath(target), "declarative/keyinteraction/focus")
proFile = "focus.pro"
if not neededFilePresent(os.path.join(sourceExample, proFile)):