Modify min Qt version of Qt5 in CMakeLists (#666)
This commit is contained in:
parent
1c8293a5aa
commit
afde714d64
1 changed files with 2 additions and 2 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Reference in a new issue