C++: ProjectParts now contain everything that gets linked together.

Change-Id: Ib862e51897156a03a4a45e2a1690b00caeb03518
Reviewed-by: Daniel Teske <daniel.teske@digia.com>
This commit is contained in:
Erik Verbruggen
2012-11-23 16:29:00 +01:00
parent ace205fe91
commit 964c01a460
7 changed files with 57 additions and 38 deletions

View File

@@ -339,7 +339,7 @@ bool CMakeProject::parseCMakeLists()
part->sourceFiles = m_files;
part->defines = allDefines;
part->frameworkPaths = allFrameworkPaths;
part->language = CPlusPlus::CppModelManagerInterface::CXX;
part->language = CPlusPlus::CppModelManagerInterface::ProjectPart::CXX;
pinfo.appendProjectPart(part);
modelmanager->updateProjectInfo(pinfo);
m_codeModelFuture.cancel();