Uploaded image for project: 'Qt'
  1. Qt
  2. QTBUG-83397

Cannot find libEGLd.dll and libGLESv2d.dll

XMLWordPrintable

    • Icon: Bug Bug
    • Resolution: Done
    • Icon: Not Evaluated Not Evaluated
    • 5.15.0 Beta4
    • 5.14.0, 5.14.2, 5.15.0 Beta3
    • Build System
    • None
    • Windows
    • e961cc057bcd3b69bf567a7a608ca7bb450bcffb (qt/qtbase/5.15)

      If we build Qt as debug the cmake files seems to be wrong. It returns "*d.dll" but the file do not use "*d.dll".

      We cannot find these files: libEGLd.dll and libGLESv2d.dll.
      They are named libEGL.dll and libGLESv2.dll

      Qt5Gui/Qt5GuiConfigExtras.cmake
      
      _populate_qt5gui_gl_target_properties(Gui_EGL DEBUG libEGLd.dll libEGLd.a)
      _populate_qt5gui_gl_target_properties(Gui_GLESv2 DEBUG libGLESv2d.dll libGLESv2d.a)
      

      Looks like the cmake files are wrongly generated or the file needs a renaming.

      Same problem with Qt 5.14.0. Qt 5.12.5 works without a problem.

        No reviews matched the request. Check your Options in the drop-down menu of this sections header.

            qtbuildsystem Qt Build System Team
            misery André Klitzing
            Votes:
            0 Vote for this issue
            Watchers:
            2 Start watching this issue

              Created:
              Updated:
              Resolved:

                There are no open Gerrit changes