ProjectExplorer: remove confusing function from Project

Change-Id: Ifaed5d8293dadd2ae3cfdab3b027434d4f8caa3e
Reviewed-by: Christian Kandeler <christian.kandeler@qt.io>
This commit is contained in:
David Schulz
2024-05-02 14:39:12 +02:00
parent b7dff8b636
commit bf41545468
8 changed files with 14 additions and 27 deletions

View File

@@ -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");
}