Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • Users
  • Groups
  • Search
  • Get Qt Extensions
  • Unsolved
Collapse
Brand Logo
  1. Home
  2. Qt Development
  3. Installation and Deployment
  4. Qt not passing details to Visual Studio linker to generate .manifest file
Forum Updated to NodeBB v4.3 + New Features

Qt not passing details to Visual Studio linker to generate .manifest file

Scheduled Pinned Locked Moved Installation and Deployment
4 Posts 2 Posters 3.2k Views 1 Watching
  • Oldest to Newest
  • Newest to Oldest
  • Most Votes
Reply
  • Reply as topic
Log in to reply
This topic has been deleted. Only users with topic management privileges can see it.
  • V Offline
    V Offline
    Viderizer
    wrote on last edited by
    #1

    "This":http://developer.qt.nokia.com/wiki/Build_Standalone_Qt_Application_for_Windows guide tells to

    @mt.exe -manifest Hello.exe.manifest -outputresource: Hello.exe;1@

    after building the project, applying the manifest file to the .exe. I was suprised when I found out there is no .manifest file. After posting a thread in the Microsoft Visual Studio forums, they told me that the .manifest file is created with a linker. Why doesn't Qt pass a line to the linker to make the .manifest file? I don't think it should be done manually.

    Thank you for wasting your time reading this signature.

    1 Reply Last reply
    0
    • T Offline
      T Offline
      tobias.hunger
      wrote on last edited by
      #2

      How did you build your project? Where you using the Visual Studio add-in or qmake (maybe through Qt Creator)?

      1 Reply Last reply
      0
      • V Offline
        V Offline
        Viderizer
        wrote on last edited by
        #3

        @qmake Project.pro
        nmake release@

        I'm trying to make a standalone .exe for my application. I'm using "this":http://developer.qt.nokia.com/wiki/Build_Standalone_Qt_Application_for_Windows guide.

        Thank you for wasting your time reading this signature.

        1 Reply Last reply
        0
        • V Offline
          V Offline
          Viderizer
          wrote on last edited by
          #4

          I was successful while building with mingw32, but this problem still exists :)

          Thank you for wasting your time reading this signature.

          1 Reply Last reply
          0

          • Login

          • Login or register to search.
          • First post
            Last post
          0
          • Categories
          • Recent
          • Tags
          • Popular
          • Users
          • Groups
          • Search
          • Get Qt Extensions
          • Unsolved