aboutsummaryrefslogtreecommitdiffstats
path: root/tests/system/shared
diff options
context:
space:
mode:
authorRobert Loehning <robert.loehning@qt.io>2019-06-13 16:22:38 +0200
committerRobert Loehning <robert.loehning@qt.io>2019-06-25 10:48:21 +0000
commitd1d7a488d95311e6a39f411846e7a3f995c8dab7 (patch)
treeafb6b37e9d3bfcd4fec04c6d3296f1926db185c2 /tests/system/shared
parent939d3fe03548af5744fdab1c7f9abf881e43926a (diff)
Squish: Update GuiAppWizardDialog
Change-Id: Icdcab66e4d3a231286607a32ba8ce66d47741442 Reviewed-by: Christian Stenger <christian.stenger@qt.io>
Diffstat (limited to 'tests/system/shared')
-rw-r--r--tests/system/shared/project.py3
1 files changed, 2 insertions, 1 deletions
diff --git a/tests/system/shared/project.py b/tests/system/shared/project.py
index a4be7f14d1..a52c9e5b79 100644
--- a/tests/system/shared/project.py
+++ b/tests/system/shared/project.py
@@ -216,7 +216,7 @@ def createProject_Qt_GUI(path, projectName, checks = True, addToVersionControl =
template = "Qt Widgets Application"
available = __createProjectOrFileSelectType__(" Application", template)
__createProjectSetNameAndPath__(path, projectName, checks)
- __selectQtVersionDesktop__(checks, available, True)
+ __handleBuildSystem__(None)
if checks:
exp_filename = "mainwindow"
@@ -234,6 +234,7 @@ def createProject_Qt_GUI(path, projectName, checks = True, addToVersionControl =
test.compare(findObject(":formFileLineEdit_Utils::FileNameValidatingLineEdit").text, ui_file)
clickButton(waitForObject(":Next_QPushButton"))
+ __selectQtVersionDesktop__(checks, available, True)
expectedFiles = []
if checks: