mirror of
https://github.com/martinrotter/rssguard.git
synced 2025-01-31 17:44:52 +01:00
Fix qt version check.
This commit is contained in:
parent
3ec60aa5de
commit
50af26fa9a
@ -1 +1 @@
|
||||
Subproject commit 4a01edaec7d67d3b2ae81aeea2a3c876216fbab8
|
||||
Subproject commit ae7084718c41afc01919779e58cd449e0eebd401
|
@ -30,7 +30,7 @@
|
||||
#
|
||||
# Other information:
|
||||
# - supports Windows, Linux, Mac OS X, Android,
|
||||
# - Qt 5.7.1 or higher is required,
|
||||
# - Qt 5.7.0 or higher is required,
|
||||
# - C++ 11 is required.
|
||||
#
|
||||
# Authors and contributors:
|
||||
@ -45,8 +45,8 @@ DEFINES *= QT_USE_QSTRINGBUILDER
|
||||
|
||||
message(rssguard: Welcome RSS Guard qmake script.)
|
||||
|
||||
lessThan(QT_MAJOR_VERSION, 5)|lessThan(QT_MINOR_VERSION, 7)|lessThan(QT_PATCH_VERSION, 1) {
|
||||
error(rssguard: At least Qt \"5.7.1\" is required!!!)
|
||||
lessThan(QT_MAJOR_VERSION, 5)|lessThan(QT_MINOR_VERSION, 7) {
|
||||
warning(rssguard: At least Qt \"5.7.0\" is required!!!)
|
||||
}
|
||||
|
||||
APP_NAME = "RSS Guard"
|
||||
|
Loading…
x
Reference in New Issue
Block a user