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. Using Qt built with OpenGL ES on platform with no OpenGL ES support
Forum Updated to NodeBB v4.3 + New Features

Using Qt built with OpenGL ES on platform with no OpenGL ES support

Scheduled Pinned Locked Moved Installation and Deployment
1 Posts 1 Posters 1.3k 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.
  • L Offline
    L Offline
    ludde
    wrote on last edited by
    #1

    We have two different target platforms (both based on Windows CE), one with OpenGL ES support and one without.
    If possible, we would very much like to be able to use the same Qt build (and application build) on both platforms, and detect during runtime whether we should use OpenGL or not.

    However, it seems like Qt is not built in a way that makes this possible - when we build Qt with OpenGL ES support, the QtGui DLL has a direct dependency on libEGL.dll, which makes our application fail while loading the DLLs. (There seems to be no direct dependency on libGLESv2.dll, though.)

    Can anyone think of a way to make this possible, e.g. by configuring/tweaking Qt to load all the OpenGL DLLs only when OpenGL is actually used?

    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