Rename QMake to qmake since that's the official spelling.

This commit is contained in:
dt
2010-02-16 13:53:29 +01:00
parent 8e04e42320
commit 3c99f02bcb
10 changed files with 17 additions and 17 deletions

View File

@@ -1385,7 +1385,7 @@ QString QtVersion::invalidReason() const
if (isValid())
return QString();
if (qmakeCommand().isEmpty())
return QApplication::translate("QtVersion", "No QMake path set");
return QApplication::translate("QtVersion", "No qmake path set");
if (displayName().isEmpty())
return QApplication::translate("QtVersion", "Qt Version has no name");
if (m_notInstalled)