From d4ce80f8c6201785e0e0305be9bff84c40215f7a Mon Sep 17 00:00:00 2001 From: Simon Morlat Date: Tue, 28 Oct 2025 09:28:07 +0100 Subject: [PATCH] README.md mentions QT6 additional modules. --- README.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index cc00b02e..c53a5e60 100644 --- a/README.md +++ b/README.md @@ -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 an alternative installer like [aqtinstall](https://github.com/miurahr/aqtinstall) +The following QT optional modules are required: qt5compat, qtmultimedia qtnetworkauth qtshadertools . + ### Set your environment 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] *.debug=true qt.*.debug=false -``` \ No newline at end of file +```