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

Wrong linking order of opengl32 and glu32

    XMLWordPrintable

Details

    • Bug
    • Resolution: Done
    • P2: Important
    • 4.7.0
    • 4.6.3
    • Build tools: qmake
    • None
    • Windows 32 bit (64 bit not tested)
    • 92fa816cd145ab156aa15bdd699504c97884dba7

    Description

      The mkspecs of qmake under windows use "-lopengl32 -lglu32". This causes great trouble when GLU is linked statically, as glu32 depends on opengl32.

      If the mkspecs would use "-lglu32 -lopengl32" (similar to the linux mkspecs that use "-lGLU -lGL"), this problem would vanish.

      Attachments

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

        Activity

          People

            buddenha Oswald Buddenhagen
            b_mann Andreas Beckermann
            Votes:
            0 Vote for this issue
            Watchers:
            0 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved:

              Gerrit Reviews

                There are no open Gerrit changes