Maemo: Introduce abstract base class for deploy steps targeting devices.

This will make it possible for a MaemoRunConfiguration to work
with deploy steps that do not use Utils::SshConnection, but still
want to make use of our device configurations.
This commit is contained in:
Christian Kandeler
2011-04-21 16:58:38 +02:00
parent f0486a4bb2
commit 253f183df3
13 changed files with 278 additions and 98 deletions

View File

@@ -31,7 +31,6 @@
#include "maemodebugsupport.h"
#include "abstractmaemodeploystep.h"
#include "maemodeployables.h"
#include "maemoglobal.h"
#include "maemosshrunner.h"