forked from qt-creator/qt-creator
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:
@@ -328,9 +328,6 @@ void IosDsymBuildStepConfigWidget::resetDefaults()
|
||||
IosDsymBuildStepFactory::IosDsymBuildStepFactory()
|
||||
{
|
||||
registerStep<IosDsymBuildStep>(Constants::IOS_DSYM_BUILD_STEP_ID);
|
||||
setSupportedStepLists({ProjectExplorer::Constants::BUILDSTEPS_CLEAN,
|
||||
ProjectExplorer::Constants::BUILDSTEPS_BUILD,
|
||||
ProjectExplorer::Constants::BUILDSTEPS_DEPLOY});
|
||||
setSupportedDeviceTypes({Constants::IOS_DEVICE_TYPE,
|
||||
Constants::IOS_SIMULATOR_TYPE});
|
||||
setDisplayName("dsymutil");
|
||||
|
||||
Reference in New Issue
Block a user