forked from qt-creator/qt-creator
On qt version change updat qmakestep config widget
That is the effective qmake command and summary label.
This commit is contained in:
@@ -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();
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user