forked from qt-creator/qt-creator
ProjectExplorer: Inline BuildStepInfo
Was a more or less arbitrary subset of BuildStepFactory data. Change-Id: Ie37735532da8a15a22d5f92e1b45d6ed5f7758fc Reviewed-by: Christian Stenger <christian.stenger@qt.io>
This commit is contained in:
@@ -110,7 +110,7 @@ bool NimCompilerCleanStep::removeOutFilePath()
|
||||
NimCompilerCleanStepFactory::NimCompilerCleanStepFactory()
|
||||
{
|
||||
registerStep<NimCompilerCleanStep>(Constants::C_NIMCOMPILERCLEANSTEP_ID);
|
||||
setFlags(BuildStepInfo::Unclonable);
|
||||
setFlags(BuildStep::Unclonable);
|
||||
setSupportedStepList(ProjectExplorer::Constants::BUILDSTEPS_CLEAN);
|
||||
setSupportedConfiguration(Constants::C_NIMBUILDCONFIGURATION_ID);
|
||||
setRepeatable(false);
|
||||
|
||||
Reference in New Issue
Block a user