forked from qt-creator/qt-creator
ProjectExplorer: remove confusing function from Project
Change-Id: Ifaed5d8293dadd2ae3cfdab3b027434d4f8caa3e Reviewed-by: Christian Kandeler <christian.kandeler@qt.io>
This commit is contained in:
@@ -64,7 +64,7 @@ static FilePath shadowBuildDirectory(const FilePath &projectFilePath,
|
||||
|
||||
const QString projectName = projectFilePath.parentDir().fileName();
|
||||
return MesonBuildConfiguration::buildDirectoryFromTemplate(
|
||||
Project::projectDirectory(projectFilePath), projectFilePath,
|
||||
projectFilePath.absolutePath(), projectFilePath,
|
||||
projectName, k, bcName, buildType, "meson");
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user