From e71aef6768459a656566346a35af67207e60ec42 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?L=C3=A9o=20Lam?= Date: Sun, 25 Apr 2021 00:32:23 +0200 Subject: [PATCH] CMake: Ask windeployqt not to copy DLLs that are unnecessary * no-system-d3d-compiler: d3dcompiler_47.dll * no-angle, no-opengl-sw: libEGL.dll, libGLESv2.dll --- Source/Core/DolphinQt/CMakeLists.txt | 3 +++ 1 file changed, 3 insertions(+) diff --git a/Source/Core/DolphinQt/CMakeLists.txt b/Source/Core/DolphinQt/CMakeLists.txt index af1a6257a5..d9752fc519 100644 --- a/Source/Core/DolphinQt/CMakeLists.txt +++ b/Source/Core/DolphinQt/CMakeLists.txt @@ -406,6 +406,9 @@ if(WIN32) $,--debug,--release> --no-translations --no-compiler-runtime + --no-system-d3d-compiler + --no-angle + --no-opengl-sw "$" ) endif()