Removed some branching due to Qt versions.
This commit is contained in:
parent
70a72658c5
commit
485add5b6e
1 changed files with 7 additions and 9 deletions
|
@ -105,7 +105,6 @@ isEmpty(USE_WEBENGINE) {
|
|||
USE_WEBENGINE = false
|
||||
message(rssguard: USE_WEBENGINE variable is not set.)
|
||||
|
||||
!lessThan(QT_MAJOR_VERSION, 5):!lessThan(QT_MINOR_VERSION, 2) {
|
||||
qtHaveModule(webenginewidgets) {
|
||||
USE_WEBENGINE = true
|
||||
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: Shadow copy build directory \"$$OUT_PWD\".)
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue