summaryrefslogtreecommitdiffstats
path: root/CMakeModules/CopyYuzuQt5Deps.cmake
diff options
context:
space:
mode:
authorJames Rowe <jroweboy@gmail.com>2019-01-17 08:01:00 +0100
committerJames Rowe <jroweboy@gmail.com>2019-01-20 07:34:03 +0100
commit08fcf41b0a3d4e6066cb72f47c3e1d94bb7fc408 (patch)
tree5de343927c3ac46b141ff2675bed7d9c720debc7 /CMakeModules/CopyYuzuQt5Deps.cmake
parentMerge pull request #2031 from lioncash/priv (diff)
downloadyuzu-08fcf41b0a3d4e6066cb72f47c3e1d94bb7fc408.tar
yuzu-08fcf41b0a3d4e6066cb72f47c3e1d94bb7fc408.tar.gz
yuzu-08fcf41b0a3d4e6066cb72f47c3e1d94bb7fc408.tar.bz2
yuzu-08fcf41b0a3d4e6066cb72f47c3e1d94bb7fc408.tar.lz
yuzu-08fcf41b0a3d4e6066cb72f47c3e1d94bb7fc408.tar.xz
yuzu-08fcf41b0a3d4e6066cb72f47c3e1d94bb7fc408.tar.zst
yuzu-08fcf41b0a3d4e6066cb72f47c3e1d94bb7fc408.zip
Diffstat (limited to 'CMakeModules/CopyYuzuQt5Deps.cmake')
-rw-r--r--CMakeModules/CopyYuzuQt5Deps.cmake5
1 files changed, 4 insertions, 1 deletions
diff --git a/CMakeModules/CopyYuzuQt5Deps.cmake b/CMakeModules/CopyYuzuQt5Deps.cmake
index 4fef66659..1e9810bba 100644
--- a/CMakeModules/CopyYuzuQt5Deps.cmake
+++ b/CMakeModules/CopyYuzuQt5Deps.cmake
@@ -45,5 +45,8 @@ function(copy_yuzu_Qt5_deps target_dir)
windows_copy_files(yuzu ${Qt5_PLATFORMS_DIR} ${PLATFORMS} qwindows$<$<CONFIG:Debug>:d>.*)
windows_copy_files(yuzu ${Qt5_STYLES_DIR} ${STYLES} qwindowsvistastyle$<$<CONFIG:Debug>:d>.*)
- windows_copy_files(yuzu ${Qt5_IMAGEFORMATS_DIR} ${IMAGEFORMATS} qjpeg$<$<CONFIG:Debug>:d>.*)
+ windows_copy_files(yuzu ${Qt5_IMAGEFORMATS_DIR} ${IMAGEFORMATS}
+ qjpeg$<$<CONFIG:Debug>:d>.*
+ qgif$<$<CONFIG:Debug>:d>.*
+ )
endfunction(copy_yuzu_Qt5_deps)