<div dir="ltr">Hi,<div><br></div><div>You install Qt, then you can use the Qt installed qmake to build and install WebEngine.</div><div>So something like:</div><div>1) qt5/configure .... && make && make install</div><div>2) mkdir qtwebengine_build && cd qtwebengine_build && qt_installed_location/bin/qmake /path/to/<a href="http://qtwebengine.pro">qtwebengine.pro</a></div><div>3) make && make install</div></div><br><div class="gmail_quote"><div dir="ltr" class="gmail_attr">On Thu, Apr 25, 2019 at 10:30 AM Volker Enderlein <<a href="mailto:volker.enderlein@ifm-chemnitz.de">volker.enderlein@ifm-chemnitz.de</a>> wrote:<br></div><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left:1px solid rgb(204,204,204);padding-left:1ex">Hi,<br>
<br>
<br>
when building Qt and WebEngine separately (i.e. not doing an embeddd <br>
build), do I need to install Qt before building WebEngine and provide <br>
the path to the installation?<br>
<br>
Are there any step by step instructions how to do this? I searched <br>
already for a while with no luck, apparently using the wrong keywords.<br>
<br>
<br>
Cheers, Volker<br>
<br>
-- <br>
<br>
_______________________________________________<br>
Interest mailing list<br>
<a href="mailto:Interest@qt-project.org" target="_blank">Interest@qt-project.org</a><br>
<a href="https://lists.qt-project.org/listinfo/interest" rel="noreferrer" target="_blank">https://lists.qt-project.org/listinfo/interest</a><br>
</blockquote></div>