forked from qt-creator/qt-creator
ProjectPart: Add meta information
Add displayname and project file path and a pointer back to the project. Change-Id: Ic9a18f52a6291493bd3a95fd3456ed0e1a3c63e3 Reviewed-by: Erik Verbruggen <erik.verbruggen@digia.com>
This commit is contained in:
committed by
Erik Verbruggen
parent
fe62ad287f
commit
e462c9620d
@@ -337,6 +337,9 @@ bool CMakeProject::parseCMakeLists()
|
||||
pinfo.clearProjectParts();
|
||||
|
||||
CppTools::ProjectPart::Ptr part(new CppTools::ProjectPart);
|
||||
part->project = this;
|
||||
part->displayName = displayName();
|
||||
part->projectFile = projectFilePath();
|
||||
|
||||
part->evaluateToolchain(tc,
|
||||
cxxflags,
|
||||
|
Reference in New Issue
Block a user