forked from qt-creator/qt-creator
ProjectExplorer: Remove effectively unused enum
Change-Id: Ie4f23e5658e57a367ab77c2cc40443f32a60a8d0 Reviewed-by: hjk <hjk@qt.io>
This commit is contained in:
@@ -1370,7 +1370,7 @@ FilePath CMakeBuildConfiguration::shadowBuildDirectory(const FilePath &projectFi
|
||||
const QString projectName = projectFilePath.parentDir().fileName();
|
||||
const FilePath projectDir = Project::projectDirectory(projectFilePath);
|
||||
FilePath buildPath = BuildConfiguration::buildDirectoryFromTemplate(projectDir,
|
||||
projectFilePath, projectName, k, bcName, buildType, BuildConfiguration::ReplaceSpaces);
|
||||
projectFilePath, projectName, k, bcName, buildType);
|
||||
|
||||
if (CMakeGeneratorKitAspect::isMultiConfigGenerator(k)) {
|
||||
QString path = buildPath.path();
|
||||
|
||||
Reference in New Issue
Block a user