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:
dt
2009-01-27 18:23:02 +01:00
parent 460c7c9a22
commit daea8e66bf
3 changed files with 134 additions and 20 deletions

View File

@@ -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"));