Skip to content

Don't check for QtWebEngineWidgets_VERSION in KF6

It seems that the QtWebEngineWidgets_VERSION variable doesn't exist anymore in Qt6. In Qt6, REMOTE_DND_NOT_HANDLED_BY_WEBENGINE should never be defined because QWebEngineView handles drag & drop of remote URLs by itself, so just check for that variable if using Qt5

Merge request reports