qt: Use 5.7 on Windows.
This commit is contained in:
parent
c3c6ac38e0
commit
33d17d0b62
1 changed files with 1 additions and 1 deletions
|
@ -181,7 +181,7 @@ ENDIF (APPLE)
|
||||||
if (ENABLE_QT)
|
if (ENABLE_QT)
|
||||||
if (CITRA_USE_BUNDLED_QT)
|
if (CITRA_USE_BUNDLED_QT)
|
||||||
if (MSVC14 AND ARCHITECTURE_x86_64)
|
if (MSVC14 AND ARCHITECTURE_x86_64)
|
||||||
set(QT_VER qt-5.5-msvc2015_64)
|
set(QT_VER qt-5.7-msvc2015_64)
|
||||||
else()
|
else()
|
||||||
message(FATAL_ERROR "No bundled Qt binaries for your toolchain. Disable CITRA_USE_BUNDLED_QT and provide your own.")
|
message(FATAL_ERROR "No bundled Qt binaries for your toolchain. Disable CITRA_USE_BUNDLED_QT and provide your own.")
|
||||||
endif()
|
endif()
|
||||||
|
|
Loading…
Reference in a new issue