CMake: Remove CMakeProject::buildTargetTitles

The only user can also get this information from the relevant
CMakeBuildConfiguration.

Change-Id: I80e176ef0a8bc427f6adbf75b20e29f38d7b949f
Reviewed-by: Eike Ziller <eike.ziller@qt.io>
This commit is contained in:
Tobias Hunger
2019-08-12 14:12:01 +02:00
parent dbfa55f5fc
commit a90b1c26b1
4 changed files with 10 additions and 12 deletions

View File

@@ -71,6 +71,8 @@ public:
Utils::CommandLine cmakeCommand(ProjectExplorer::RunConfiguration *rc) const;
QStringList knownBuildTargets();
QVariantMap toMap() const override;
static QString cleanTarget();