summaryrefslogtreecommitdiffstats
path: root/CMakeModules
diff options
context:
space:
mode:
authorZach Hilman <zachhilman@gmail.com>2018-12-31 19:19:23 +0100
committerZach Hilman <zachhilman@gmail.com>2018-12-31 19:19:23 +0100
commit15501477e75962f52d42cf5f4ada883319f33a7c (patch)
tree0a74e2eb1fcf98c552ce04ca55974ffb4fdd52ad /CMakeModules
parenttravis: Use correct package for linux Qt5WebEngine (diff)
downloadyuzu-15501477e75962f52d42cf5f4ada883319f33a7c.tar
yuzu-15501477e75962f52d42cf5f4ada883319f33a7c.tar.gz
yuzu-15501477e75962f52d42cf5f4ada883319f33a7c.tar.bz2
yuzu-15501477e75962f52d42cf5f4ada883319f33a7c.tar.lz
yuzu-15501477e75962f52d42cf5f4ada883319f33a7c.tar.xz
yuzu-15501477e75962f52d42cf5f4ada883319f33a7c.tar.zst
yuzu-15501477e75962f52d42cf5f4ada883319f33a7c.zip
Diffstat (limited to 'CMakeModules')
-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)
icuuc*.dll
Qt5Core$<$<CONFIG:Debug>:d>.*
Qt5Gui$<$<CONFIG:Debug>:d>.*
- Qt5Network$<$<CONFIG:Debug>:d>.*
Qt5OpenGL$<$<CONFIG:Debug>:d>.*
Qt5Widgets$<$<CONFIG:Debug>:d>.*
)
if (YUZU_USE_QT_WEB_ENGINE)
windows_copy_files(${target_dir} ${Qt5_DLL_DIR} ${DLL_DEST}
+ Qt5Network$<$<CONFIG:Debug>:d>.*
Qt5Positioning$<$<CONFIG:Debug>:d>.*
Qt5PrintSupport$<$<CONFIG:Debug>:d>.*
Qt5Qml$<$<CONFIG:Debug>:d>.*