Polish target/toolchain warnings a bit.

This commit is contained in:
Friedemann Kleint
2011-02-28 12:29:41 +01:00
parent 09f89d52be
commit 87423acca8
3 changed files with 26 additions and 9 deletions

View File

@@ -1541,9 +1541,11 @@ void QtVersion::updateAbiAndMkspec() const
}
if (m_abis.isEmpty()) {
qDebug() << "Could not find ABI for" << m_mkspecFullPath << qmakeCXX;
qDebug() << "Qt Creator doesn't know about the system includes, "
"nor the system defines.";
qWarning("Warning: Could not find ABI for '%s' ('%s', %s) /%s "
"Qt Creator does not know about the system includes, "
"nor the system defines.",
qPrintable(m_mkspecFullPath), qPrintable(displayName()),
qPrintable(qmakeCommand()), qPrintable(qmakeCXX));
}
QStringList configValues = evaluator.values("CONFIG");