QtVersionManager: Small debugging output fix

This commit is contained in:
Kai Koehne
2011-02-24 09:14:32 +01:00
parent 9b7baaf9a2
commit d90d6729ad

View File

@@ -1546,7 +1546,7 @@ 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 systems defines.";
"nor the system defines.";
}
QStringList configValues = evaluator.values("CONFIG");