Uploaded image for project: 'Qt Visual Studio Tools'
  1. Qt Visual Studio Tools
  2. QTVSADDINBUG-356

After .pro import: Intermediate Directory needs a trailing slash.

    XMLWordPrintable

Details

    • Bug
    • Resolution: Done
    • P3: Somewhat important
    • 1.2.3
    • 1.2.2
    • General
    • Win7 64bit/Win8 and VS2012/VS2013
    • 88a97be4019f0e2d7d5236ba6021cc8529f276d8

    Description

      Visual Studio 2012 and Visual Studio 2013 (and I suppose also VS2010) warns during compile that the intermediate directory does not end with a trainling slash in projects imported from .pro files.

      In the Qt-Addin the following changes would be required to fix this:

      Qt4VS2003\ProjectImporter.cs: Line 348+

      #if (VS2010 || VS2012 || VS2013)
      cfg.IntermediateDirectory = @"$(Platform)\$(Configuration)";

      should be changed to

      #if (VS2010 || VS2012 || VS2013)
      cfg.IntermediateDirectory = @"$(Platform)\$(Configuration)\";

      Attachments

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

        Activity

          People

            ishaataj Ismo Haataja
            torben@dannhauer.info Torben Dannhauer
            Votes:
            0 Vote for this issue
            Watchers:
            3 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved:

              Gerrit Reviews

                There are no open Gerrit changes