summaryrefslogtreecommitdiff
path: root/CMakeModules/CopyYuzuQt5Deps.cmake
diff options
context:
space:
mode:
authorGravatar Morph2021-10-02 22:58:34 -0400
committerGravatar Morph2021-10-02 22:58:34 -0400
commitafee2bc8fa4546287b1a13ecd3061b035b106bd5 (patch)
tree4b52aff3cafe0e402a88be55067d51b89bdc1757 /CMakeModules/CopyYuzuQt5Deps.cmake
parentMerge pull request #6979 from german77/joycon_name (diff)
downloadyuzu-afee2bc8fa4546287b1a13ecd3061b035b106bd5.tar.gz
yuzu-afee2bc8fa4546287b1a13ecd3061b035b106bd5.tar.xz
yuzu-afee2bc8fa4546287b1a13ecd3061b035b106bd5.zip
CMakeModules: Add Qt5QmlModel
Required by Qt 5.15's QtWebEngine
Diffstat (limited to 'CMakeModules/CopyYuzuQt5Deps.cmake')
-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>.*