forked from qt-creator/qt-creator
Qmake: Add variable choosers where variables are parsed
Change-Id: I6203ebadbc934a7ae80ae1c5ca3cfad2471b787e Reviewed-by: Tobias Hunger <tobias.hunger@qt.io>
This commit is contained in:
committed by
Orgad Shaneh
parent
75538aa060
commit
74e570a858
@@ -262,7 +262,7 @@ void MakeStepConfigWidget::updateDetails()
|
||||
Utils::QtcProcess::addArgs(&arguments, m_makeStep->additionalArguments());
|
||||
|
||||
ProcessParameters param;
|
||||
param.setMacroExpander(bc->macroExpander());
|
||||
param.setMacroExpander(m_makeStep->macroExpander());
|
||||
param.setEnvironment(bc->environment());
|
||||
param.setWorkingDirectory(bc->buildDirectory().toString());
|
||||
param.setCommand(tcList.at(0)->makeCommand(bc->environment()));
|
||||
|
||||
Reference in New Issue
Block a user