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

MSVC makefiles generated by qmake fail to install PDB files

    XMLWordPrintable

Details

    • Bug
    • Resolution: Duplicate
    • P2: Important
    • None
    • 5.6.2
    • Build tools: qmake
    • None
    • Windows 7
      Visual Studio 2012

    Description

      Makefiles generated by qmake for nmake on Windows build PDB files called "project.vc.pdb", but install targets try to install "project.pdb" and naturally fail.

      Looking at the source code for qmake, this would seem be because, in msvc_nmake.cpp, NmakeMakefileGenerator::init() adds ".vc" to PDB file names, but NmakeMakefileGenerator::defaultInstall() does not.

      Attachments

        1. QtCore.pro
          0.7 kB
          Geoff Levner

        Issue Links

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

          Activity

            People

              jbornema Joerg Bornemann
              glevner Geoff Levner
              Votes:
              0 Vote for this issue
              Watchers:
              3 Start watching this issue

              Dates

                Created:
                Updated:
                Resolved:

                Gerrit Reviews

                  There are no open Gerrit changes