Skip to content

DolphinQt: Properly define QtPaths - #14832

Open
JoshuaVandaele wants to merge 1 commit into
dolphin-emu:masterfrom
JoshuaVandaele:windeployqt-fix
Open

DolphinQt: Properly define QtPaths#14832
JoshuaVandaele wants to merge 1 commit into
dolphin-emu:masterfrom
JoshuaVandaele:windeployqt-fix

Conversation

@JoshuaVandaele

@JoshuaVandaele JoshuaVandaele commented Aug 30, 2026

Copy link
Copy Markdown
Contributor

This fixes cross-compilation on Windows, where windeplotqt would previously always grab the host's DLLs instead of the target's.

Before/after:

$ file Dolphin-arm64/*.dll
Dolphin-arm64/Qt6Core.dll:    PE32+ executable for MS Windows 6.00 (DLL), x86-64, 7 sections
Dolphin-arm64/Qt6Gui.dll:     PE32+ executable for MS Windows 6.00 (DLL), x86-64, 6 sections
Dolphin-arm64/Qt6Svg.dll:     PE32+ executable for MS Windows 6.00 (DLL), x86-64, 6 sections
Dolphin-arm64/Qt6Widgets.dll: PE32+ executable for MS Windows 6.00 (DLL), x86-64, 6 sections
$ file Dolphin-arm64/*.dll
Dolphin-arm64/Qt6Core.dll:    PE32+ executable for MS Windows 6.02 (DLL), ARM64, 7 sections
Dolphin-arm64/Qt6Gui.dll:     PE32+ executable for MS Windows 6.02 (DLL), ARM64, 6 sections
Dolphin-arm64/Qt6Svg.dll:     PE32+ executable for MS Windows 6.02 (DLL), ARM64, 6 sections
Dolphin-arm64/Qt6Widgets.dll: PE32+ executable for MS Windows 6.02 (DLL), ARM64, 6 sections

This fixes cross-compilation on Windows, where windeplotqt would previously always grab the host's DLLs instead of the target's.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Development

Successfully merging this pull request may close these issues.

1 participant