RemoteLinux: Move current device configuration to deploy configuration.

It used to be in the deploy steps itself, which is theoretically
more flexible, but offers no advantage in practice and also causes
a lot of hassle.

Change-Id: I0eafaf8477067fced86b7a05fd94d72a35e02bb7
Reviewed-on: http://codereview.qt.nokia.com/654
Reviewed-by: Tobias Hunger <tobias.hunger@nokia.com>
This commit is contained in:
Christian Kandeler
2011-06-23 12:50:54 +02:00
parent a68aff709f
commit 51112975ce
21 changed files with 253 additions and 323 deletions

View File

@@ -30,6 +30,8 @@
**************************************************************************/
#include "maemodebugsupport.h"
#include <remotelinux/linuxdeviceconfiguration.h>
#include "maemosshrunner.h"
namespace RemoteLinux {