build: Copy web engine resources to correct location

This commit is contained in:
Zach Hilman 2019-01-05 15:27:15 -05:00
parent 0f887daa72
commit 2378ecd0e8
1 changed files with 1 additions and 2 deletions

View File

@ -9,7 +9,6 @@ function(copy_yuzu_Qt5_deps target_dir)
set(PLATFORMS ${DLL_DEST}platforms/)
set(STYLES ${DLL_DEST}styles/)
set(IMAGEFORMATS ${DLL_DEST}imageformats/)
set(RESOURCES ${DLL_DEST}resources/)
windows_copy_files(${target_dir} ${Qt5_DLL_DIR} ${DLL_DEST}
icudt*.dll
icuin*.dll
@ -35,7 +34,7 @@ function(copy_yuzu_Qt5_deps target_dir)
QtWebEngineProcess$<$<CONFIG:Debug>:d>.*
)
windows_copy_files(${target_dir} ${Qt5_RESOURCES_DIR} ${RESOURCES}
windows_copy_files(${target_dir} ${Qt5_RESOURCES_DIR} ${DLL_DEST}
qtwebengine_resources.pak
qtwebengine_devtools_resources.pak
qtwebengine_resources_100p.pak