diff options
| author | 2019-01-05 15:27:15 -0500 | |
|---|---|---|
| committer | 2019-01-05 15:27:15 -0500 | |
| commit | 2378ecd0e8709efc47fbc73ef41e5ee0b952ee59 (patch) | |
| tree | fb8f9dfc6713bfe945fd529dd9178adaae3b07ba /CMakeModules | |
| parent | build: Copy QtWebEngineProcess[d].exe to release dir on windows (diff) | |
| download | yuzu-2378ecd0e8709efc47fbc73ef41e5ee0b952ee59.tar.gz yuzu-2378ecd0e8709efc47fbc73ef41e5ee0b952ee59.tar.xz yuzu-2378ecd0e8709efc47fbc73ef41e5ee0b952ee59.zip | |
build: Copy web engine resources to correct location
Diffstat (limited to 'CMakeModules')
| -rw-r--r-- | CMakeModules/CopyYuzuQt5Deps.cmake | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/CMakeModules/CopyYuzuQt5Deps.cmake b/CMakeModules/CopyYuzuQt5Deps.cmake index db4cd88b6..4fef66659 100644 --- a/CMakeModules/CopyYuzuQt5Deps.cmake +++ b/CMakeModules/CopyYuzuQt5Deps.cmake | |||
| @@ -9,7 +9,6 @@ function(copy_yuzu_Qt5_deps target_dir) | |||
| 9 | set(PLATFORMS ${DLL_DEST}platforms/) | 9 | set(PLATFORMS ${DLL_DEST}platforms/) |
| 10 | set(STYLES ${DLL_DEST}styles/) | 10 | set(STYLES ${DLL_DEST}styles/) |
| 11 | set(IMAGEFORMATS ${DLL_DEST}imageformats/) | 11 | set(IMAGEFORMATS ${DLL_DEST}imageformats/) |
| 12 | set(RESOURCES ${DLL_DEST}resources/) | ||
| 13 | windows_copy_files(${target_dir} ${Qt5_DLL_DIR} ${DLL_DEST} | 12 | windows_copy_files(${target_dir} ${Qt5_DLL_DIR} ${DLL_DEST} |
| 14 | icudt*.dll | 13 | icudt*.dll |
| 15 | icuin*.dll | 14 | icuin*.dll |
| @@ -35,7 +34,7 @@ function(copy_yuzu_Qt5_deps target_dir) | |||
| 35 | QtWebEngineProcess$<$<CONFIG:Debug>:d>.* | 34 | QtWebEngineProcess$<$<CONFIG:Debug>:d>.* |
| 36 | ) | 35 | ) |
| 37 | 36 | ||
| 38 | windows_copy_files(${target_dir} ${Qt5_RESOURCES_DIR} ${RESOURCES} | 37 | windows_copy_files(${target_dir} ${Qt5_RESOURCES_DIR} ${DLL_DEST} |
| 39 | qtwebengine_resources.pak | 38 | qtwebengine_resources.pak |
| 40 | qtwebengine_devtools_resources.pak | 39 | qtwebengine_devtools_resources.pak |
| 41 | qtwebengine_resources_100p.pak | 40 | qtwebengine_resources_100p.pak |