forked from qt-creator/qt-creator
RemoteLinux: Allow the deploy steps to be used in all deploy configurations
Instead of limiting them to a specific deployment configuration, they are now limited to the RemoteLinux device. Change-Id: I4a8eebd055985b63815ac6fbb3b9e04c297bd1ab Reviewed-by: hjk <hjk@qt.io>
This commit is contained in:
@@ -26,8 +26,8 @@ class RemoteLinuxDeployStepFactory : public Factory
|
|||||||
public:
|
public:
|
||||||
RemoteLinuxDeployStepFactory()
|
RemoteLinuxDeployStepFactory()
|
||||||
{
|
{
|
||||||
Factory::setSupportedConfiguration(RemoteLinux::Constants::DeployToGenericLinux);
|
|
||||||
Factory::setSupportedStepList(ProjectExplorer::Constants::BUILDSTEPS_DEPLOY);
|
Factory::setSupportedStepList(ProjectExplorer::Constants::BUILDSTEPS_DEPLOY);
|
||||||
|
Factory::setSupportedDeviceType(RemoteLinux::Constants::GenericLinuxOsType);
|
||||||
}
|
}
|
||||||
};
|
};
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user