adopted musredit.pro such that the deprecated automake get things compiled.

This commit is contained in:
suter_a 2019-01-22 14:51:52 +01:00
parent 94950cb755
commit bc09ff5d8d

View File

@ -9,11 +9,13 @@ packagesExist(Qt5WebEngine) {
isEmpty( HAVE_QT_WEB_ENGINE ) {
packagesExist(QtWebKit) {
message("QtWebKit found")
DEFINES += HAVE_QT_WEB_KIT
HAVE_QT_WEB_ENGINE = 0
}
# Mac calls it Qt5WebKit, hence
packagesExist(Qt5WebKit) {
message("Qt5WebKit found")
DEFINES += HAVE_QT_WEB_KIT
HAVE_QT_WEB_ENGINE = 0
}
}