summaryrefslogtreecommitdiffstatshomepage
path: root/docs
diff options
context:
space:
mode:
author Vas Crabb <vas@vastheman.com>2026-04-04 07:00:33 +1100
committer Vas Crabb <vas@vastheman.com>2026-04-04 07:00:33 +1100
commit21defbea953c36bba6eeec5ea6f7cf6d3cd310d8 (patch)
tree985b9d68054a7cbd32ce30b2c76931119a857bb9 /docs
parentc48a110ac09bd62637d98d5906b74ea00ceb58ab (diff)
Fix up more stuff for upgraded tools, etc.
docs: It's no longer possible to get a working Qt 5 setup with MSYS2, and there's no 32-bit Qt 6 package. Updated docs to reflect this. Use Qt 6 on Windows, use qmake to find moc. Fixed linking on Windows with static SDL3. input/input_dinput.cpp: Support SDL3.
Diffstat (limited to 'docs')
-rw-r--r--docs/source/initialsetup/compilingmame.rst8
1 files changed, 4 insertions, 4 deletions
diff --git a/docs/source/initialsetup/compilingmame.rst b/docs/source/initialsetup/compilingmame.rst
index 63b9825b7ff..5b59b79a3ae 100644
--- a/docs/source/initialsetup/compilingmame.rst
+++ b/docs/source/initialsetup/compilingmame.rst
@@ -147,7 +147,7 @@ building for.
``mingw-w64-x86_64-libc++``.
* To build against the portable SDL interfaces, you’ll need
``mingw-w64-x86_64-SDL2`` and ``mingw-w64-x86_64-SDL2_ttf``.
-* To build the Qt debugger, you’ll need ``mingw-w64-x86_64-qt5``.
+* To build the Qt debugger, you’ll need ``mingw-w64-x86_64-qt6-base``.
* Open the **mingw64.exe** helper from the **msys64** installation folder or the
**MSYS2 MinGW 64-bit** shortcut from the start menu to start a Bash shell
configured with the correct paths and environment variables.
@@ -162,7 +162,7 @@ building for.
``mingw-w64-clang-x86_64-libc++``.
* To build against the portable SDL interfaces, you’ll need
``mingw-w64-clang-x86_64-SDL2`` and ``mingw-w64-clang-x86_64-SDL2_ttf``.
-* To build the Qt debugger, you’ll need ``mingw-w64-clang-x86_64-qt5``.
+* To build the Qt debugger, you’ll need ``mingw-w64-clang-x86_64-qt6-base``.
* Open the **clang64.exe** helper from the **msys64** installation folder or use
the **MSYS2 CLANG64** shortcut to start a Bash shell configured with the
correct paths and environment variables.
@@ -177,7 +177,7 @@ building for.
``mingw-w64-clang-aarch64-libc++``.
* To build against the portable SDL interfaces, you’ll need
``mingw-w64-clang-aarch64-SDL2`` and ``mingw-w64-clang-aarch64-SDL2_ttf``.
-* To build the Qt debugger, you’ll need ``mingw-w64-clang-aarch64-qt5``.
+* To build the Qt debugger, you’ll need ``mingw-w64-clang-aarch64-qt6-base``.
* Open the **clangarm64.exe** helper from the **msys64** installation folder or
use the **MSYS2 CLANGARM64** shortcut to start a Bash shell configured with
the correct paths and environment variables.
@@ -190,7 +190,7 @@ building for.
``mingw-w64-i686-libc++``.
* To build against the portable SDL interfaces, you’ll need
``mingw-w64-i686-SDL2`` and ``mingw-w64-i686-SDL2_ttf``.
-* To build the Qt debugger, you’ll need ``mingw-w64-i686-qt5``.
+* It is no longer possible to include the Qt debugger in 32-bit builds.
* Open the **mingw32.exe** helper from the **msys64** installation folder or the
**MSYS2 MinGW 32-bit** shortcut from the start menu to start a Bash shell
configured with the correct paths and environment variables.