Skip to content

Commit bec7f2c

Browse files
committed
doc: install qt5 when building on macOS
Brew has updated such that qt now refers to Qt 6.0.1. If builders install this, configure will not work pick up qt. For now, install qt@5 (5.15.2), until required build system and likely source changes are made.
1 parent 4f223e9 commit bec7f2c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

doc/build-osx.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ Then install [Homebrew](https://brew.sh).
1919

2020
## Dependencies
2121
```shell
22-
brew install automake libtool boost miniupnpc libnatpmp pkg-config python qt libevent qrencode
22+
brew install automake libtool boost miniupnpc libnatpmp pkg-config python qt@5 libevent qrencode
2323
```
2424

2525
If you run into issues, check [Homebrew's troubleshooting page](https://docs.brew.sh/Troubleshooting).

0 commit comments

Comments
 (0)