forked from qt-creator/qt-creator
s/ProjectExpander/ProjectMacroExpander/g
The new name is a better description of what the class is all about, it matches the filename and it does not conflict show up when trying to expand "PE" to ProjectExplorer. Change-Id: Ie6a10b9a83dc8bc529e35e3381f733dbe25847a3 Reviewed-by: Daniel Teske <daniel.teske@digia.com>
This commit is contained in:
@@ -209,7 +209,7 @@ QString CMakeProject::shadowBuildDirectory(const QString &projectFilePath, const
|
||||
return info.absolutePath();
|
||||
|
||||
const QString projectName = QFileInfo(info.absolutePath()).fileName();
|
||||
ProjectExplorer::ProjectExpander expander(projectFilePath, projectName, k, bcName);
|
||||
ProjectExplorer::ProjectMacroExpander expander(projectFilePath, projectName, k, bcName);
|
||||
QDir projectDir = QDir(projectDirectory(projectFilePath));
|
||||
QString buildPath = Utils::expandMacros(Core::DocumentManager::buildDirectory(), &expander);
|
||||
return QDir::cleanPath(projectDir.absoluteFilePath(buildPath));
|
||||
|
Reference in New Issue
Block a user