aboutsummaryrefslogtreecommitdiffstats
path: root/src/plugins/remotelinux/remotelinuxplugin.cpp
diff options
context:
space:
mode:
authorhjk <hjk@qt.io>2017-11-09 18:41:01 +0100
committerhjk <hjk@qt.io>2017-11-10 13:04:41 +0000
commit6caece50cf1857504011702843276fcba4a11946 (patch)
tree29f2ccde6014e61c8f9ba4203d57e2b451bcf516 /src/plugins/remotelinux/remotelinuxplugin.cpp
parentab6feb918558aa6c4ab06b5e57225bb7ba087846 (diff)
RemoteLinux: Split off RemoteLinuxCustomRunControlFactory
... from RemoteLinuxRunControlFactory to create a setup where one factory is responsible for one type of RunConfiguration only. This is a temporary measure to allow streamlining the create/restore/ clone boiler plate. Change-Id: I27b987b87001867b66ce797969c779fd207c5a98 Reviewed-by: Christian Kandeler <christian.kandeler@qt.io>
Diffstat (limited to 'src/plugins/remotelinux/remotelinuxplugin.cpp')
-rw-r--r--src/plugins/remotelinux/remotelinuxplugin.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/plugins/remotelinux/remotelinuxplugin.cpp b/src/plugins/remotelinux/remotelinuxplugin.cpp
index a2fa70a5b6..b7d71997d7 100644
--- a/src/plugins/remotelinux/remotelinuxplugin.cpp
+++ b/src/plugins/remotelinux/remotelinuxplugin.cpp
@@ -67,6 +67,7 @@ bool RemoteLinuxPlugin::initialize(const QStringList &arguments,
addAutoReleasedObject(new GenericLinuxDeviceConfigurationFactory);
addAutoReleasedObject(new RemoteLinuxRunConfigurationFactory);
+ addAutoReleasedObject(new RemoteLinuxCustomRunConfigurationFactory);
addAutoReleasedObject(new RemoteLinuxDeployConfigurationFactory);
addAutoReleasedObject(new GenericRemoteLinuxDeployStepFactory);