forked from qt-creator/qt-creator
CppTools: Move RawProjectPart to ProjectExplorer
Doesn't have any dependencies into CppTools anymore, therefore moving it reduces the dependencies of the project managers to CppTools as well. Change-Id: Ibe728abe59eb88a8877943dca1f48a85163e27ac Reviewed-by: hjk <hjk@qt.io>
This commit is contained in:
@@ -31,7 +31,7 @@
|
||||
#include "cmakeprocess.h"
|
||||
#include "cmakeprojectnodes.h"
|
||||
|
||||
#include <cpptools/cpprawprojectpart.h>
|
||||
#include <projectexplorer/rawprojectpart.h>
|
||||
|
||||
#include <memory>
|
||||
|
||||
@@ -45,7 +45,7 @@ public:
|
||||
CMakeConfig cache;
|
||||
QSet<Utils::FilePath> cmakeFiles;
|
||||
QList<CMakeBuildTarget> buildTargets;
|
||||
CppTools::RawProjectParts projectParts;
|
||||
ProjectExplorer::RawProjectParts projectParts;
|
||||
std::unique_ptr<CMakeProjectNode> rootProjectNode;
|
||||
QSet<Utils::FilePath> knownHeaders;
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user