OSDN Git Service

Update makestep on toolchain changes
authorTobias Hunger <tobias.hunger@nokia.com>
Thu, 14 Apr 2011 15:23:48 +0000 (17:23 +0200)
committerTobias Hunger <tobias.hunger@nokia.com>
Thu, 14 Apr 2011 15:25:02 +0000 (17:25 +0200)
This way the makestep configuration widget's details will reflect
the actual arguments used.

src/plugins/qt4projectmanager/makestep.cpp

index da730f9..30742f5 100644 (file)
@@ -293,6 +293,8 @@ MakeStepConfigWidget::MakeStepConfigWidget(MakeStep *makeStep)
             this, SLOT(userArgumentsChanged()));
     connect(makeStep->buildConfiguration(), SIGNAL(buildDirectoryChanged()),
             this, SLOT(updateDetails()));
+    connect(makeStep->buildConfiguration(), SIGNAL(toolChainChanged()),
+            this, SLOT(updateDetails()));
 
     connect(makeStep->qt4BuildConfiguration(), SIGNAL(qtVersionChanged()),
             this, SLOT(qtVersionChanged()));