Externals/Qt: Update to 5.13.1

This commit is contained in:
spycrab
2019-10-13 03:36:17 +02:00
parent 6dbb5cc4ea
commit ec526fee56
6 changed files with 13 additions and 21 deletions

View File

@ -1,5 +1,5 @@
if (NOT Qt5_DIR AND MSVC)
set(Qt5_DIR "${CMAKE_SOURCE_DIR}/Externals/Qt5.11.1/5.11.1/msvc2017_64/lib/cmake/Qt5")
set(Qt5_DIR "${CMAKE_SOURCE_DIR}/Externals/Qt/Qt5.13.1/5.13.1/msvc2017_64/lib/cmake/Qt5")
endif()
find_package(Qt5 5.9 REQUIRED COMPONENTS Gui Widgets)