Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • Users
  • Groups
  • Search
  • Get Qt Extensions
  • Unsolved
Collapse
Brand Logo
  1. Home
  2. Qt Development
  3. Installation and Deployment
  4. Can qtwebglplugin be installed with aqt?
Forum Updated to NodeBB v4.3 + New Features

Can qtwebglplugin be installed with aqt?

Scheduled Pinned Locked Moved Unsolved Installation and Deployment
6 Posts 3 Posters 89 Views 2 Watching
  • Oldest to Newest
  • Newest to Oldest
  • Most Votes
Reply
  • Reply as topic
Log in to reply
This topic has been deleted. Only users with topic management privileges can see it.
  • N Offline
    N Offline
    nxctr
    wrote last edited by
    #1

    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.

    1 Reply Last reply
    0
    • SGaistS Offline
      SGaistS Offline
      SGaist
      Lifetime Qt Champion
      wrote last edited by
      #2

      Hi,

      Did you consider using the vnc platform plug-in ? It might be simpler.

      Interested in AI ? www.idiap.ch
      Please read the Qt Code of Conduct - https://forum.qt.io/topic/113070/qt-code-of-conduct

      N 1 Reply Last reply
      2
      • SGaistS SGaist

        Hi,

        Did you consider using the vnc platform plug-in ? It might be simpler.

        N Offline
        N Offline
        nxctr
        wrote last edited by nxctr
        #3

        @SGaist yes. However, devcontainers have no built-in support for VNC. That's just not how they're intended to be used.

        Is there anything wrong with the webgl platform right now? The Qt Wiki lists it as one of the official backends.

        1 Reply Last reply
        0
        • SGaistS Offline
          SGaistS Offline
          SGaist
          Lifetime Qt Champion
          wrote last edited by
          #4

          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.

          Interested in AI ? www.idiap.ch
          Please read the Qt Code of Conduct - https://forum.qt.io/topic/113070/qt-code-of-conduct

          1 Reply Last reply
          0
          • N Offline
            N Offline
            nxctr
            wrote last edited by
            #5

            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.

            1 Reply Last reply
            0
            • KH-219DesignK Offline
              KH-219DesignK Offline
              KH-219Design
              wrote last edited by
              #6

              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

              www.219design.com
              Software | Electrical | Mechanical | Product Design

              1 Reply Last reply
              1

              • Login

              • Login or register to search.
              • First post
                Last post
              0
              • Categories
              • Recent
              • Tags
              • Popular
              • Users
              • Groups
              • Search
              • Get Qt Extensions
              • Unsolved