From d282a0708f4c9a0e2a4c5202c4fdec73a2b0de77 Mon Sep 17 00:00:00 2001 From: hjk Date: Mon, 27 Nov 2017 15:09:07 +0100 Subject: [PATCH] RemoteLinux: Restrict remote custom exe runconfig to remote case It was accidentally showing up for the desktop case, too. Change-Id: I3baa354b83bec93866af5f31699ccc7d8a2fe3c7 Reviewed-by: Ulf Hermann Reviewed-by: Christian Kandeler --- src/plugins/remotelinux/remotelinuxrunconfigurationfactory.cpp | 1 + 1 file changed, 1 insertion(+) diff --git a/src/plugins/remotelinux/remotelinuxrunconfigurationfactory.cpp b/src/plugins/remotelinux/remotelinuxrunconfigurationfactory.cpp index b59ab965930..b25ceaa896c 100644 --- a/src/plugins/remotelinux/remotelinuxrunconfigurationfactory.cpp +++ b/src/plugins/remotelinux/remotelinuxrunconfigurationfactory.cpp @@ -74,6 +74,7 @@ RemoteLinuxCustomRunConfigurationFactory::RemoteLinuxCustomRunConfigurationFacto setObjectName("RemoteLinuxCustomRunConfiguration"); registerRunConfiguration (RemoteLinuxCustomRunConfiguration::runConfigId()); + setSupportedTargetDeviceTypes({RemoteLinux::Constants::GenericLinuxOsType}); } QList