Re: [Interest] Qt 5.13 QtWebEngine GN Error

2019-04-25 Thread Oliver Niebuhr
On 24/04/2019 07:07, Kai Köhne wrote: >> -Original Message- >> Subject: Re: [Interest] Qt 5.13 QtWebEngine GN Error >> >> [...] >> I guess a Bug Report does not make much sense this late in the 5.13 >> Development State but wait for a newer QtWebEngine/Chromium Version >> when the DEV Branc

Re: [Interest] QML preprocessing

2019-04-25 Thread Alexander Ivash
Thanks Jerome, seems like I have to follow this path... Unless I find some way to hack qmake after reviewing its sources. Sent from Mailspring (https://link.getmailspring.com/link/0dd9f199-0d57-41dc-b3fa-bb064c108...@getmailspring.com/0?redirect=https%3A%2F%2Fgetmailspring.com%2F&recipient=aW50Z

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 install

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 instructions

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 Th

[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