forked from qt-creator/qt-creator
AppMan: Use current setup pattern for build steps
Change-Id: Ia69b9ea67fdec6a33f13fba665ee4589e82a2574 Reviewed-by: hjk <hjk@qt.io>
This commit is contained in:
@@ -5,14 +5,8 @@
|
||||
|
||||
#pragma once
|
||||
|
||||
#include <projectexplorer/buildstep.h>
|
||||
|
||||
namespace AppManager::Internal {
|
||||
|
||||
class AppManagerDeployPackageStepFactory final : public ProjectExplorer::BuildStepFactory
|
||||
{
|
||||
public:
|
||||
AppManagerDeployPackageStepFactory();
|
||||
};
|
||||
void setupAppManagerDeployPackageStep();
|
||||
|
||||
} // namespace AppManager::Internal
|
||||
} // AppManager::Internal
|
||||
|
||||
Reference in New Issue
Block a user