Compare commits

..

2 Commits

Author SHA1 Message Date
kdlz4161
c227320b4e Update CMakeLists.txt
Updates CMakeLists to use Qt 5.10.0 instead of Qt 5.7
2018-04-01 13:38:43 -03:00
kdlz4161
bbf19dae07 Update CMakeLists.txt
Updates CMakeLists to use Qt 5.10.1 instead of Qt 5.7
2018-04-01 13:35:30 -03:00
2 changed files with 2 additions and 2 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()

View File

@@ -15,7 +15,7 @@
#include "core/loader/deconstructed_rom_directory.h"
#include "core/loader/nso.h"
#include "core/memory.h"
#include "core/loader/cxi.h"
namespace Loader {
static std::string FindRomFS(const std::string& directory) {