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. LibEGL and libGLESv2, what is their effection and which dll require them (eg. QtCore.dll) ?
Qt 6.11 is out! See what's new in the release blog

LibEGL and libGLESv2, what is their effection and which dll require them (eg. QtCore.dll) ?

Scheduled Pinned Locked Moved General and Desktop
2 Posts 2 Posters 2.7k 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.
  • O Offline
    O Offline
    opengpu
    wrote on last edited by
    #1

    i write a simple Qt application, and when i deploy it. i found that these 2 dll (libEGL and libGLESv2) are nessesary. what are their effect, and do they only appear when i install the qt_xxx_opengl SDK?
    thank you !

    1 Reply Last reply
    0
    • sierdzioS Offline
      sierdzioS Offline
      sierdzio
      Moderators
      wrote on last edited by
      #2

      QtQuick module (and the upcoming Qt3D module) require OpenGL 2.0 or higher: the DLLs you've seen help in providing that functionality. Qt can use native OpenGL from your system, or indirectly (through Angle project, so leveraging the DirectX drivers).

      QtCore does not depend on OpenGL. QtGui module might depend on it (the dependency can be dropped when OpenGL is disabled in Qt configuration flags - but that can only be done when compiling Qt from source).

      (Z(:^

      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