Remove wrong output, we pass a explicit -spec argument.

This commit is contained in:
dt
2009-05-18 18:17:58 +02:00
parent 143f6e4ac8
commit f932292877

View File

@@ -114,11 +114,6 @@ bool QMakeStep::init(const QString &name)
QStringList args = arguments(name); QStringList args = arguments(name);
QString workingDirectory = m_pro->buildDirectory(name); QString workingDirectory = m_pro->buildDirectory(name);
Environment environment = m_pro->environment(name);
if (!environment.value("QMAKESPEC").isEmpty() && environment.value("QMAKESPEC") != qtVersion->mkspec())
emit addToOutputWindow(tr("QMAKESPEC from environment (%1) overrides mkspec of selected Qt (%2).")
.arg(environment.value("QMAKESPEC"), qtVersion->mkspec()));
QString program = qtVersion->qmakeCommand(); QString program = qtVersion->qmakeCommand();
// Check wheter we need to run qmake // Check wheter we need to run qmake