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

qmake does not write all paths with native separators when generating Makefile

    XMLWordPrintable

Details

    Description

      qmake does not write all paths with native separators when generating a Makefile.

      For example, if a .pro file contains

      link0.target=./a/b/c.bob
      link0.depends=./a/y.jim
      link0.commands=echo
      QMAKE_EXTRA_TARGETS+=link0

      the generated Makefile will contain the following rule on Windows:

      ./a/b/c.bob: a\y.jim
      echo

      All paths in the Makefile should be written with native separators.

      Attachments

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

        Activity

          People

            stormols Marius Storm-Olsen
            sthomass Stian Sandvik Thomassen (closed Nokia identity) (Inactive)
            Votes:
            0 Vote for this issue
            Watchers:
            0 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved:

              Gerrit Reviews

                There are no open Gerrit changes