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

Manifest for QT dlls does not have references to mscrt assemblies

XMLWordPrintable

    • Icon: Bug Bug
    • Resolution: Done
    • Icon: P2: Important P2: Important
    • 5.0.1
    • 5.0.0 RC 1
    • Build tools: qmake
    • None
    • qt-everywhere-opensource-src-5.0.0.7z (386)
      Windows 7
    • cdff53cda858fbf9e4e9b909805132f5033b5165

      T:\packages\qt-everywhere-opensource-src-5.0.0-386\qtbase\bin> mt '-inputresource:Qt5Core.dll;#2' -out:extracted.manifest
      T:\packages\qt-everywhere-opensource-src-5.0.0-386\qtbase\bin> cat .\extracted.manifest
      <?xml version="1.0" encoding="UTF-8" standalone="yes"?>
      <assembly xmlns="urn:schemas-microsoft-com:asm.v1" manifestVersion="1.0">
        <trustInfo xmlns="urn:schemas-microsoft-com:asm.v3">
          <security>
            <requestedPrivileges>
              <requestedExecutionLevel level="asInvoker" uiAccess="false"></requestedExecutionLevel>
            </requestedPrivileges>
          </security>
        </trustInfo>
      </assembly>
      

      This is not critical, since all exe's should have the right manifests, but this will break if you load a DLL directly via rundll or dynamically load it from a non-Qt app.

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

            jbornema Joerg Bornemann
            smd Jan Arve
            Votes:
            0 Vote for this issue
            Watchers:
            4 Start watching this issue

              Created:
              Updated:
              Resolved:

                There are no open Gerrit changes