Amend 6ba2b5c5 for cmake build: Require at least Qt 5.12

This commit is contained in:
Kornel Benko 2024-10-24 11:31:27 +02:00
parent 26d27eda58
commit 7bba9a3ade

View File

@ -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)