Has anyone deployed an application using QtWebEngine on Linux successfully?
-
wrote on 29 Jul 2016, 23:25 last edited by
I don't mean building it on a linux box, I mean packaging it up into a self-contained application that can be dropped onto a clean (no Qt) box and actually load a webpage?
I'm finding this really difficult to do and wanted to converse with someone who has actually done this.
I can get all the rest of my application's QML UIs to function properly, but as soon as I try to navigate a WebEngineView - core dump. Not a core dump when the view is displayed, only after trying to navigate.
Thanks :)
-
wrote on 1 Sept 2016, 18:29 last edited by
Yes, I have seen that. One problem though is often finding the chromium resources, QtWebEngine will search for them in the Qt prefix paths, so if they are different than QtWebEngine's that can cause issue. QtWebEngine will also try several fallback until it gets to the directory of the executable. Here it is important to note that it is a multi-process architecture, and that besides your own executable also is an executable in libexec, that also needs to find some resources.