aboutsummaryrefslogtreecommitdiffstats
path: root/src/plugins/qmakeprojectmanager/qmakeparsernodes.h
diff options
context:
space:
mode:
authorhjk <[email protected]>2020-03-20 14:55:49 +0100
committerhjk <[email protected]>2020-03-23 07:42:15 +0000
commit80a766a2cbffdedc975f6ed3ebe225bfcfb433d9 (patch)
tree2b8e5162f1ccabfff7342de04fa004b3c800e4b1 /src/plugins/qmakeprojectmanager/qmakeparsernodes.h
parenta040bebe5d61837178ae0aebddd5f8a571ff2307 (diff)
Qmake: Move buildDir() from ProFileNode to QmakeBuildSystem
More a buildsystem than a node thing in general and removes one use of activeBuildSystem and one use of the ProFileNode -> ProFile back pointers. Change-Id: Ie007fcd0db9e9294a08b3a1cd68f825c7d3dc9b8 Reviewed-by: Christian Kandeler <[email protected]>
Diffstat (limited to 'src/plugins/qmakeprojectmanager/qmakeparsernodes.h')
-rw-r--r--src/plugins/qmakeprojectmanager/qmakeparsernodes.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/plugins/qmakeprojectmanager/qmakeparsernodes.h b/src/plugins/qmakeprojectmanager/qmakeparsernodes.h
index b30aafd6af9..54331a82d73 100644
--- a/src/plugins/qmakeprojectmanager/qmakeparsernodes.h
+++ b/src/plugins/qmakeprojectmanager/qmakeparsernodes.h
@@ -321,7 +321,6 @@ public:
}
Utils::FilePath sourceDir() const;
- Utils::FilePath buildDir(ProjectExplorer::BuildConfiguration *bc = nullptr) const;
Utils::FilePaths generatedFiles(const Utils::FilePath &buildDirectory,
const Utils::FilePath &sourceFile,