forked from qt-creator/qt-creator
AppMan: Remove the "Remote Package installation" step
Instead of having a local and a remote step, we can use a single step for both cases. The code of the remote step is now used also locally. Change-Id: I08d3b07761b77b3618f3db001a0d83d1eea65421 Reviewed-by: hjk <hjk@qt.io>
This commit is contained in:
@@ -8,7 +8,6 @@
|
||||
#include "appmanagerdeployconfigurationfactory.h"
|
||||
#include "appmanagerdeploypackagestep.h"
|
||||
#include "appmanagerinstallpackagestep.h"
|
||||
#include "appmanagerremoteinstallpackagestep.h"
|
||||
#include "appmanagercmakepackagestep.h"
|
||||
#include "appmanagerrunconfiguration.h"
|
||||
#include "appmanagerruncontrol.h"
|
||||
@@ -28,7 +27,6 @@ class AppManagerPlugin final : public ExtensionSystem::IPlugin
|
||||
setupAppManagerCreatePackageStep();
|
||||
setupAppManagerDeployPackageStep();
|
||||
setupAppManagerInstallPackageStep();
|
||||
setupAppManagerRemoteInstallPackageStep();
|
||||
|
||||
setupAppManagerDeployConfiguration();
|
||||
setupAppManagerDeployConfigurationAutoSwitcher();
|
||||
|
||||
Reference in New Issue
Block a user