Browse Source

THE GRAND FINALE

Signed-off-by: crueter <crueter@eden-emu.dev>
pull/74/head
crueter 8 months ago
parent
commit
5235dd6bab
No known key found for this signature in database GPG Key ID: 425ACD2D4830EBC6
  1. 1
      CMakeModules/CopyYuzuQt6Deps.cmake
  2. 2
      CMakeModules/DownloadExternals.cmake

1
CMakeModules/CopyYuzuQt6Deps.cmake

@ -20,7 +20,6 @@ function(copy_yuzu_Qt6_deps target_dir)
if (MSVC)
windows_copy_files(${target_dir} ${Qt6_DLL_DIR} ${DLL_DEST}
Qt6Core$<$<CONFIG:Debug>:d>.*
Qt6Core5Compat$<$<CONFIG:Debug>:d>.*
Qt6Gui$<$<CONFIG:Debug>:d>.*
Qt6Widgets$<$<CONFIG:Debug>:d>.*
Qt6Network$<$<CONFIG:Debug>:d>.*

2
CMakeModules/DownloadExternals.cmake

@ -133,7 +133,7 @@ function(download_qt_configuration prefix_out target host type arch arch_path ba
set(install_args ${install_args} install-tool --outputdir ${base_path} ${host} desktop ${target})
else()
set(prefix "${base_path}/${target}/${arch_path}")
set(install_args ${install_args} install-qt --outputdir ${base_path} ${host} ${type} ${target} ${arch} -m qt5compat)
set(install_args ${install_args} install-qt --outputdir ${base_path} ${host} ${type} ${target} ${arch} -m qtbase)
if (YUZU_USE_QT_MULTIMEDIA)
set(install_args ${install_args} qtmultimedia)

Loading…
Cancel
Save