Bug 429358 - Make QtWebEngine dependency optional
Summary: Make QtWebEngine dependency optional
Status: REPORTED
Alias: None
Product: kdevplatform
Classification: Developer tools
Component: shell (show other bugs)
Version: 5.6.0
Platform: Gentoo Packages Linux
: NOR wishlist
Target Milestone: ---
Assignee: kdevelop-bugs-null
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2020-11-19 16:55 UTC by Luke-Jr
Modified: 2020-11-19 16:55 UTC (History)
0 users

See Also:
Latest Commit:
Version Fixed In:
Sentry Crash Report:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Luke-Jr 2020-11-19 16:55:38 UTC
KDevelop only uses QtWebEngine for its built-in documentation viewer. Since QtWebEngine often has unfixed security vulnerabilities (about a dozen at this moment), it would be nice to make it optional where practical to do so.

I'd prefer to forego the built-in documentation entirely (rather than pull in QtWebEngine), but it's probably also possible to simply use XDG to open the docs in whatever external HTML viewer the user has?