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:
Dominik Holland
2024-01-24 10:16:01 +01:00
parent 983fc4bcf6
commit 07d347a0c3

View File

@@ -26,8 +26,8 @@ class RemoteLinuxDeployStepFactory : public Factory
public:
RemoteLinuxDeployStepFactory()
{
Factory::setSupportedConfiguration(RemoteLinux::Constants::DeployToGenericLinux);
Factory::setSupportedStepList(ProjectExplorer::Constants::BUILDSTEPS_DEPLOY);
Factory::setSupportedDeviceType(RemoteLinux::Constants::GenericLinuxOsType);
}
};