build: requires at least Qt 5.10 for building

This commit is contained in:
Gary Wang
2020-01-30 11:35:15 +08:00
parent 2d07290fbe
commit 8fe860e4bf
2 changed files with 3 additions and 6 deletions

View File

@ -6,7 +6,7 @@ include (GNUInstallDirs)
set (CMAKE_AUTOMOC ON)
set (CMAKE_AUTORCC ON)
set (QT_MINIMUM_VERSION "5.7.1")
set (QT_MINIMUM_VERSION "5.10")
find_package(Qt5 ${QT_MINIMUM_VERSION} CONFIG REQUIRED Widgets Svg LinguistTools)