aboutsummaryrefslogtreecommitdiffstats
path: root/tests/system/suite_qtquick/tst_qtquick_creation4/test.py
diff options
context:
space:
mode:
Diffstat (limited to 'tests/system/suite_qtquick/tst_qtquick_creation4/test.py')
-rw-r--r--tests/system/suite_qtquick/tst_qtquick_creation4/test.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/system/suite_qtquick/tst_qtquick_creation4/test.py b/tests/system/suite_qtquick/tst_qtquick_creation4/test.py
index 570d38c643..d9ee75ee9a 100644
--- a/tests/system/suite_qtquick/tst_qtquick_creation4/test.py
+++ b/tests/system/suite_qtquick/tst_qtquick_creation4/test.py
@@ -41,7 +41,7 @@ def main():
test.log("Building project Qt Quick %d Extension Plugin (%s)"
% (quickVer, Targets.getStringForTarget(targ)))
invokeMenuItem("Build","Build All")
- waitForSignal("{type='ProjectExplorer::BuildManager' unnamed='1'}", "buildQueueFinished(bool)")
+ waitForCompile()
checkCompile()
checkLastBuild()
invokeMenuItem("File", "Close All Projects and Editors")