Lowered minimal Qt for qtHaveModule(...).

This commit is contained in:
Martin Rotter 2016-08-29 09:56:51 +02:00
parent a08f98645b
commit 70a72658c5

View file

@ -105,7 +105,7 @@ isEmpty(USE_WEBENGINE) {
USE_WEBENGINE = false USE_WEBENGINE = false
message(rssguard: USE_WEBENGINE variable is not set.) 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) { qtHaveModule(webenginewidgets) {
USE_WEBENGINE = true USE_WEBENGINE = true
message("rssguard: WebEngine component IS installed, enabling it.") message("rssguard: WebEngine component IS installed, enabling it.")