forked from qt-creator/qt-creator
ProjectExplorer: Make BuildSystem:Name variable available
... for use in the default build dir template. Task-number: QTCREATORBUG-26147 Change-Id: I1a32d60e0d5e2db514ac315c48c615c55ccda51f Reviewed-by: hjk <hjk@qt.io>
This commit is contained in:
@@ -103,8 +103,8 @@ FilePath QmakeBuildConfiguration::shadowBuildDirectory(const FilePath &proFilePa
|
||||
return {};
|
||||
|
||||
const QString projectName = proFilePath.completeBaseName();
|
||||
return BuildConfiguration::buildDirectoryFromTemplate(
|
||||
Project::projectDirectory(proFilePath), proFilePath, projectName, k, suffix, buildType);
|
||||
return buildDirectoryFromTemplate(Project::projectDirectory(proFilePath), proFilePath,
|
||||
projectName, k, suffix, buildType, "qmake");
|
||||
}
|
||||
|
||||
const char BUILD_CONFIGURATION_KEY[] = "Qt4ProjectManager.Qt4BuildConfiguration.BuildConfiguration";
|
||||
|
||||
Reference in New Issue
Block a user