Skip to content
Snippets Groups Projects
Commit 9f81e79c authored by Christian Stenger's avatar Christian Stenger
Browse files

Squish: Fix issue with menu invocation on Mac


Squish 5 has problems to handle menus on Mac for Qt5.2 builds.

Change-Id: I533f8fcd2c8a2786ae354cd92e92efad0fb1dd57
Reviewed-by: default avatarRobert Loehning <robert.loehning@digia.com>
parent 82fdd52e
No related branches found
No related tags found
No related merge requests found
......@@ -237,7 +237,7 @@ def __configureCustomExecutable__(projectName, port, mkspec, qmakeVersion):
"unnamed='1' visible='1'}")
clickButton(addButton)
addMenu = addButton.menu()
activateItem(waitForObjectItem(objectMap.realName(addMenu), 'Custom Executable'))
activateItem(waitForObjectItem(addMenu, 'Custom Executable'))
exePathChooser = waitForObject(":Executable:_Utils::PathChooser", 2000)
exeLineEd = getChildByClass(exePathChooser, "Utils::BaseValidatingLineEdit")
argLineEd = waitForObject("{buddy={window=':Qt Creator_Core::Internal::MainWindow' "
......
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