forked from qt-creator/qt-creator
Fix build with Qt4.
Change-Id: Ia365e28b45ef850e7e830f2e81c4b6e2e4b40ffe Reviewed-by: hjk <hjk121@nokiamail.com>
This commit is contained in:
@@ -150,7 +150,7 @@ void LldbEngine::setupEngine()
|
||||
args.append(_("-i"));
|
||||
args.append(Core::ICore::resourcePath() + _("/debugger/lldbbridge.py"));
|
||||
args.append(m_lldbCmd);
|
||||
showMessage(_("STARTING LLDB ") + args.join(QLatin1Char(' ')));
|
||||
showMessage(_("STARTING LLDB ") + args.join(QLatin1String(" ")));
|
||||
m_lldbProc.start(_("python"), args);
|
||||
|
||||
if (!m_lldbProc.waitForStarted()) {
|
||||
|
||||
Reference in New Issue
Block a user