CMake: Make shadowBuildDirectory helper available

Make shadowBuildDirectory(...) a static method of CMakeBuildConfiguration.
That way it can be used by a future projectimporter.

Change-Id: I1b3ffc821ac9197aa5c90e2b78891df7a81a31dd
Reviewed-by: Tobias Hunger <tobias.hunger@theqtcompany.com>
This commit is contained in:
Tobias Hunger
2016-03-01 14:12:35 +01:00
parent 68b99dac2b
commit a8853fa8b1
2 changed files with 25 additions and 16 deletions

View File

@@ -77,6 +77,10 @@ public:
void resetData();
bool persistCMakeState();
static Utils::FileName
shadowBuildDirectory(const Utils::FileName &projectFilePath, const ProjectExplorer::Kit *k,
const QString &bcName, BuildConfiguration::BuildType buildType);
signals:
void errorOccured(const QString &message);