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

Visual Studio solution generated by qmake replaces dashes in project filenames with underscore, but project generator does not

    XMLWordPrintable

Details

    Description

      Reproducible like this:

      First project file:
      TEMPLATE = subdirs
      TARGET = MySolution
      SUBDIRS = \
      MySubFolder \

      Project file in MySubFolder
      TEMPLATE = lib
      TARGET = One-Two

      Run

      qmake -tp vc -r -spec win32-msvc2008

      which will print

      Reading C:/bugs/MySubFolder/MySubFolder
      WARNING: Ignored (not found) 'C:/bugs/MySubFolder\One_Two.vcproj'

      A project file One-Two.vcproj exists after this in MySubFolder, and can be loaded into Visual Studio 2008 without problems (dash is correctly displayed).

      Attachments

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

        Activity

          People

            stormols Marius Storm-Olsen
            vhilshei Volker Hilsheimer
            Votes:
            0 Vote for this issue
            Watchers:
            0 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved:

              Gerrit Reviews

                There are no open Gerrit changes