In Synaptic Package Manager one can find
libqt5webengine5
libqt5webengine5-dev
libqt5websockets5
libqt5websockets5-dev
libqt5webenginewidgets5
but there is no libqt5webenginewidgets5-dev
This means any program, even the Qt 5 examples which includes
QT += webenginewidgets
in the .pro file cannot be cleanly loaded in QtCreator
Project ERROR: Unknown module(s) in QT: webenginewidgets
It also means none of them can build. This is probably helped out by all of the qt -examples now being separate files so missing pieces can slip through easier.
See attachment for WebEngine Widgets Simple Browser example screen shot. Not only is the -dev library missing, but the example packaging has broken dependency since it needs to list ___ALL___ dependencies, especially the ones required to compile the example.
libqt5webengine5
libqt5webengine5-dev
libqt5websockets5
libqt5websockets5-dev
libqt5webenginewidgets5
but there is no libqt5webenginewidgets5-dev
This means any program, even the Qt 5 examples which includes
QT += webenginewidgets
in the .pro file cannot be cleanly loaded in QtCreator
Project ERROR: Unknown module(s) in QT: webenginewidgets
It also means none of them can build. This is probably helped out by all of the qt -examples now being separate files so missing pieces can slip through easier.
See attachment for WebEngine Widgets Simple Browser example screen shot. Not only is the -dev library missing, but the example packaging has broken dependency since it needs to list ___ALL___ dependencies, especially the ones required to compile the example.
main.cpp @ simplebrowser - Qt Creator_023.png | ||
File Type: |
![]() |
![]() |
Downloaded: | 0 times | |
Size: | 170.37 KB |