README.md mentions QT6 additional modules.

This commit is contained in:
Simon Morlat 2025-10-28 09:28:07 +01:00 committed by Simon Morlat
parent eb9fa8aefe
commit d4ce80f8c6

View file

@ -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
``` ```