summaryrefslogtreecommitdiff
path: root/CMakeModules/CopyYuzuQt5Deps.cmake
diff options
context:
space:
mode:
authorGravatar Zach Hilman2018-12-31 13:19:23 -0500
committerGravatar Zach Hilman2018-12-31 13:19:23 -0500
commit15501477e75962f52d42cf5f4ada883319f33a7c (patch)
tree0a74e2eb1fcf98c552ce04ca55974ffb4fdd52ad /CMakeModules/CopyYuzuQt5Deps.cmake
parenttravis: Use correct package for linux Qt5WebEngine (diff)
downloadyuzu-15501477e75962f52d42cf5f4ada883319f33a7c.tar.gz
yuzu-15501477e75962f52d42cf5f4ada883319f33a7c.tar.xz
yuzu-15501477e75962f52d42cf5f4ada883319f33a7c.zip
Update Qt MSVC external to 5.12.0
Diffstat (limited to 'CMakeModules/CopyYuzuQt5Deps.cmake')
-rw-r--r--CMakeModules/CopyYuzuQt5Deps.cmake2
1 files changed, 1 insertions, 1 deletions
diff --git a/CMakeModules/CopyYuzuQt5Deps.cmake b/CMakeModules/CopyYuzuQt5Deps.cmake
index a1ad8d8fb..db4cd88b6 100644
--- a/CMakeModules/CopyYuzuQt5Deps.cmake
+++ b/CMakeModules/CopyYuzuQt5Deps.cmake
@@ -16,13 +16,13 @@ function(copy_yuzu_Qt5_deps target_dir)
16 icuuc*.dll 16 icuuc*.dll
17 Qt5Core$<$<CONFIG:Debug>:d>.* 17 Qt5Core$<$<CONFIG:Debug>:d>.*
18 Qt5Gui$<$<CONFIG:Debug>:d>.* 18 Qt5Gui$<$<CONFIG:Debug>:d>.*
19 Qt5Network$<$<CONFIG:Debug>:d>.*
20 Qt5OpenGL$<$<CONFIG:Debug>:d>.* 19 Qt5OpenGL$<$<CONFIG:Debug>:d>.*
21 Qt5Widgets$<$<CONFIG:Debug>:d>.* 20 Qt5Widgets$<$<CONFIG:Debug>:d>.*
22 ) 21 )
23 22
24 if (YUZU_USE_QT_WEB_ENGINE) 23 if (YUZU_USE_QT_WEB_ENGINE)
25 windows_copy_files(${target_dir} ${Qt5_DLL_DIR} ${DLL_DEST} 24 windows_copy_files(${target_dir} ${Qt5_DLL_DIR} ${DLL_DEST}
25 Qt5Network$<$<CONFIG:Debug>:d>.*
26 Qt5Positioning$<$<CONFIG:Debug>:d>.* 26 Qt5Positioning$<$<CONFIG:Debug>:d>.*
27 Qt5PrintSupport$<$<CONFIG:Debug>:d>.* 27 Qt5PrintSupport$<$<CONFIG:Debug>:d>.*
28 Qt5Qml$<$<CONFIG:Debug>:d>.* 28 Qt5Qml$<$<CONFIG:Debug>:d>.*