forked from qt-creator/qt-creator
ProjectExplorer: Allow an extraInit function to be called
... when BuildSteps are created. Potentially useful to tweak step behavior without the need to inherit or such. Change-Id: I8c8e9bdec84fafc454db9dc9a492d399b00b7f57 Reviewed-by: hjk <hjk@qt.io>
This commit is contained in:
@@ -3,6 +3,8 @@
|
||||
|
||||
#pragma once
|
||||
|
||||
#include <qglobal.h>
|
||||
|
||||
#include "cmakeabstractprocessstep.h"
|
||||
#include <utils/treemodel.h>
|
||||
|
||||
@@ -39,7 +41,7 @@ public:
|
||||
CMakeBuildStep(ProjectExplorer::BuildStepList *bsl, Utils::Id id);
|
||||
|
||||
QStringList buildTargets() const;
|
||||
void setBuildTargets(const QStringList &target);
|
||||
void setBuildTargets(const QStringList &target) override;
|
||||
|
||||
bool buildsBuildTarget(const QString &target) const;
|
||||
void setBuildsBuildTarget(const QString &target, bool on);
|
||||
|
||||
Reference in New Issue
Block a user