forked from qt-creator/qt-creator
baseqtversion: commands are FilePathes
also renamed the qmlscene* qmlRuntime* Change-Id: Ifd522e21f5ce30aaa54060fdcebee2cd8b9463c4 Reviewed-by: hjk <hjk@qt.io> Reviewed-by: Tim Jenssen <tim.jenssen@qt.io>
This commit is contained in:
@@ -547,8 +547,8 @@ QmakeBuildConfiguration::MakefileState QmakeBuildConfiguration::compareToImportF
|
||||
return MakefileIncompatible;
|
||||
}
|
||||
|
||||
if (version->qmakeCommand() != parse.qmakePath()) {
|
||||
qCDebug(logs) << "**Different Qt versions, buildconfiguration:" << version->qmakeCommand().toString()
|
||||
if (version->qmakeFilePath() != parse.qmakePath()) {
|
||||
qCDebug(logs) << "**Different Qt versions, buildconfiguration:" << version->qmakeFilePath().toString()
|
||||
<< " Makefile:"<< parse.qmakePath().toString();
|
||||
return MakefileForWrongProject;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user