mirror of
https://github.com/citra-emu/citra.git
synced 2024-11-15 02:30:05 +00:00
msvc: fix missing qtconcurrent dll (#6294)
This commit is contained in:
parent
5eb72e9489
commit
a40cde7f76
@ -17,6 +17,7 @@ function(copy_citra_Qt5_deps target_dir)
|
||||
Qt5Core$<$<CONFIG:Debug>:d>.*
|
||||
Qt5Gui$<$<CONFIG:Debug>:d>.*
|
||||
Qt5Widgets$<$<CONFIG:Debug>:d>.*
|
||||
Qt5Concurrent$<$<CONFIG:Debug>:d>.*
|
||||
Qt5Multimedia$<$<CONFIG:Debug>:d>.*
|
||||
Qt5Network$<$<CONFIG:Debug>:d>.*
|
||||
)
|
||||
|
Loading…
Reference in New Issue
Block a user