aboutsummaryrefslogtreecommitdiffstats
path: root/src/plugins/remotelinux/remotelinux.pro
diff options
context:
space:
mode:
authorChristian Kandeler <christian.kandeler@nokia.com>2012-05-30 18:22:17 +0200
committerChristian Kandeler <christian.kandeler@nokia.com>2012-05-31 14:07:22 +0200
commitff584622f48474e054ee4e44b2d0646513df4b19 (patch)
treebbf18e34e3f2aecbf2e597ddf3cedc8d76cb4358 /src/plugins/remotelinux/remotelinux.pro
parentf10d751466c68cd8f999aa73884c5f2452632fd3 (diff)
RemoteLinux: Add new deploy step that checks for free space.
Tool output in the "disk full" case can be rather unhelpful, so we check in advance. Change-Id: Ia3f5f0b456b91acf9a8f8e72de870e1df6ea8e80 Reviewed-by: Nikolai Kosjar <nikolai.kosjar@nokia.com>
Diffstat (limited to 'src/plugins/remotelinux/remotelinux.pro')
-rw-r--r--src/plugins/remotelinux/remotelinux.pro11
1 files changed, 8 insertions, 3 deletions
diff --git a/src/plugins/remotelinux/remotelinux.pro b/src/plugins/remotelinux/remotelinux.pro
index 25ccbf6dd85..834306880bf 100644
--- a/src/plugins/remotelinux/remotelinux.pro
+++ b/src/plugins/remotelinux/remotelinux.pro
@@ -57,7 +57,9 @@ HEADERS += \
remotelinuxcustomcommanddeployservice.h \
remotelinuxcustomcommanddeploymentstep.h \
abstractembeddedlinuxtarget.h \
- genericlinuxdeviceconfigurationwidget.h
+ genericlinuxdeviceconfigurationwidget.h \
+ remotelinuxcheckforfreediskspaceservice.h \
+ remotelinuxcheckforfreediskspacestep.h
SOURCES += \
genericembeddedlinuxtarget.cpp \
@@ -108,7 +110,9 @@ SOURCES += \
remotelinuxcustomcommanddeployservice.cpp \
remotelinuxcustomcommanddeploymentstep.cpp \
abstractembeddedlinuxtarget.cpp \
- genericlinuxdeviceconfigurationwidget.cpp
+ genericlinuxdeviceconfigurationwidget.cpp \
+ remotelinuxcheckforfreediskspaceservice.cpp \
+ remotelinuxcheckforfreediskspacestep.cpp
FORMS += \
genericlinuxdeviceconfigurationwizardsetuppage.ui \
@@ -116,7 +120,8 @@ FORMS += \
remotelinuxprocessesdialog.ui \
remotelinuxdeployconfigurationwidget.ui \
profilesupdatedialog.ui \
- genericlinuxdeviceconfigurationwidget.ui
+ genericlinuxdeviceconfigurationwidget.ui \
+ remotelinuxcheckforfreediskspacestepwidget.ui
RESOURCES += remotelinux.qrc