aboutsummaryrefslogtreecommitdiffstats
path: root/src/plugins/remotelinux/remotelinux.pro
diff options
context:
space:
mode:
authorChristian Kandeler <christian.kandeler@qt.io>2017-11-28 17:41:50 +0100
committerChristian Kandeler <christian.kandeler@qt.io>2017-12-13 15:02:27 +0000
commit881ad3401cde08203d9624b6e6705c8db3454322 (patch)
treeb4bf2f24ab7282d1e07ec518f57b04f1d9a486d2 /src/plugins/remotelinux/remotelinux.pro
parent299d0f0e4f79d3c514f4cc18f6665d2f6ad24332 (diff)
RemoteLinux: Kill remote app before deployment
It's unlikely you want to have two instances running at the same time, and SFTP does not let you overwrite a running executable anyway. Task-number: QTCREATORBUG-19326 Change-Id: Iac48d28f538307fc1764f973ce0c9959ef89af03 Reviewed-by: hjk <hjk@qt.io>
Diffstat (limited to 'src/plugins/remotelinux/remotelinux.pro')
-rw-r--r--src/plugins/remotelinux/remotelinux.pro4
1 files changed, 4 insertions, 0 deletions
diff --git a/src/plugins/remotelinux/remotelinux.pro b/src/plugins/remotelinux/remotelinux.pro
index e1b755a4b0..1abcf3dfde 100644
--- a/src/plugins/remotelinux/remotelinux.pro
+++ b/src/plugins/remotelinux/remotelinux.pro
@@ -40,6 +40,8 @@ HEADERS += \
genericlinuxdeviceconfigurationwidget.h \
remotelinuxcheckforfreediskspaceservice.h \
remotelinuxcheckforfreediskspacestep.h \
+ remotelinuxkillappservice.h \
+ remotelinuxkillappstep.h \
remotelinuxqmltoolingsupport.h \
linuxdeviceprocess.h \
remotelinuxcustomrunconfiguration.h \
@@ -82,6 +84,8 @@ SOURCES += \
genericlinuxdeviceconfigurationwidget.cpp \
remotelinuxcheckforfreediskspaceservice.cpp \
remotelinuxcheckforfreediskspacestep.cpp \
+ remotelinuxkillappservice.cpp \
+ remotelinuxkillappstep.cpp \
remotelinuxqmltoolingsupport.cpp \
linuxdeviceprocess.cpp \
remotelinuxcustomrunconfiguration.cpp \