summaryrefslogtreecommitdiff
path: root/tests/system/suite_general/tst_build_speedcrunch/test.py
diff options
context:
space:
mode:
Diffstat (limited to 'tests/system/suite_general/tst_build_speedcrunch/test.py')
-rw-r--r--tests/system/suite_general/tst_build_speedcrunch/test.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/system/suite_general/tst_build_speedcrunch/test.py b/tests/system/suite_general/tst_build_speedcrunch/test.py
index 1d7eda9088..32a132ad63 100644
--- a/tests/system/suite_general/tst_build_speedcrunch/test.py
+++ b/tests/system/suite_general/tst_build_speedcrunch/test.py
@@ -38,7 +38,7 @@ def buildConfigFromFancyToolButton(fancyToolButton):
def main():
if not neededFilePresent(SpeedCrunchPath):
return
- startApplication("qtcreator" + SettingsPath)
+ startQC()
if not startedWithoutPluginError():
return
openQmakeProject(SpeedCrunchPath, [Targets.DESKTOP_4_8_7_DEFAULT])