diff options
author | hjk <hjk121@nokiamail.com> | 2014-10-22 09:16:55 +0200 |
---|---|---|
committer | hjk <hjk121@nokiamail.com> | 2014-10-22 10:21:46 +0200 |
commit | edc08ba2bc2ca0e4853d1e8a5aaf25908f3d1b4e (patch) | |
tree | de20c54258e1e66d07fe04d5f24120fe04d710a4 /src/plugins/qmakeprojectmanager/qmakeproject.h | |
parent | 5003bc60d0ec8188e0f4b9458b821fb7ffb55de9 (diff) | |
download | qt-creator-edc08ba2bc2ca0e4853d1e8a5aaf25908f3d1b4e.tar.gz |
Move uses of ProjectMacroExpander closer to build configuration
All static functions, can live closer to related code.
Change-Id: I54c5680256c78f1d09b4bee3e8843b2f4350b75a
Reviewed-by: Tobias Hunger <tobias.hunger@theqtcompany.com>
Diffstat (limited to 'src/plugins/qmakeprojectmanager/qmakeproject.h')
-rw-r--r-- | src/plugins/qmakeprojectmanager/qmakeproject.h | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/src/plugins/qmakeprojectmanager/qmakeproject.h b/src/plugins/qmakeprojectmanager/qmakeproject.h index 7eafa30dec..2e0892a1aa 100644 --- a/src/plugins/qmakeprojectmanager/qmakeproject.h +++ b/src/plugins/qmakeprojectmanager/qmakeproject.h @@ -132,9 +132,6 @@ public: /// \internal QString disabledReasonForRunConfiguration(const QString &proFilePath); - /// suffix should be unique - static QString shadowBuildDirectory(const QString &profilePath, const ProjectExplorer::Kit *k, - const QString &suffix); /// used by the default implementation of shadowBuildDirectory static QString buildNameFor(const ProjectExplorer::Kit *k); |