summaryrefslogtreecommitdiff
path: root/CMakeModules
diff options
context:
space:
mode:
authorGravatar Morph2022-07-15 00:57:42 -0400
committerGravatar Morph2022-07-15 00:57:42 -0400
commit1002563776157425ea8e1e4db86f2dd5a369e561 (patch)
tree0dd243680329de022d648022fadbbf415fa1a61c /CMakeModules
parentCMakeLists: Mark WebEngine(Core/Widgets) as required (diff)
downloadyuzu-1002563776157425ea8e1e4db86f2dd5a369e561.tar.gz
yuzu-1002563776157425ea8e1e4db86f2dd5a369e561.tar.xz
yuzu-1002563776157425ea8e1e4db86f2dd5a369e561.zip
CopyYuzuQt5Deps: Remove unused dlls
Diffstat (limited to 'CMakeModules')
-rw-r--r--CMakeModules/CopyYuzuQt5Deps.cmake10
1 files changed, 3 insertions, 7 deletions
diff --git a/CMakeModules/CopyYuzuQt5Deps.cmake b/CMakeModules/CopyYuzuQt5Deps.cmake
index dd97f5b2b..0c27d51a6 100644
--- a/CMakeModules/CopyYuzuQt5Deps.cmake
+++ b/CMakeModules/CopyYuzuQt5Deps.cmake
@@ -19,9 +19,6 @@ function(copy_yuzu_Qt5_deps target_dir)
19 set(IMAGEFORMATS ${DLL_DEST}plugins/imageformats/) 19 set(IMAGEFORMATS ${DLL_DEST}plugins/imageformats/)
20 if (MSVC) 20 if (MSVC)
21 windows_copy_files(${target_dir} ${Qt5_DLL_DIR} ${DLL_DEST} 21 windows_copy_files(${target_dir} ${Qt5_DLL_DIR} ${DLL_DEST}
22 icudt*.dll
23 icuin*.dll
24 icuuc*.dll
25 Qt5Core$<$<CONFIG:Debug>:d>.* 22 Qt5Core$<$<CONFIG:Debug>:d>.*
26 Qt5Gui$<$<CONFIG:Debug>:d>.* 23 Qt5Gui$<$<CONFIG:Debug>:d>.*
27 Qt5Widgets$<$<CONFIG:Debug>:d>.* 24 Qt5Widgets$<$<CONFIG:Debug>:d>.*
@@ -37,18 +34,17 @@ function(copy_yuzu_Qt5_deps target_dir)
37 Qt5Quick$<$<CONFIG:Debug>:d>.* 34 Qt5Quick$<$<CONFIG:Debug>:d>.*
38 Qt5QuickWidgets$<$<CONFIG:Debug>:d>.* 35 Qt5QuickWidgets$<$<CONFIG:Debug>:d>.*
39 Qt5WebChannel$<$<CONFIG:Debug>:d>.* 36 Qt5WebChannel$<$<CONFIG:Debug>:d>.*
40 Qt5WebEngine$<$<CONFIG:Debug>:d>.*
41 Qt5WebEngineCore$<$<CONFIG:Debug>:d>.* 37 Qt5WebEngineCore$<$<CONFIG:Debug>:d>.*
42 Qt5WebEngineWidgets$<$<CONFIG:Debug>:d>.* 38 Qt5WebEngineWidgets$<$<CONFIG:Debug>:d>.*
43 QtWebEngineProcess$<$<CONFIG:Debug>:d>.* 39 QtWebEngineProcess$<$<CONFIG:Debug>:d>.*
44 ) 40 )
45 41
46 windows_copy_files(${target_dir} ${Qt5_RESOURCES_DIR} ${DLL_DEST} 42 windows_copy_files(${target_dir} ${Qt5_RESOURCES_DIR} ${DLL_DEST}
47 qtwebengine_resources.pak 43 icudtl.dat
48 qtwebengine_devtools_resources.pak 44 qtwebengine_devtools_resources.pak
45 qtwebengine_resources.pak
49 qtwebengine_resources_100p.pak 46 qtwebengine_resources_100p.pak
50 qtwebengine_resources_200p.pak 47 qtwebengine_resources_200p.pak
51 icudtl.dat
52 ) 48 )
53 endif () 49 endif ()
54 windows_copy_files(yuzu ${Qt5_PLATFORMS_DIR} ${PLATFORMS} qwindows$<$<CONFIG:Debug>:d>.*) 50 windows_copy_files(yuzu ${Qt5_PLATFORMS_DIR} ${PLATFORMS} qwindows$<$<CONFIG:Debug>:d>.*)
@@ -56,7 +52,7 @@ function(copy_yuzu_Qt5_deps target_dir)
56 windows_copy_files(yuzu ${Qt5_IMAGEFORMATS_DIR} ${IMAGEFORMATS} 52 windows_copy_files(yuzu ${Qt5_IMAGEFORMATS_DIR} ${IMAGEFORMATS}
57 qjpeg$<$<CONFIG:Debug>:d>.* 53 qjpeg$<$<CONFIG:Debug>:d>.*
58 qgif$<$<CONFIG:Debug>:d>.* 54 qgif$<$<CONFIG:Debug>:d>.*
59 ) 55 )
60 else() 56 else()
61 set(Qt5_DLLS 57 set(Qt5_DLLS
62 "${Qt5_DLL_DIR}libQt5Core.so.5" 58 "${Qt5_DLL_DIR}libQt5Core.so.5"