forked from qt-creator/qt-creator
CMakeProjectManager: Export CMakeProject
Export CMakeProject to make it possible for plugins to inspect the BuildTargets of a cmake project. Change-Id: Ia7eb94689afefee7789e32ec009579856746787a Reviewed-by: Daniel Teske <daniel.teske@theqtcompany.com>
This commit is contained in:
@@ -38,9 +38,9 @@ namespace ProjectExplorer { class ToolChain; }
|
||||
|
||||
namespace CMakeProjectManager {
|
||||
class CMakeBuildInfo;
|
||||
class CMakeProject;
|
||||
|
||||
namespace Internal {
|
||||
class CMakeProject;
|
||||
|
||||
class CMakeBuildConfigurationFactory;
|
||||
|
||||
@@ -75,7 +75,7 @@ private:
|
||||
QString m_msvcVersion;
|
||||
bool m_useNinja;
|
||||
|
||||
friend class CMakeProject;
|
||||
friend class CMakeProjectManager::CMakeProject;
|
||||
};
|
||||
|
||||
class CMakeBuildConfigurationFactory : public ProjectExplorer::IBuildConfigurationFactory
|
||||
|
||||
Reference in New Issue
Block a user