Skip to content
Snippets Groups Projects
Commit 82fdd52e authored by Robert Loehning's avatar Robert Loehning
Browse files

Squish: Wait for parsing in __configureCustomExecutable__()


Change-Id: I798a29aa9a4676edd1493f4973d29f8725e117e5
Reviewed-by: default avatarChristian Stenger <christian.stenger@digia.com>
parent 73127334
No related branches found
No related tags found
No related merge requests found
...@@ -230,6 +230,7 @@ def __configureCustomExecutable__(projectName, port, mkspec, qmakeVersion): ...@@ -230,6 +230,7 @@ def __configureCustomExecutable__(projectName, port, mkspec, qmakeVersion):
test.warning("Configured Squish directory seems to be missing - using fallback without hooking into subprocess.", test.warning("Configured Squish directory seems to be missing - using fallback without hooking into subprocess.",
"Failed to find '%s'" % startAUT) "Failed to find '%s'" % startAUT)
return False return False
progressBarWait()
addButton = waitForObject("{container={window=':Qt Creator_Core::Internal::MainWindow' " addButton = waitForObject("{container={window=':Qt Creator_Core::Internal::MainWindow' "
"type='ProjectExplorer::Internal::RunSettingsWidget' unnamed='1' " "type='ProjectExplorer::Internal::RunSettingsWidget' unnamed='1' "
"visible='1'} occurrence='2' text='Add' type='QPushButton' " "visible='1'} occurrence='2' text='Add' type='QPushButton' "
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment