forked from qt-creator/qt-creator
QmlDebug: Allow different styles of command line arguments
We have tcp, local, and native by now. We have to expose that in a clean way. Change-Id: I0ce7be693aa7f47ebea7abe435a224a176b6c94b Reviewed-by: Joerg Bornemann <joerg.bornemann@theqtcompany.com>
This commit is contained in:
@@ -106,7 +106,7 @@ void QnxDebugSupport::startExecution()
|
||||
|
||||
if (m_useQmlDebugger)
|
||||
m_runControl->startParameters().processArgs +=
|
||||
QmlDebug::qmlDebugCommandLineArguments(QmlDebug::QmlDebuggerServices, m_qmlPort);
|
||||
QmlDebug::qmlDebugTcpArguments(QmlDebug::QmlDebuggerServices, m_qmlPort);
|
||||
|
||||
QStringList arguments;
|
||||
if (m_useCppDebugger)
|
||||
|
||||
Reference in New Issue
Block a user