aboutsummaryrefslogtreecommitdiffstats
path: root/src/plugins/remotelinux/genericdirectuploadstep.h
diff options
context:
space:
mode:
authorChristian Kandeler <christian.kandeler@qt.io>2020-01-07 18:01:13 +0100
committerChristian Kandeler <christian.kandeler@qt.io>2020-01-15 14:57:14 +0000
commitdd7d50bc5321e639b9b14e7125e1e3b509cd14c8 (patch)
treef3d466421d93467bdf96acdc1f2f3a0759817617 /src/plugins/remotelinux/genericdirectuploadstep.h
parent990446407476ac09dd2659d1ad399453efcc2223 (diff)
Qnx: Do not offer incremental deployment
We don't know of a way to retrieve machine-readable file timestamps on that system. Fixes: QTCREATORBUG-23429 Change-Id: Ib33b09e7dffaa296cf1dc44dd5b4b41821e44e3a Reviewed-by: hjk <hjk@qt.io>
Diffstat (limited to 'src/plugins/remotelinux/genericdirectuploadstep.h')
-rw-r--r--src/plugins/remotelinux/genericdirectuploadstep.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/plugins/remotelinux/genericdirectuploadstep.h b/src/plugins/remotelinux/genericdirectuploadstep.h
index cb53b5a6c1..4db719be76 100644
--- a/src/plugins/remotelinux/genericdirectuploadstep.h
+++ b/src/plugins/remotelinux/genericdirectuploadstep.h
@@ -35,7 +35,8 @@ class REMOTELINUX_EXPORT GenericDirectUploadStep : public AbstractRemoteLinuxDep
Q_OBJECT
public:
- GenericDirectUploadStep(ProjectExplorer::BuildStepList *bsl, Core::Id id);
+ GenericDirectUploadStep(ProjectExplorer::BuildStepList *bsl, Core::Id id,
+ bool offerIncrementalDeployment = true);
~GenericDirectUploadStep() override;
static Core::Id stepId();