aboutsummaryrefslogtreecommitdiffstats
path: root/src/plugins/remotelinux/remotelinux.qbs
diff options
context:
space:
mode:
authorChristian Kandeler <christian.kandeler@digia.com>2014-05-06 18:48:10 +0200
committerChristian Kandeler <christian.kandeler@digia.com>2014-05-07 16:34:57 +0200
commit07d4c290439282b83c84c5ebd7dcd0f108290ed3 (patch)
tree8f0436fec783afc7b6e62415f0906c61da222687 /src/plugins/remotelinux/remotelinux.qbs
parentb9f79cbd01cb6ed4495f7dc8e7878342150de3cc (diff)
RemoteLinux: Provide a custom run configuration.
Like the existing "Custom Executable" run config, but for a remote Linux target. Task-number: QTCREATORBUG-12168 Change-Id: I0527c2f8080f0e3467fe7210968435fc401fbf76 Reviewed-by: Daniel Teske <daniel.teske@digia.com>
Diffstat (limited to 'src/plugins/remotelinux/remotelinux.qbs')
-rw-r--r--src/plugins/remotelinux/remotelinux.qbs3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/plugins/remotelinux/remotelinux.qbs b/src/plugins/remotelinux/remotelinux.qbs
index 3f661787f2..bf8bf94242 100644
--- a/src/plugins/remotelinux/remotelinux.qbs
+++ b/src/plugins/remotelinux/remotelinux.qbs
@@ -73,6 +73,9 @@ QtcPlugin {
"remotelinuxcustomcommanddeploymentstep.h",
"remotelinuxcustomcommanddeployservice.cpp",
"remotelinuxcustomcommanddeployservice.h",
+ "remotelinuxcustomrunconfiguration.cpp",
+ "remotelinuxcustomrunconfiguration.h",
+ "remotelinuxcustomrunconfigurationwidget.ui",
"remotelinuxdebugsupport.cpp",
"remotelinuxdebugsupport.h",
"remotelinuxdeployconfiguration.cpp",