Re: PyQtWebEngine 5.15 fails to build against Qt 5.14
Phil Thompson <[email protected]> Thu, 11 Jun 2020 08:53:30 +0100
| Newsgroups | gmane.comp.python.pyqt-pykde |
|---|---|
| Message-ID | <[email protected]> |
On 10/06/2020 20:28, Florian Bruhin wrote: > When building PyQtWebEngine 5.15 against Qt 5.14, this happens: > > > .../QtWebEngineWidgets/sipQtWebEngineWidgetsQWebEnginePage.cpp:2659:30: > error: ‘const class QWebEnginePage’ has no member named > ‘renderProcessPid’; did > you mean ‘renderProcessTerminated’? > > This is because some things added to Qt 5.15 seem to be marked with > QtWebEngine_5_14_0 mistakenly. The attached patch seems to fix the > build > (thanks to @deifactor on GitHub), though I didn't check if there are > any other > places with this kind of issue. Should be fixed in tonight's snapshot. Thanks, Phil