From 0a6724aaae973659b6c44eb5a062aaaaf57be870 Mon Sep 17 00:00:00 2001 From: Hennadii Stepanov <32963518+hebasto@users.noreply.github.com> Date: Wed, 4 Mar 2026 11:31:39 +0000 Subject: [PATCH] doc: Update Windows build notes Cross-compiling Qt 6.8 for Windows requires GCC 13.1 or newer, which exceeds the currently documented minimum. See https://doc.qt.io/qt-6.8/windows.html. --- doc/build-windows.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/doc/build-windows.md b/doc/build-windows.md index ce822dd0dc5..449dd4bee9f 100644 --- a/doc/build-windows.md +++ b/doc/build-windows.md @@ -14,7 +14,8 @@ Other options which may work, but which have not been extensively tested are (pl * On Windows, using a POSIX compatibility layer application such as [cygwin](https://www.cygwin.com/) or [msys2](https://www.msys2.org/). The instructions below work on Ubuntu and Debian. Make sure the distribution's `g++-mingw-w64-x86-64-posix` -package meets the minimum required `g++` version specified in [dependencies.md](dependencies.md). +package meets the minimum required GCC version specified in [dependencies.md](dependencies.md). +If compiling with the GUI (default in depends), at least GCC version 13 is required. Installing Windows Subsystem for Linux ---------------------------------------