diff options
Diffstat (limited to '')
| -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) | |||
| 210 | set(QT_PREFIX_HINT) | 210 | set(QT_PREFIX_HINT) |
| 211 | if(YUZU_USE_BUNDLED_QT) | 211 | if(YUZU_USE_BUNDLED_QT) |
| 212 | if ((MSVC_VERSION GREATER_EQUAL 1910 AND MSVC_VERSION LESS 1930) AND ARCHITECTURE_x86_64) | 212 | if ((MSVC_VERSION GREATER_EQUAL 1910 AND MSVC_VERSION LESS 1930) AND ARCHITECTURE_x86_64) |
| 213 | set(QT_VER qt-5.12.0-msvc2017_64) | 213 | set(QT_VER qt-5.12.8-msvc2017_64) |
| 214 | else() | 214 | else() |
| 215 | message(FATAL_ERROR "No bundled Qt binaries for your toolchain. Disable YUZU_USE_BUNDLED_QT and provide your own.") | 215 | message(FATAL_ERROR "No bundled Qt binaries for your toolchain. Disable YUZU_USE_BUNDLED_QT and provide your own.") |
| 216 | endif() | 216 | endif() |