mirror of
https://github.com/Cockatrice/Cockatrice.git
synced 2026-07-19 08:52:15 -07:00
Require Qt4 >=4.8.0; remove some ifdefs on qt version
This commit is contained in:
parent
c4458b16b2
commit
2354ed6909
4 changed files with 1 additions and 19 deletions
|
|
@ -76,7 +76,7 @@ FIND_PACKAGE(Qt5Widgets)
|
|||
IF(Qt5Widgets_FOUND)
|
||||
MESSAGE(STATUS "Found Qt ${Qt5Widgets_VERSION_STRING}")
|
||||
ELSE()
|
||||
FIND_PACKAGE(Qt4 REQUIRED)
|
||||
FIND_PACKAGE(Qt4 4.8.0 REQUIRED)
|
||||
IF(Qt4_FOUND)
|
||||
MESSAGE(STATUS "Found Qt ${QT_VERSION_MAJOR}.${QT_VERSION_MINOR}.${QT_VERSION_PATCH}")
|
||||
ELSE()
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue