Merge pull request #66 from RiverCityRansomware/qtUpdate

Updates CMakeLists to use Qt 5.10.0 instead of Qt 5.7
This commit is contained in:
bunnei 2018-04-02 16:06:58 -04:00 committed by GitHub
commit 2863e1edb9
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -278,7 +278,7 @@ endif()
if (ENABLE_QT)
if (YUZU_USE_BUNDLED_QT)
if (MSVC14 AND ARCHITECTURE_x86_64)
set(QT_VER qt-5.7-msvc2015_64)
set(QT_VER qt-5.10.0-msvc2015_64)
else()
message(FATAL_ERROR "No bundled Qt binaries for your toolchain. Disable YUZU_USE_BUNDLED_QT and provide your own.")
endif()