adopted musredit.pro such that the deprecated automake get things compiled.
This commit is contained in:
parent
94950cb755
commit
bc09ff5d8d
@ -9,11 +9,13 @@ packagesExist(Qt5WebEngine) {
|
|||||||
isEmpty( HAVE_QT_WEB_ENGINE ) {
|
isEmpty( HAVE_QT_WEB_ENGINE ) {
|
||||||
packagesExist(QtWebKit) {
|
packagesExist(QtWebKit) {
|
||||||
message("QtWebKit found")
|
message("QtWebKit found")
|
||||||
|
DEFINES += HAVE_QT_WEB_KIT
|
||||||
HAVE_QT_WEB_ENGINE = 0
|
HAVE_QT_WEB_ENGINE = 0
|
||||||
}
|
}
|
||||||
# Mac calls it Qt5WebKit, hence
|
# Mac calls it Qt5WebKit, hence
|
||||||
packagesExist(Qt5WebKit) {
|
packagesExist(Qt5WebKit) {
|
||||||
message("Qt5WebKit found")
|
message("Qt5WebKit found")
|
||||||
|
DEFINES += HAVE_QT_WEB_KIT
|
||||||
HAVE_QT_WEB_ENGINE = 0
|
HAVE_QT_WEB_ENGINE = 0
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user