[Interest] Building Qt and WebEngine

Croitor Alexandru placinta at gmail.com
Thu Apr 25 10:55:14 CEST 2019


Hi,

You install Qt, then you can use the Qt installed qmake to build and
install WebEngine.
So something like:
1) qt5/configure .... && make && make install
2) mkdir qtwebengine_build && cd qtwebengine_build &&
qt_installed_location/bin/qmake /path/to/qtwebengine.pro
3) make && make install

On Thu, Apr 25, 2019 at 10:30 AM Volker Enderlein <
volker.enderlein at ifm-chemnitz.de> wrote:

> Hi,
>
>
> when building Qt and WebEngine separately (i.e. not doing an embeddd
> build), do I need to install Qt before building WebEngine and provide
> the path to the installation?
>
> Are there any step by step instructions how to do this? I searched
> already for a while with no luck, apparently using the wrong keywords.
>
>
> Cheers, Volker
>
> --
>
> _______________________________________________
> Interest mailing list
> Interest at qt-project.org
> https://lists.qt-project.org/listinfo/interest
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.qt-project.org/pipermail/interest/attachments/20190425/1ad5c36e/attachment.html>


More information about the Interest mailing list