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
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
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
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
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
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