From 5d602378a599a2a09bed0d5f4cad7a3bb15e52e8 Mon Sep 17 00:00:00 2001 From: Harry Bond Date: Mon, 20 Sep 2021 02:50:40 +0100 Subject: [PATCH] Adding version specifier for brew dependency Qt Latest Qt version is 6.1.3 which doesn't work with building Signed-off-by: Harry Bond --- docs/INSTALL.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/INSTALL.md b/docs/INSTALL.md index 0ff825de4e..6a40424198 100644 --- a/docs/INSTALL.md +++ b/docs/INSTALL.md @@ -47,10 +47,10 @@ sudo dnf install -y \ sqlite-devel ``` -**macOS**: +**macOS**: ```bash -brew install qt cmake +brew install cmake qt@5 ``` ### Getting sources -- 2.45.3