From 514afebcc79cebebbcec38f3670a4b0ce0001de3 Mon Sep 17 00:00:00 2001 From: at5hk Date: Fri, 15 Mar 2024 19:35:26 -0700 Subject: [PATCH] updates the Install.md documentation from qt5 to qt@5 --- INSTALL.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/INSTALL.md b/INSTALL.md index da62ffb88..e83f064c0 100644 --- a/INSTALL.md +++ b/INSTALL.md @@ -67,9 +67,9 @@ Note: These steps place the compiled KeePassXC binary inside the `./build/src/` ## MacOS Build Notes -If you installed Qt5 via Homebrew and CMake fails to find your Qt installation, you can specify it manually by adding the following parameter: +If you installed Qt@5 via Homebrew and CMake fails to find your Qt installation, you can specify it manually by adding the following parameter: -`-DCMAKE_PREFIX_PATH=$(brew --prefix qt5)/lib/cmake` +`-DCMAKE_PREFIX_PATH=$(brew --prefix qt@5)/lib/cmake` When building with ASAN support on macOS, you need to use `export ASAN_OPTIONS=detect_leaks=0` before running the tests (LSAN is no supported on macOS).