RemoteLinuxDeployService: Remove superfluous dependency on bc

Change-Id: I214bf081192c4071d4082623792f7a12a9de61c8
Reviewed-by: Christian Kandeler <christian.kandeler@digia.com>
This commit is contained in:
Daniel Teske
2012-12-06 19:21:19 +01:00
parent 92481f1bbb
commit 66bff3f1f1
4 changed files with 16 additions and 17 deletions

View File

@@ -83,7 +83,7 @@ QVariantMap AbstractRemoteLinuxDeployStep::toMap() const
bool AbstractRemoteLinuxDeployStep::init()
{
QString error;
deployService()->setBuildConfiguration(target()->activeBuildConfiguration());
deployService()->setTarget(target());
const bool canDeploy = initInternal(&error);
if (!canDeploy)
emit addOutput(tr("Cannot deploy: %1").arg(error), ErrorMessageOutput);