[PyQt] how to compile our own Qt webengine for PyQt5?

Florian Bruhin me at the-compiler.org
Thu Jun 28 08:42:53 BST 2018


On Thu, Jun 28, 2018 at 09:53:18AM +0800, Zhao Lee wrote:
> according to the Qt doc
> https://doc.qt.io/qt-5/qtwebengine-features.html#audio-and-video-codecs
> QWebEngineView doesn't support mp3 playback by default , the way to solve the problem is to compile our own Qt webengine, but how to do it for PyQt5?

Compile your own Qt (including QtWebEngine), then compile PyQt and when
calling its configure.py, use --qmake to pass the path to the correct
qmake executable.

Florian

-- 
https://www.qutebrowser.org | me at the-compiler.org (Mail/XMPP)
   GPG: 916E B0C8 FD55 A072 | https://the-compiler.org/pubkey.asc
         I love long mails! | https://email.is-not-s.ms/
-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 833 bytes
Desc: not available
URL: <https://www.riverbankcomputing.com/pipermail/pyqt/attachments/20180628/0d77636d/attachment.sig>


More information about the PyQt mailing list