fredrikaverpil / pyside2-wheels

Unofficial PySide2 wheel building with Travis CI and AppVeyor
41 stars 6 forks source link

Fix QtWebEngine warnings #75

Closed fredrikaverpil closed 7 years ago

fredrikaverpil commented 7 years ago

For some reason, the Qt5WebEngineWidgets module has cmake warnings on some platforms and isn't built.

If we were to build Qt (which we don't do in this project for simplicity reasons), here are some prerequisites in order to get QtWebEngine to build at all:

First thing to check on each platform is whether QtWebEngine even exists in the Qt installation and if it can be installed via some extra package.

fredrikaverpil commented 7 years ago

QtWebEngine is absolutely enormous and I am having difficulties building it when building everything (including Qt, Python) from source. It seems to pull in chromium. This is just too much for this little hobby project. Closing.