RemoteLinux: Make build/deploysteps constructible by id only

Will help to remove some of the remaining hard dependencies of Qnx and
Boot2Qt on RemoteLinux.

Change-Id: I1a327249a9b2903b5b9d869cb9cd60bb50250a5c
Reviewed-by: Christian Kandeler <christian.kandeler@qt.io>
This commit is contained in:
hjk
2020-09-16 12:08:11 +02:00
parent b7ec9d2fbe
commit 9f378d41e4
7 changed files with 21 additions and 7 deletions

View File

@@ -25,6 +25,8 @@
#include "tarpackagecreationstep.h"
#include "remotelinux_constants.h"
#include <projectexplorer/buildmanager.h>
#include <projectexplorer/deploymentdata.h>
#include <projectexplorer/project.h>
@@ -386,7 +388,7 @@ QVariantMap TarPackageCreationStep::toMap() const
Utils::Id TarPackageCreationStep::stepId()
{
return "MaemoTarPackageCreationStep";
return Constants::TarPackageCreationStepId;
}
QString TarPackageCreationStep::displayName()