diff options
author | Morph <39850852+Morph1984@users.noreply.github.com> | 2020-09-09 08:50:39 -0400 |
---|---|---|
committer | Morph <39850852+Morph1984@users.noreply.github.com> | 2020-09-09 08:50:39 -0400 |
commit | 09126f3a4a13601073bde50ca561648cd6d18bd6 (patch) | |
tree | f71888a033e72c7e5fcbc96abf9a1f70234ca4e6 | |
parent | 841b295ad033852753479ffcf49ce74c1662c099 (diff) |
cmake: Update to Qt 5.12.8
-rw-r--r-- | CMakeLists.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt index 2f3c59c5d..45bd03a65 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -210,7 +210,7 @@ if(ENABLE_QT) set(QT_PREFIX_HINT) if(YUZU_USE_BUNDLED_QT) if ((MSVC_VERSION GREATER_EQUAL 1910 AND MSVC_VERSION LESS 1930) AND ARCHITECTURE_x86_64) - set(QT_VER qt-5.12.0-msvc2017_64) + set(QT_VER qt-5.12.8-msvc2017_64) else() message(FATAL_ERROR "No bundled Qt binaries for your toolchain. Disable YUZU_USE_BUNDLED_QT and provide your own.") endif() |