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:
Benjamin Zeller
2015-03-10 14:24:14 +01:00
parent 7ca9f1f277
commit cd3238cead
7 changed files with 30 additions and 22 deletions

View File

@@ -34,6 +34,8 @@
#include <projectexplorer/projectnodes.h>
namespace CMakeProjectManager {
class CMakeProject;
namespace Internal {
class CMakeProjectNode : public ProjectExplorer::ProjectNode