Re: [Interest] Building Qt and WebEngine

2019-04-25 Thread Volker Enderlein
Thanks Allan and Alexandru! The build is running ... Cheers, Volker Am 25.04.2019 um 10:59 schrieb Allan Sandfeld Jensen: On Donnerstag, 25. April 2019 10:28:42 CEST Volker Enderlein wrote: Hi, when building Qt and WebEngine separately (i.e. not doing an embeddd build), do I need to

Re: [Interest] Building Qt and WebEngine

2019-04-25 Thread Allan Sandfeld Jensen
On Donnerstag, 25. April 2019 10:28:42 CEST Volker Enderlein 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

Re: [Interest] Building Qt and WebEngine

2019-04-25 Thread Croitor Alexandru
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

[Interest] Building Qt and WebEngine

2019-04-25 Thread Volker Enderlein
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