forked from qt-creator/qt-creator
Fixes: Changing the build config should update the run config.
Task: 242465 Details: connect quite a few signals. It doesn't work 100%, since it really depends on to many things.
This commit is contained in:
@@ -104,6 +104,7 @@ bool QMakeStep::init(const QString &name)
|
||||
m_buildConfiguration = name;
|
||||
const QtVersion *qtVersion = m_pro->qtVersion(name);
|
||||
|
||||
|
||||
if (!qtVersion->isValid()) {
|
||||
#if defined(Q_OS_MAC)
|
||||
emit addToOutputWindow(tr("\n<font color=\"#ff0000\"><b>No valid Qt version set. Set one in Preferences </b></font>\n"));
|
||||
|
||||
Reference in New Issue
Block a user