lqml/readme-qt.md
2023-04-30 19:01:36 +02:00

22 lines
417 B
Markdown

Official online installer
-------------------------
[qt.io/download](https://www.qt.io/download)
* Downloads for open source users
* Go open source
* Download the Qt Online Installer
macOS note (desktop)
--------------------
It's trivial to install Qt5.15/desktop with **brew**:
```
brew install qt@5
```
Just create an alias for **qmake**, like:
```
alias qmake='/usr/local/Cellar/qt@5/5.15.8_3/bin/qmake'
```