forked from qt-creator/qt-creator
RemoteLinuxDeployService: Remove superfluous dependency on bc
Change-Id: I214bf081192c4071d4082623792f7a12a9de61c8 Reviewed-by: Christian Kandeler <christian.kandeler@digia.com>
This commit is contained in:
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user