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

@@ -434,7 +434,7 @@ bool Qt4BuildConfiguration::compareToImportFrom(const QString &workingDirectory)
QPair<QtVersion::QmakeBuildConfigs, QStringList> result =
QtVersionManager::scanMakeFile(workingDirectory, version->defaultBuildConfig());
if (qmakeBuildConfiguration() == result.first) {
// The QMake Build Configuration are the same,
// The qmake Build Configuration are the same,
// now compare arguments lists
// we have to compare without the spec/platform cmd argument
// and compare that on its own