BuildStep: Make build steps more widely available

Make the build steps apply to more buildsteplists.

Task-number: QTCREATORBUG-19823 (and similar for other build steps)
Change-Id: I09d3b4b6ad99453cb587303aa78b46e8a4f360bb
Reviewed-by: Eike Ziller <eike.ziller@qt.io>
This commit is contained in:
Tobias Hunger
2018-04-10 13:11:25 +02:00
parent 38b6b79775
commit d6543baa88
5 changed files with 2 additions and 12 deletions

View File

@@ -65,9 +65,6 @@ MakeStepFactory::MakeStepFactory()
registerStep<MakeStep>(MAKE_STEP_ID);
setDisplayName(tr("Make", "Display name for AutotoolsProjectManager::MakeStep id."));
setSupportedProjectType(AUTOTOOLS_PROJECT_ID);
setSupportedStepLists({ProjectExplorer::Constants::BUILDSTEPS_BUILD,
ProjectExplorer::Constants::BUILDSTEPS_CLEAN,
ProjectExplorer::Constants::BUILDSTEPS_DEPLOY});
}
// MakeStep