From c227320b4eb23b3e4bd111756b0c2e501f24f422 Mon Sep 17 00:00:00 2001 From: kdlz4161 <37803177+kdlz4161@users.noreply.github.com> Date: Sun, 1 Apr 2018 13:38:43 -0300 Subject: [PATCH] Update CMakeLists.txt Updates CMakeLists to use Qt 5.10.0 instead of Qt 5.7 --- CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index e6ba490fc4..86d2423ed3 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -278,7 +278,7 @@ endif() if (ENABLE_QT) if (YUZU_USE_BUNDLED_QT) if (MSVC14 AND ARCHITECTURE_x86_64) - set(QT_VER qt-5.10.1-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()