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.enderl...@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@qt-project.org > https://lists.qt-project.org/listinfo/interest >
_______________________________________________ Interest mailing list Interest@qt-project.org https://lists.qt-project.org/listinfo/interest