forked from qt-creator/qt-creator
		
	Analyzer: Use a StandardRunnable instead of an AnalyzerRunnable
... with a lot potential to code consolidation. Change-Id: I4d3a7fcc1cc6ae8763799f18cf9701695f387791 Reviewed-by: Christian Stenger <christian.stenger@theqtcompany.com>
This commit is contained in:
		@@ -103,7 +103,7 @@ void QnxAnalyzeSupport::startExecution()
 | 
			
		||||
    setState(StartingRemoteProcess);
 | 
			
		||||
 | 
			
		||||
    const QStringList args = QStringList()
 | 
			
		||||
            << QtcProcess::splitArgs(m_runControl->runnable().debuggeeArgs)
 | 
			
		||||
            << QtcProcess::splitArgs(m_runControl->runnable().commandLineArguments)
 | 
			
		||||
            << QmlDebug::qmlDebugTcpArguments(QmlDebug::QmlProfilerServices, m_qmlPort);
 | 
			
		||||
 | 
			
		||||
    appRunner()->setEnvironment(m_runnable.environment);
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user