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

Missing "-Wl," for a linker flag in mkspecs/win32-g++

    XMLWordPrintable

Details

    • Bug
    • Resolution: Done
    • P2: Important
    • 4.7.4
    • 4.7.1
    • Build tools: qmake
    • None
    • Windows 7 x64, mingw-w64 (mingw-w64-bin_x86_64-mingw_20101003_sezero.zip)
    • 0953ee31dba532603fb7dfbde78c99aafb048bef

    Description

      In Qt 4.7.1 the file mkspecs/win32-g++ contains the following linker flag

      QMAKE_LFLAGS = -enable-stdcall-fixup ...

      I think it should be

      QMAKE_LFLAGS = -Wl,-enable-stdcall-fixup ...

      to make sure it gets handed over to the linker.

      Attachments

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

        Activity

          People

            buddenha Oswald Buddenhagen
            mriss Michael Riss
            Votes:
            0 Vote for this issue
            Watchers:
            1 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved:

              Gerrit Reviews

                There are no open Gerrit changes