CMake: Add UI to display and edit cmake configuration

Change-Id: I95944dcd58dc86023c2757068979f92b8989011b
Reviewed-by: Tim Jenssen <tim.jenssen@theqtcompany.com>
This commit is contained in:
Tobias Hunger
2016-01-27 10:22:07 +01:00
parent f71b3652f4
commit 28e4306865
10 changed files with 645 additions and 11 deletions

View File

@@ -74,6 +74,8 @@ public:
void parse();
void forceReparse();
void setInputConfiguration(const CMakeConfig &config);
bool isProjectFile(const Utils::FileName &fileName) const;
QString projectName() const;
QList<CMakeBuildTarget> buildTargets() const;