mirror of
https://git.lyx.org/repos/lyx.git
synced 2024-11-06 00:10:59 +00:00
Amend 6ba2b5c5
for cmake build: Require at least Qt 5.12
This commit is contained in:
parent
26d27eda58
commit
7bba9a3ade
@ -658,7 +658,7 @@ else()
|
||||
set(LYX_DEBUG ON)
|
||||
endif()
|
||||
|
||||
set(min_qt5_version "5.6")
|
||||
set(min_qt5_version "5.12")
|
||||
if(LYX_USE_QT MATCHES "AUTO")
|
||||
# try qt6 first
|
||||
foreach(_mod Core Gui Widgets Concurrent Svg)
|
||||
|
Loading…
Reference in New Issue
Block a user