D5129: QtWebKit documentation regression fixes
Kevin Funk
noreply at phabricator.kde.org
Wed Mar 22 16:02:06 UTC 2017
kfunk added a comment.
In https://phabricator.kde.org/D5129#96705, @igorkushnir wrote:
> By the way, is building with QtWebKit supported if there are both QtWebKit and QtWebEngine installed? I had to change CMakeLits.txt to force-use QtWebKit:
>
> -find_package(Qt5WebEngineWidgets)
> -if(TARGET Qt5::WebEngineWidgets)
> +#find_package(Qt5WebEngineWidgets)
> +if(0)
>
I think that's intended, if both are available we should prefer QtWebEngine. This is the officially supported web module in Qt nowadays.
REPOSITORY
R33 KDevPlatform
BRANCH
webkit-documentation-fixes
REVISION DETAIL
https://phabricator.kde.org/D5129
To: igorkushnir, kfunk
Cc: kdevelop-devel
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mail.kde.org/pipermail/kdevelop-devel/attachments/20170322/44777a6d/attachment.html>
More information about the KDevelop-devel
mailing list