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

@@ -204,7 +204,7 @@ void ProjectLoadWizard::setupImportPage(QtVersion *version, QtVersion::QmakeBuil
importLabel->setText(tr("Qt Creator has found an already existing build in the source directory.<br><br>"
"<b>Qt Version:</b> %1<br>"
"<b>Build configuration:</b> %2<br>"
"<b>Additional QMake Arguments:</b>%3")
"<b>Additional qmake Arguments:</b>%3")
.arg(versionString)
.arg(buildConfigString)
.arg(ProjectExplorer::Environment::joinArgumentList(addtionalArguments)));