On qt version change updat qmakestep config widget

That is the effective qmake command and summary label.
This commit is contained in:
dt
2009-10-29 19:42:56 +01:00
parent 074b719b79
commit 4798ec5529
4 changed files with 13 additions and 0 deletions

View File

@@ -984,6 +984,7 @@ int Qt4Project::qtVersionId(BuildConfiguration *configuration) const
void Qt4Project::setQtVersion(BuildConfiguration *configuration, int id)
{
configuration->setValue(KEY_QT_VERSION_ID, id);
emit qtVersionChanged(configuration);
updateActiveRunConfiguration();
}