Lowered minimal Qt for qtHaveModule(...).
This commit is contained in:
parent
a08f98645b
commit
70a72658c5
1 changed files with 1 additions and 1 deletions
|
@ -105,7 +105,7 @@ isEmpty(USE_WEBENGINE) {
|
|||
USE_WEBENGINE = false
|
||||
message(rssguard: USE_WEBENGINE variable is not set.)
|
||||
|
||||
!lessThan(QT_MAJOR_VERSION, 5):!lessThan(QT_MINOR_VERSION, 7) {
|
||||
!lessThan(QT_MAJOR_VERSION, 5):!lessThan(QT_MINOR_VERSION, 2) {
|
||||
qtHaveModule(webenginewidgets) {
|
||||
USE_WEBENGINE = true
|
||||
message("rssguard: WebEngine component IS installed, enabling it.")
|
||||
|
|
Loading…
Add table
Reference in a new issue