From 07a7d13517ea862c6638e33511caa9e6bab0fe30 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Rapha=C3=ABl=20Brul=C3=A9?=
 <raphael.brule@savoirfairelinux.com>
Date: Wed, 1 Mar 2023 15:59:43 -0500
Subject: [PATCH] build: add qt client link to build instructions

The build manual does not contain the build instructions. This commit
adds a link to jami-client-qt's INSTALL.md, which is where the build
instructions are.

Change-Id: I45edd60c5dc5bdb14f20a166130ab94fb33ba719
---
 build/dependencies.rst | 5 +++++
 1 file changed, 5 insertions(+)

diff --git a/build/dependencies.rst b/build/dependencies.rst
index 3bbba522..aeffce56 100644
--- a/build/dependencies.rst
+++ b/build/dependencies.rst
@@ -101,6 +101,11 @@ repository.
 jami-client-qt
 --------------
 
+.. note:: For complete instructions on how to build the Qt client,
+          please refer to te the `INSTALL.md
+          <https://git.jami.net/savoirfairelinux/jami-client-qt/-/blob/master/INSTALL.md>`_
+          file.
+
 Building the Jami client currently requires the following tools and
 libraries:
 
-- 
GitLab