Merge pull request #14755 from JoshuaVandaele/cmakeupd-qt-useless-dlls

windeployqt: Disable uneeded DLLs
This commit is contained in:
Scott Mansell 2026-07-31 18:00:43 +12:00 committed by GitHub
commit f1b4345d08
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -581,6 +581,7 @@ if (WIN32)
--no-translations
--no-compiler-runtime
--no-system-d3d-compiler
--no-system-dxc-compiler
--no-opengl-sw
"$<TARGET_FILE:dolphin-emu>"
)