Adding version specifier for brew Qt in the docs #1324
1 changed files with 2 additions and 2 deletions
|
@ -47,10 +47,10 @@ sudo dnf install -y \
|
|||
sqlite-devel
|
||||
```
|
||||
|
||||
**macOS**:
|
||||
**macOS**:
|
||||
|
||||
```bash
|
||||
brew install qt cmake
|
||||
brew install cmake qt@5
|
||||
```
|
||||
|
||||
### Getting sources
|
||||
|
|
Reference in a new issue