From d79dab0fa999002a0c5b70c1688240e2a5032ce1 Mon Sep 17 00:00:00 2001 From: Sjors Provoost Date: Fri, 7 Mar 2025 05:01:46 -0500 Subject: [PATCH] doc: warn against having qt6 installed on macOS --- doc/build-osx.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/doc/build-osx.md b/doc/build-osx.md index 80039d9e6ab..4c774550574 100644 --- a/doc/build-osx.md +++ b/doc/build-osx.md @@ -95,6 +95,8 @@ Qt, libqrencode and pass `-DBUILD_GUI=ON`. Skip if you don't intend to use the G brew install qt@5 ``` +Note: Building may fail if Qt 6 is installed (`qt` or `qt@6`) + Note: Building with Qt binaries downloaded from the Qt website is not officially supported. See the notes in [#7714](https://github.com/bitcoin/bitcoin/issues/7714).