PyQtWebEngine 5.15 fails to build against Qt 5.14

Phil Thompson phil at riverbankcomputing.com
Thu Jun 11 08:53:30 BST 2020


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


More information about the PyQt mailing list