summaryrefslogtreecommitdiff
path: root/src/plugins/projectexplorer/target.h
diff options
context:
space:
mode:
authorChristian Kandeler <christian.kandeler@qt.io>2019-04-12 14:49:59 +0200
committerChristian Kandeler <christian.kandeler@qt.io>2019-04-23 15:52:05 +0000
commit261d7752b00dfe7191ebd1436e9e96a5212e1bb3 (patch)
tree08e5040fe25cd244221b0dd5f9b296ef0487a331 /src/plugins/projectexplorer/target.h
parent8827d83115b5b3c88446dd3ba50341ca3b738c0a (diff)
downloadqt-creator-261d7752b00dfe7191ebd1436e9e96a5212e1bb3.tar.gz
RemoteLinux: Retrieve deployment info from local install root
This provides correct deployment information as seen by the build system when Qt Creator cannot retrieve it directly. It's most useful for autotools and cmake projects, but can also help with qmake in certain edge cases. [ChangeLog] It is no longer necessary to provide a QtCreatorDeployment.txt file when using CMake projects with remote Linux devices. Fixes: QTCREATORBUG-21855 Change-Id: I27e07a45dd1565e489f4b573cc3fff8191c57d9b Reviewed-by: Leena Miettinen <riitta-leena.miettinen@qt.io> Reviewed-by: hjk <hjk@qt.io>
Diffstat (limited to 'src/plugins/projectexplorer/target.h')
-rw-r--r--src/plugins/projectexplorer/target.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/plugins/projectexplorer/target.h b/src/plugins/projectexplorer/target.h
index e236d22dcb..3ac437787c 100644
--- a/src/plugins/projectexplorer/target.h
+++ b/src/plugins/projectexplorer/target.h
@@ -41,6 +41,7 @@ class BuildTargetInfo;
class DeployConfiguration;
class DeploymentData;
class Kit;
+class MakeInstallCommand;
class Project;
class RunConfiguration;
@@ -118,6 +119,7 @@ public:
void setNamedSettings(const QString &name, const QVariant &value);
QVariant additionalData(Core::Id id) const;
+ MakeInstallCommand makeInstallCommand(const QString &installRoot) const;
template<typename S, typename R, typename T>
void subscribeSignal(void (S::*sig)(), R*recv, T (R::*sl)()) {