windeployqt: Disable uneeded DLLs

Since our bump to Qt, dxcompiler.dll and dxil.dll have been added alongside other Qt dlls as part of QtGui. Those DLLs are not needed since we use QtWidgets and not QML.
This commit is contained in:
Joshua Vandaële 2026-07-24 20:56:31 +02:00
parent c1261e7406
commit 6ec57bcc5d
No known key found for this signature in database
GPG Key ID: 6BB95AF71EB0F406

View File

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