forked from qt-creator/qt-creator
Update makestep on toolchain changes
This way the makestep configuration widget's details will reflect the actual arguments used.
This commit is contained in:
@@ -293,6 +293,8 @@ MakeStepConfigWidget::MakeStepConfigWidget(MakeStep *makeStep)
|
|||||||
this, SLOT(userArgumentsChanged()));
|
this, SLOT(userArgumentsChanged()));
|
||||||
connect(makeStep->buildConfiguration(), SIGNAL(buildDirectoryChanged()),
|
connect(makeStep->buildConfiguration(), SIGNAL(buildDirectoryChanged()),
|
||||||
this, SLOT(updateDetails()));
|
this, SLOT(updateDetails()));
|
||||||
|
connect(makeStep->buildConfiguration(), SIGNAL(toolChainChanged()),
|
||||||
|
this, SLOT(updateDetails()));
|
||||||
|
|
||||||
connect(makeStep->qt4BuildConfiguration(), SIGNAL(qtVersionChanged()),
|
connect(makeStep->qt4BuildConfiguration(), SIGNAL(qtVersionChanged()),
|
||||||
this, SLOT(qtVersionChanged()));
|
this, SLOT(qtVersionChanged()));
|
||||||
|
Reference in New Issue
Block a user