forked from qt-creator/qt-creator
Compile fix gcc 4.5/MinGW
This commit is contained in:
@@ -165,7 +165,7 @@ DebuggerRunControl::DebuggerRunControl(DebuggerManager *manager, const DebuggerS
|
||||
init();
|
||||
|
||||
if (m_startParameters->environment.empty())
|
||||
m_startParameters->environment = ProjectExplorer::Environment::Environment().toStringList();
|
||||
m_startParameters->environment = ProjectExplorer::Environment().toStringList();
|
||||
m_startParameters->useTerminal = false;
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user