mirror of
https://github.com/Cockatrice/Cockatrice.git
synced 2026-06-18 04:51:33 -07:00
bump min qt requirement (#3375)
This commit is contained in:
parent
c58abadff1
commit
3605a2ca0e
1 changed files with 1 additions and 5 deletions
|
|
@ -136,11 +136,7 @@ ENDIF()
|
||||||
OPTION(UPDATE_TRANSLATIONS "Update translations on compile" OFF)
|
OPTION(UPDATE_TRANSLATIONS "Update translations on compile" OFF)
|
||||||
MESSAGE(STATUS "UPDATE TRANSLATIONS: ${UPDATE_TRANSLATIONS}")
|
MESSAGE(STATUS "UPDATE TRANSLATIONS: ${UPDATE_TRANSLATIONS}")
|
||||||
|
|
||||||
IF(WIN32)
|
FIND_PACKAGE(Qt5Core 5.5.0 REQUIRED)
|
||||||
FIND_PACKAGE(Qt5Core 5.4.0 REQUIRED) # For QSysInfo::buildAbi()
|
|
||||||
ELSE()
|
|
||||||
FIND_PACKAGE(Qt5Core 5.0.3 REQUIRED)
|
|
||||||
ENDIF()
|
|
||||||
|
|
||||||
IF(Qt5Core_FOUND)
|
IF(Qt5Core_FOUND)
|
||||||
MESSAGE(STATUS "Found Qt ${Qt5Core_VERSION_STRING}")
|
MESSAGE(STATUS "Found Qt ${Qt5Core_VERSION_STRING}")
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue