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

Qmake generates uncorrect format of DEPENDPATH

    XMLWordPrintable

Details

    • Bug
    • Resolution: Done
    • P3: Somewhat important
    • 5.0.1
    • 4.8.4, 4.8.5, 5.1.0
    • Build tools: qmake
    • None
    • windows 7, Qt 4.8.4, mingw 4.6
    • 9d3e87578ce204683a5ff1ab7505d02fd03ef357

    Description

      only one file named main.cpp on test\f1\f2\f3\
      and run qmake -project on path test

      open generated test.pro file, which has a line

      DEPENDPATH += . f1\f2\f3

      when I run qmake, it shows

      WARNING: .....\test\test.pro:7: Unescaped backslashes are deprecated.

      I traced the code, the line
      v["DEPENDPATH"] += fileFixify(dir);
      might need change, in file projectgenerator.cpp

      Attachments

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

        Activity

          People

            buddenha Oswald Buddenhagen
            dext dexter
            Votes:
            0 Vote for this issue
            Watchers:
            2 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved:

              Gerrit Reviews

                There are no open Gerrit changes