From 6ec57bcc5d02c3319ad4a39a8cc277263d4eac3f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Joshua=20Vanda=C3=ABle?= Date: Fri, 24 Jul 2026 20:56:31 +0200 Subject: 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. --- Source/Core/DolphinQt/CMakeLists.txt | 1 + 1 file changed, 1 insertion(+) (limited to 'Source/Core') diff --git a/Source/Core/DolphinQt/CMakeLists.txt b/Source/Core/DolphinQt/CMakeLists.txt index 2e02eda5c3..bc40925131 100644 --- a/Source/Core/DolphinQt/CMakeLists.txt +++ b/Source/Core/DolphinQt/CMakeLists.txt @@ -574,6 +574,7 @@ if (WIN32) --no-translations --no-compiler-runtime --no-system-d3d-compiler + --no-system-dxc-compiler --no-opengl-sw "$" ) -- cgit v1.2.3