Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • Users
  • Groups
  • Search
  • Get Qt Extensions
  • Unsolved
Collapse
Brand Logo
  1. Home
  2. Qt Development
  3. General and Desktop
  4. Qt wants to drop Desktop OpenGL support
Forum Updated to NodeBB v4.3 + New Features

Qt wants to drop Desktop OpenGL support

Scheduled Pinned Locked Moved General and Desktop
3 Posts 2 Posters 773 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.
  • B Offline
    B Offline
    billconan
    wrote on last edited by
    #1

    I just downloaded the Qt5.5 installer, and it doesn't allow me to choose desktop opengl or opengl es anymore.

    it seems to support only opengl es.

    And I recently found many issues with using opengl 4 context in Qt. for example the 2D overlay feature is broken.

    I'm wondering if Qt is planning to drop desktop opengl?

    1 Reply Last reply
    0
    • Paul H.P Offline
      Paul H.P Offline
      Paul H.
      wrote on last edited by
      #2

      Hello,
      The prebuilt Windows binaries ( 5.5) are now compiled with opengl dynamic option. This configure option was added in 5.4. You can read about what that means here

      The way I understand it, if you access OpenGL using only modern Qt OpenGL API, then application will work with either OpenGL or ANGLE. If you want to make direct calls to OpenGL I think you will have to add LIBS += -lopengl32 to your .pro file. Also, you can still build Qt yourself with -opengl desktop option.

      1 Reply Last reply
      0
      • B Offline
        B Offline
        billconan
        wrote on last edited by
        #3

        Thank you for the reply.

        1 Reply Last reply
        0

        • Login

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