aboutsummaryrefslogtreecommitdiffstats
path: root/tests/system/suite_tools/tst_designer_autocomplete/test.py
diff options
context:
space:
mode:
authorThe Qt Project <gerrit-noreply@qt-project.org>2023-02-14 16:01:46 +0000
committerThe Qt Project <gerrit-noreply@qt-project.org>2023-02-14 16:01:46 +0000
commit6d05d98dca984a3a0c7a2b161fb0fc6b93f66c4c (patch)
treee7ead2f5f3c7cdbd759b844206eb4568cf249ba1 /tests/system/suite_tools/tst_designer_autocomplete/test.py
parent0f23dd99b940d9526a18aaa4866d5d0b6d78f62f (diff)
parent364013b9ac077ff858916a985c82a0dcba67ec2e (diff)
Merge "Merge remote-tracking branch 'origin/9.0' into 10.0" into 10.0v10.0.0-beta1
Diffstat (limited to 'tests/system/suite_tools/tst_designer_autocomplete/test.py')
-rw-r--r--tests/system/suite_tools/tst_designer_autocomplete/test.py3
1 files changed, 2 insertions, 1 deletions
diff --git a/tests/system/suite_tools/tst_designer_autocomplete/test.py b/tests/system/suite_tools/tst_designer_autocomplete/test.py
index c720d8917e..e60c754e92 100644
--- a/tests/system/suite_tools/tst_designer_autocomplete/test.py
+++ b/tests/system/suite_tools/tst_designer_autocomplete/test.py
@@ -8,7 +8,8 @@ def main():
if not startedWithoutPluginError():
return
projectName = "DesignerTestApp"
- createProject_Qt_GUI(tempDir(), projectName)
+ createProject_Qt_GUI(tempDir(), projectName,
+ buildSystem="qmake" if JIRA.isBugStillOpen(28787) else "CMake")
invokeMenuItem('Build', 'Build Project "%s"' % projectName)
selectFromLocator("mainwindow.ui")
dragAndDrop(waitForObject("{container=':qdesigner_internal::WidgetBoxCategoryListView'"