Can qtwebglplugin be installed with aqt?
-
I'm trying to develop a Devcontainer Feature for installing Qt and the VSCODEEXT. The only thing missing is a QPA that will allow tests and applications to be run. qtwebglplugin looks like the best fit, but despite being listed in the official documentation for aqtinstall, it isn't listed as one of the modules for Qt 6.8. Am I missing something?
Sorry for the basic sentences. I'm typing on my phone and something is off with the keyboard. -
Hi,
Did you consider using the vnc platform plug-in ? It might be simpler.
-
One other possible solution would be to forward your Xorg session through the container so you could use the xcb backend. It might be the easier way.
-
That will also require special tools, won't work in every situation, and could run into problems when run over the internet. Running an HTTP server and forwarding a port is what containers were made for.
Most people won't bother trying to get GUI apps running if it takes effort to get it to work correctly. I just want developers to be able to create a new Codespace on GitHub, compile the application, and then see it running in a new tab. I can do that with the webgl QPA: I just set the environment variable through the Devcontainer Feature, and everything should "just work." The only thing missing is a way to install the webgl plugin without building it from source.
-
Speaking from my own past experience with the person/team managing
aqt
, you can expect a helpful reply by interacting with that project here: https://github.com/miurahr/aqtinstall/issues