summaryrefslogtreecommitdiff
path: root/CMakeModules
diff options
context:
space:
mode:
authorGravatar bunnei2021-10-03 17:12:10 -0700
committerGravatar GitHub2021-10-03 17:12:10 -0700
commitd418af157a03f64f4dac79f559f619b33ba02a65 (patch)
tree33234507dcb183998d9b6a1eba56e75413e0a58f /CMakeModules
parentMerge pull request #7111 from lat9nq/no-title-bar-version (diff)
parentCMakeLists: Update to Qt 5.15.2 (diff)
downloadyuzu-d418af157a03f64f4dac79f559f619b33ba02a65.tar.gz
yuzu-d418af157a03f64f4dac79f559f619b33ba02a65.tar.xz
yuzu-d418af157a03f64f4dac79f559f619b33ba02a65.zip
Merge pull request #7122 from Morph1984/update-qt
Qt: Update to Qt 5.15.2
Diffstat (limited to 'CMakeModules')
-rw-r--r--CMakeModules/CopyYuzuQt5Deps.cmake1
1 files changed, 1 insertions, 0 deletions
diff --git a/CMakeModules/CopyYuzuQt5Deps.cmake b/CMakeModules/CopyYuzuQt5Deps.cmake
index 4a6aeebbb..dd97f5b2b 100644
--- a/CMakeModules/CopyYuzuQt5Deps.cmake
+++ b/CMakeModules/CopyYuzuQt5Deps.cmake
@@ -33,6 +33,7 @@ function(copy_yuzu_Qt5_deps target_dir)
33 Qt5Positioning$<$<CONFIG:Debug>:d>.* 33 Qt5Positioning$<$<CONFIG:Debug>:d>.*
34 Qt5PrintSupport$<$<CONFIG:Debug>:d>.* 34 Qt5PrintSupport$<$<CONFIG:Debug>:d>.*
35 Qt5Qml$<$<CONFIG:Debug>:d>.* 35 Qt5Qml$<$<CONFIG:Debug>:d>.*
36 Qt5QmlModels$<$<CONFIG:Debug>:d>.*
36 Qt5Quick$<$<CONFIG:Debug>:d>.* 37 Qt5Quick$<$<CONFIG:Debug>:d>.*
37 Qt5QuickWidgets$<$<CONFIG:Debug>:d>.* 38 Qt5QuickWidgets$<$<CONFIG:Debug>:d>.*
38 Qt5WebChannel$<$<CONFIG:Debug>:d>.* 39 Qt5WebChannel$<$<CONFIG:Debug>:d>.*