mirror of
https://github.com/martinrotter/rssguard.git
synced 2025-01-09 14:52:39 +01:00
Removed some branching due to Qt versions.
This commit is contained in:
parent
70a72658c5
commit
485add5b6e
@ -105,7 +105,6 @@ 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, 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.")
|
||||||
@ -115,7 +114,6 @@ isEmpty(USE_WEBENGINE) {
|
|||||||
message("rssguard: WebEngine component is probably NOT installed, disabling it.")
|
message("rssguard: WebEngine component is probably NOT installed, disabling it.")
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
|
||||||
|
|
||||||
message(rssguard: Shadow copy build directory \"$$OUT_PWD\".)
|
message(rssguard: Shadow copy build directory \"$$OUT_PWD\".)
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user