summaryrefslogtreecommitdiff
path: root/src/plugins/qmakeprojectmanager/qmakestep.h
diff options
context:
space:
mode:
authorTobias Hunger <tobias.hunger@theqtcompany.com>2015-11-13 12:19:35 +0100
committerTobias Hunger <tobias.hunger@theqtcompany.com>2015-11-16 14:04:59 +0000
commit79f82d0d0ae9fffb4daebdc10bc1abe1761b99e1 (patch)
tree3ea76f0fada59fb3203240e8a05d39661cf62464 /src/plugins/qmakeprojectmanager/qmakestep.h
parentcedf015c10cae35738ff7651389c660f101d0e98 (diff)
downloadqt-creator-79f82d0d0ae9fffb4daebdc10bc1abe1761b99e1.tar.gz
BuildManager: Provide context of earlier build steps to init
This information can be used to get information from earlier steps, which e.g. queried for android devices to deploy to. Change-Id: Iefe1c9443915cb6211f86f98ff7aaf3cb75145ba Reviewed-by: Niels Weber <niels.weber@theqtcompany.com>
Diffstat (limited to 'src/plugins/qmakeprojectmanager/qmakestep.h')
-rw-r--r--src/plugins/qmakeprojectmanager/qmakestep.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/plugins/qmakeprojectmanager/qmakestep.h b/src/plugins/qmakeprojectmanager/qmakestep.h
index bf014f2a67..cf0753056b 100644
--- a/src/plugins/qmakeprojectmanager/qmakestep.h
+++ b/src/plugins/qmakeprojectmanager/qmakestep.h
@@ -131,7 +131,7 @@ public:
explicit QMakeStep(ProjectExplorer::BuildStepList *parent);
QmakeBuildConfiguration *qmakeBuildConfiguration() const;
- bool init() override;
+ bool init(QList<const BuildStep *> &earlierSteps) override;
void run(QFutureInterface<bool> &) override;
ProjectExplorer::BuildStepConfigWidget *createConfigWidget() override;
bool immutable() const override;