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

qmake embeds manifest for DLLs with wrong resource id

    XMLWordPrintable

Details

    • Bug
    • Resolution: Done
    • P1: Critical
    • 5.0.0
    • 5.0.0 RC 1
    • Build tools: qmake
    • None
    • VS

    Description

      qmake embeds manifest for DLLs with wrong resource id

      What it does:

      mt.exe /nologo /manifest mylib.dll.embed.manifest /outputresource:mylib.dll;1
      

      What it should do:

      mt.exe /nologo /manifest mylib.dll.embed.manifest /outputresource:mylib.dll;2
      

      This was broken in https://codereview.qt-project.org/#change,32579

      Attachments

        Issue Links

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

          Activity

            People

              jbornema Joerg Bornemann
              jbornema Joerg Bornemann
              Votes:
              0 Vote for this issue
              Watchers:
              5 Start watching this issue

              Dates

                Created:
                Updated:
                Resolved:

                Gerrit Reviews

                  There are no open Gerrit changes