Bug 382643 - Allow building konqueror on all architectures
Summary: Allow building konqueror on all architectures
Status: REPORTED
Alias: None
Product: konqueror
Classification: Applications
Component: general (show other bugs)
Version: unspecified
Platform: unspecified All
: NOR normal
Target Milestone: ---
Assignee: Konqueror Developers
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2017-07-24 04:21 UTC by Yaakov Selkowitz
Modified: 2019-07-25 08:33 UTC (History)
1 user (show)

See Also:
Latest Commit:
Version Fixed In:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Yaakov Selkowitz 2017-07-24 04:21:14 UTC
As only webenginepart actually depends on QtWebEngine, with the following patch it is actually possible to build konqueror on systems/arches where QtWebEngine is not supported.  The resulting konqueror is then be able to use either khtmlpart or, even better, the KF5-based kwebkitpart currently in KDE git.  I have used this patch to keep konqueror current on Cygwin despite our (probably permanent) lack of QtWebEngine:

https://raw.githubusercontent.com/cygwinports/konqueror/343027de438903860bdac9a061d0b28ee8242911/17.04-webengine-optional.patch
Comment 1 Christoph Feck 2017-08-01 21:48:00 UTC
I think a similar patch is also used by openSUSE, because when installing Konqueror, it works without pulling in QtWebEngine.