forked from qt-creator/qt-creator
Remove wrong output, we pass a explicit -spec argument.
This commit is contained in:
@@ -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
|
||||||
|
|||||||
Reference in New Issue
Block a user