Bug 385548 - The Runner shouldn't pull QtWebEngine
Summary: The Runner shouldn't pull QtWebEngine
Status: RESOLVED FIXED
Alias: None
Product: zanshin
Classification: Applications
Component: general (show other bugs)
Version: unspecified
Platform: Other Linux
: NOR normal
Target Milestone: already done
Assignee: Laurent Montel
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2017-10-10 11:14 UTC by Aleix Pol
Modified: 2017-10-11 06:17 UTC (History)
2 users (show)

See Also:
Latest Commit:
Version Fixed In: 5.7.0


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Aleix Pol 2017-10-10 11:14:37 UTC
I found this issue and suggested this patch: https://phabricator.kde.org/D8214

Then I realized it was happening only for Zanshin, so maybe it's something you guys can figure out in your end?
Comment 1 Kevin Ottens 2017-10-10 11:47:56 UTC
Hm... this is because we link against KF5::AkonadiCalendar which in turn links on QtWebEngine for some reason. This is annoying, not sure how to best approach that on our end for now...
Comment 2 Kevin Ottens 2017-10-10 11:48:36 UTC
BTW, makes me wonder why AkonadiCalendar uses QtWebEngine in the first place...
Comment 3 Laurent Montel 2017-10-10 11:54:42 UTC
I work on it.
Comment 4 Laurent Montel 2017-10-11 06:17:05 UTC
Fixed now as akonadi-contact doesn't depend against qtwebengine.
I moved code to plugins.
So for master it's not a problem now.
Regards