forked from qt-creator/qt-creator
AutoTools: Simplify build step implementations
... and make it usable remotely. Change-Id: Ib19b661ba5cbb7b8a585c0b130dd672605ff0506 Reviewed-by: <github-actions-qt-creator@cristianadam.eu> Reviewed-by: Christian Stenger <christian.stenger@qt.io>
This commit is contained in:
@@ -7,8 +7,6 @@
|
||||
#include <projectexplorer/buildsteplist.h>
|
||||
#include <projectexplorer/projectexplorerconstants.h>
|
||||
|
||||
using namespace AutotoolsProjectManager::Constants;
|
||||
|
||||
namespace AutotoolsProjectManager::Internal {
|
||||
|
||||
// MakeStep
|
||||
@@ -33,9 +31,9 @@ public:
|
||||
|
||||
MakeStepFactory::MakeStepFactory()
|
||||
{
|
||||
registerStep<MakeStep>(MAKE_STEP_ID);
|
||||
registerStep<MakeStep>(Constants::MAKE_STEP_ID);
|
||||
setDisplayName(ProjectExplorer::MakeStep::defaultDisplayName());
|
||||
setSupportedProjectType(AUTOTOOLS_PROJECT_ID);
|
||||
setSupportedProjectType(Constants::AUTOTOOLS_PROJECT_ID);
|
||||
}
|
||||
|
||||
} // AutotoolsProjectManager::Internal
|
||||
|
||||
Reference in New Issue
Block a user