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

qmake embeds manifest for DLLs with wrong resource id

XMLWordPrintable

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

      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

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

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

              Created:
              Updated:
              Resolved:

                There are no open Gerrit changes