forked from qt-creator/qt-creator
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:
@@ -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();
|
||||
|
Reference in New Issue
Block a user