README.md mentions QT6 additional modules.
This commit is contained in:
parent
eb9fa8aefe
commit
d4ce80f8c6
1 changed files with 3 additions and 1 deletions
|
|
@ -32,6 +32,8 @@ For Desktop : you will need QT6 (_6.5.3 or newer_). `C++17` support is required!
|
||||||
- Using the [official QT installer](https://www.qt.io/download-thank-you)
|
- Using the [official QT installer](https://www.qt.io/download-thank-you)
|
||||||
- Using an alternative installer like [aqtinstall](https://github.com/miurahr/aqtinstall)
|
- Using an alternative installer like [aqtinstall](https://github.com/miurahr/aqtinstall)
|
||||||
|
|
||||||
|
The following QT optional modules are required: qt5compat, qtmultimedia qtnetworkauth qtshadertools .
|
||||||
|
|
||||||
### Set your environment
|
### Set your environment
|
||||||
|
|
||||||
1. Make sure you have all your build dependencies installed
|
1. Make sure you have all your build dependencies installed
|
||||||
|
|
@ -371,4 +373,4 @@ On some OS (like Fedora 22 and later), they disable Qt debug output by default.
|
||||||
[Rules]
|
[Rules]
|
||||||
*.debug=true
|
*.debug=true
|
||||||
qt.*.debug=false
|
qt.*.debug=false
|
||||||
```
|
```
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue