Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • Users
  • Groups
  • Search
  • Get Qt Extensions
  • Unsolved
Collapse
Brand Logo
  1. Home
  2. Qt Development
  3. QML and Qt Quick
  4. Is command line: -platform webgl:port=xx deprecated?
Forum Updated to NodeBB v4.3 + New Features

Is command line: -platform webgl:port=xx deprecated?

Scheduled Pinned Locked Moved Unsolved QML and Qt Quick
2 Posts 2 Posters 316 Views 1 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.
  • C Offline
    C Offline
    carser
    wrote on 18 May 2022, 15:31 last edited by
    #1

    I'm using Qt 6.3.0 with msvc2019_64 compiler.
    I would like to run my application with the command line parameter "-platform webgl: port = xx", but it gives an error because webgl is not among the available platforms.
    In fact in the folder: [...] \ 6.3.0 \ msvc2019_64 \ plugins \ platforms the library qwebgl.dll is not present.
    -> with Qt 6.3 version it is no longer possible to launch applications with -platform webgl?
    -> if yes, from which version of Qt has this been deprecated?
    -> if not, how can I resolve to have the webgl platform available?

    1 Reply Last reply
    0
    • S Offline
      S Offline
      SGaist
      Lifetime Qt Champion
      wrote on 18 May 2022, 18:59 last edited by
      #2

      Hi and welcome to devnet,

      From a quick search, QtQuick WebGL is not available at all in Qt 6 currently. See here for the comparison and explanation.

      Depending on what you are developing, Qt for WebAssembly might be a possibility.

      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
      2

      1/2

      18 May 2022, 15:31

      • Login

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