aboutsummaryrefslogtreecommitdiffstats
path: root/src/plugins/remotelinux/remotelinux.pro
diff options
context:
space:
mode:
authorDavid Schulz <david.schulz@digia.com>2013-09-16 15:30:30 +0200
committerDavid Schulz <david.schulz@digia.com>2013-09-20 10:48:47 +0200
commita06af356318bb8ed7a402bc5e5beee3b268df521 (patch)
treeb936265f13596f406a2bf9eb7c0aa16dfad6813e /src/plugins/remotelinux/remotelinux.pro
parentca15d0aa95fec76ce41c72ed747894969c978986 (diff)
ProjectExplorer: Introduce DeviceProcessSignalOperation.
Every device can now return a DeviceProcessSignalOperation, which allows to kill or interrupt processes running on the device. Change-Id: Idaa04ebc767e09ca167fa033ed93860b9b81479e Reviewed-by: Christian Kandeler <christian.kandeler@digia.com> Reviewed-by: David Kaspar <dkaspar@blackberry.com> Reviewed-by: hjk <hjk121@nokiamail.com>
Diffstat (limited to 'src/plugins/remotelinux/remotelinux.pro')
-rw-r--r--src/plugins/remotelinux/remotelinux.pro6
1 files changed, 4 insertions, 2 deletions
diff --git a/src/plugins/remotelinux/remotelinux.pro b/src/plugins/remotelinux/remotelinux.pro
index 8c4453cabb3..b6d76fc30ff 100644
--- a/src/plugins/remotelinux/remotelinux.pro
+++ b/src/plugins/remotelinux/remotelinux.pro
@@ -48,7 +48,8 @@ HEADERS += \
remotelinuxdeploymentdatamodel.h \
remotelinuxanalyzesupport.h \
abstractremotelinuxrunsupport.h \
- linuxdeviceprocess.h
+ linuxdeviceprocess.h \
+ remotelinuxsignaloperation.h
SOURCES += \
embeddedlinuxqtversion.cpp \
@@ -94,7 +95,8 @@ SOURCES += \
remotelinuxdeploymentdatamodel.cpp \
remotelinuxanalyzesupport.cpp \
abstractremotelinuxrunsupport.cpp \
- linuxdeviceprocess.cpp
+ linuxdeviceprocess.cpp \
+ remotelinuxsignaloperation.cpp
FORMS += \
genericlinuxdeviceconfigurationwizardsetuppage.ui \