Merge pull request #8623 from spycrab/qt_5.14.1

Update to Qt 5.14.1
This commit is contained in:
Tilka
2020-02-10 00:06:11 +00:00
committed by GitHub
4 changed files with 8 additions and 8 deletions

View File

@ -1,8 +1,8 @@
if (NOT Qt5_DIR AND MSVC)
if(_M_ARM_64)
set(Qt5_DIR "${CMAKE_SOURCE_DIR}/Externals/Qt/Qt5.14.0/5.14.0/msvc2017_arm64/lib/cmake/Qt5")
set(Qt5_DIR "${CMAKE_SOURCE_DIR}/Externals/Qt/Qt5.14.1/msvc2019_arm64/lib/cmake/Qt5")
else()
set(Qt5_DIR "${CMAKE_SOURCE_DIR}/Externals/Qt/Qt5.13.1/5.13.1/msvc2017_64/lib/cmake/Qt5")
set(Qt5_DIR "${CMAKE_SOURCE_DIR}/Externals/Qt/Qt5.14.1/msvc2019_64/lib/cmake/Qt5")
endif()
endif()