Merge branch 'master' of github.com:martinrotter/rssguard

This commit is contained in:
Martin Rotter 2022-03-25 07:34:45 +01:00
commit a4430f6ccf

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