aboutsummaryrefslogtreecommitdiffstats
path: root/src/plugins/projectexplorer/runcontrol.h
diff options
context:
space:
mode:
authorhjk <hjk@qt.io>2019-08-30 12:00:57 +0200
committerhjk <hjk@qt.io>2019-09-24 11:20:51 +0000
commitbcaeb73e68b1880848252c634626c57bd6f18221 (patch)
tree26e787ddc7084d97c94470ad133b08223353223b /src/plugins/projectexplorer/runcontrol.h
parentbef986f3fde6a591734c7b2eedc76a036d854bde (diff)
ProjectExplorer: Store parts of active build config in runcontrol
... on runcontrol creation to prevent later access. Adapt some users. There are more to come. Change-Id: I2a3fe5eea0ada4eff7d08b79a6f49694e6962c8a Reviewed-by: Christian Kandeler <christian.kandeler@qt.io>
Diffstat (limited to 'src/plugins/projectexplorer/runcontrol.h')
-rw-r--r--src/plugins/projectexplorer/runcontrol.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/src/plugins/projectexplorer/runcontrol.h b/src/plugins/projectexplorer/runcontrol.h
index a9f55c1a24..1ad3e26b27 100644
--- a/src/plugins/projectexplorer/runcontrol.h
+++ b/src/plugins/projectexplorer/runcontrol.h
@@ -26,6 +26,7 @@
#pragma once
#include "applicationlauncher.h"
+#include "buildconfiguration.h"
#include "devicesupport/idevice.h"
#include "projectexplorerconstants.h"
#include "runconfiguration.h"
@@ -228,6 +229,9 @@ public:
}
QString buildKey() const;
+ BuildConfiguration::BuildType buildType() const;
+ Utils::FilePath buildDirectory() const;
+ Utils::Environment buildEnvironment() const;
QVariantMap settingsData(Core::Id id) const;