summaryrefslogtreecommitdiff
path: root/src/plugins/remotelinux/makeinstallstep.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/plugins/remotelinux/makeinstallstep.h')
-rw-r--r--src/plugins/remotelinux/makeinstallstep.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/plugins/remotelinux/makeinstallstep.h b/src/plugins/remotelinux/makeinstallstep.h
index 5620c966b4..78f9029a9e 100644
--- a/src/plugins/remotelinux/makeinstallstep.h
+++ b/src/plugins/remotelinux/makeinstallstep.h
@@ -48,6 +48,7 @@ private:
bool init() override;
void finish(bool success) override;
void stdError(const QString &line) override;
+ bool isJobCountSupported() const override { return false; }
Utils::FilePath installRoot() const;
bool cleanInstallRoot() const;