diff --git a/src/plugins/qt4projectmanager/qmakestep.cpp b/src/plugins/qt4projectmanager/qmakestep.cpp index 84a1b5cf473..918f5cec767 100644 --- a/src/plugins/qt4projectmanager/qmakestep.cpp +++ b/src/plugins/qt4projectmanager/qmakestep.cpp @@ -269,6 +269,9 @@ void QMakeStepConfigWidget::buildConfigurationChanged() static_cast(m_step->project())->invalidateCachedTargetInformation(); updateTitleLabel(); updateEffectiveQMakeCall(); + // TODO if exact parsing is the default, we need to update the code model + // and all the Qt4ProFileNodes + //static_cast(m_step->project())->update(); } QString QMakeStepConfigWidget::displayName() const