Modify min Qt version of Qt5 in CMakeLists (#666)

This commit is contained in:
Kakueeen 2022-03-24 18:59:26 +08:00 committed by GitHub
parent 1c8293a5aa
commit afde714d64
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -29,7 +29,7 @@
#
# Other information:
# - supports Windows, Linux, *BSD, macOS, OS/2, Android,
# - Qt 5.10.0 or newer is required,
# - Qt 5.12.0 or newer is required,
# - Qt 6.2.3 or newer is required,
# - cmake 3.9.0 or newer is required,
# - if you wish to make packages for Windows, then you must initialize all submodules
@ -112,7 +112,7 @@ option(REVISION_FROM_GIT "Get revision using `git rev-parse`" ON)
# Import Qt libraries.
set(QT6_MIN_VERSION 6.2.3)
set(QT5_MIN_VERSION 5.10.0)
set(QT5_MIN_VERSION 5.12.0)
set(QT_COMPONENTS
Core