summaryrefslogtreecommitdiff
path: root/CMakeModules
diff options
context:
space:
mode:
authorbunnei <bunneidev@gmail.com>2019-01-20 15:45:07 -0500
committerGitHub <noreply@github.com>2019-01-20 15:45:07 -0500
commit1c733bf175253bbe3f2f7747fe5344e654eff6e0 (patch)
tree5caf78c0e37fd6e158211301c10514f09eac7a77 /CMakeModules
parent197d0d9d2408e608909b32dfa057791215d42c77 (diff)
parent69da26754003cb4695380738f5a837c9a93b5eaa (diff)
Merge pull request #2034 from jroweboy/loading-widget
QT Frontend: Add a Loading screen with progressbar
Diffstat (limited to 'CMakeModules')
-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)