diff options
| author | 2018-01-17 09:20:53 -0500 | |
|---|---|---|
| committer | 2018-01-17 09:20:53 -0500 | |
| commit | ec204a27dc4c565c37dd21367a7e9a14562136ca (patch) | |
| tree | 04de5e8a9a355b7dd1c8d3dbe9d24d491419ac7f | |
| parent | Merge pull request #60 from jroweboy/game-frame (diff) | |
| download | yuzu-ec204a27dc4c565c37dd21367a7e9a14562136ca.tar.gz yuzu-ec204a27dc4c565c37dd21367a7e9a14562136ca.tar.xz yuzu-ec204a27dc4c565c37dd21367a7e9a14562136ca.zip | |
Update qt
Updates qt from 5.7 to 5.10.0, fixing some errors relating to setting the process dpi
| -rw-r--r-- | CMakeLists.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt index d814bb74f..d63433660 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt | |||
| @@ -266,7 +266,7 @@ endif() | |||
| 266 | if (ENABLE_QT) | 266 | if (ENABLE_QT) |
| 267 | if (YUZU_USE_BUNDLED_QT) | 267 | if (YUZU_USE_BUNDLED_QT) |
| 268 | if (MSVC14 AND ARCHITECTURE_x86_64) | 268 | if (MSVC14 AND ARCHITECTURE_x86_64) |
| 269 | set(QT_VER qt-5.7-msvc2015_64) | 269 | set(QT_VER qt-5.10.0-msvc2015_64) |
| 270 | else() | 270 | else() |
| 271 | message(FATAL_ERROR "No bundled Qt binaries for your toolchain. Disable YUZU_USE_BUNDLED_QT and provide your own.") | 271 | message(FATAL_ERROR "No bundled Qt binaries for your toolchain. Disable YUZU_USE_BUNDLED_QT and provide your own.") |
| 272 | endif() | 272 | endif() |