use the correct function for expanding macros in shell arguments

Task-number: QTCREATORBUG-3887
This commit is contained in:
Oswald Buddenhagen
2011-02-28 17:47:44 +01:00
parent 7a93e643b8
commit bfa2df79d7

View File

@@ -556,7 +556,7 @@ bool ExternalToolRunner::resolve()
return false;
}
{ // arguments
m_resolvedArguments = Utils::expandMacros(m_tool->arguments(),
m_resolvedArguments = Utils::QtcProcess::expandMacros(m_tool->arguments(),
Core::VariableManager::instance()->macroExpander());
}
{ // input