Move generic make step to project explorer

As a first step of creating a generic base for the 3 existing
implementations.

Change-Id: I2456db74cb635316f97a247e2a2b6bdb34931440
Reviewed-by: Tobias Hunger <tobias.hunger@qt.io>
This commit is contained in:
Eike Ziller
2018-05-09 09:48:23 +02:00
parent 01dd22dc08
commit 0db5f13dd1
11 changed files with 395 additions and 285 deletions

View File

@@ -475,12 +475,6 @@ void GenericProject::activeBuildConfigurationWasChanged()
refresh(Everything);
}
QStringList GenericProject::buildTargets() const
{
const QStringList targets = { "all", "clean" };
return targets;
}
Project::RestoreResult GenericProject::fromMap(const QVariantMap &map, QString *errorMessage)
{
const RestoreResult result = Project::fromMap(map, errorMessage);