diff options
author | James Rowe <jroweboy@gmail.com> | 2019-01-17 08:01:00 +0100 |
---|---|---|
committer | James Rowe <jroweboy@gmail.com> | 2019-01-20 07:34:03 +0100 |
commit | 08fcf41b0a3d4e6066cb72f47c3e1d94bb7fc408 (patch) | |
tree | 5de343927c3ac46b141ff2675bed7d9c720debc7 /CMakeModules | |
parent | Merge pull request #2031 from lioncash/priv (diff) | |
download | yuzu-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')
-rw-r--r-- | CMakeModules/CopyYuzuQt5Deps.cmake | 5 |
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) |