Qt Quick WebGL Streaming is a technology by which any Qt Quick ("QML") application can display its user interface to a user connecting via a web browser. It is provided as a Qt platform plugin in a library called libqwebgl.so
. However, the Ubuntu 19.10 distribution does not contain it, and seemingly Ubuntu 20.04 does also not contain it.
How can I install it myself?
/usr/bin/ld: /usr/lib/x86_64-linux-gnu/libQt5ThemeSupport.a(qdbusmenuadaptor.o): in function
QDBusMenuAdaptor::QDBusMenuAdaptor(QDBusPlatformMenu)': (.text+0x11): undefined reference to `QDBusAbstractAdaptor::QDBusAbstractAdaptor(QObject)'` – Dmitry Mikushin Dec 10 '22 at 00:24