forked from qt-creator/qt-creator
QtVersionManager: Small debugging output fix
This commit is contained in:
@@ -1546,7 +1546,7 @@ void QtVersion::updateAbiAndMkspec() const
|
|||||||
if (m_abis.isEmpty()) {
|
if (m_abis.isEmpty()) {
|
||||||
qDebug() << "Could not find ABI for" << m_mkspecFullPath << qmakeCXX;
|
qDebug() << "Could not find ABI for" << m_mkspecFullPath << qmakeCXX;
|
||||||
qDebug() << "Qt Creator doesn't know about the system includes, "
|
qDebug() << "Qt Creator doesn't know about the system includes, "
|
||||||
"nor the systems defines.";
|
"nor the system defines.";
|
||||||
}
|
}
|
||||||
|
|
||||||
QStringList configValues = evaluator.values("CONFIG");
|
QStringList configValues = evaluator.values("CONFIG");
|
||||||
|
Reference in New Issue
Block a user