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

syncqt: paths are not properly made relative on msysgit Perl

    XMLWordPrintable

Details

    • Bug
    • Resolution: Done
    • P2: Important
    • 5.1.0 Beta 1
    • 5.0.0, 5.0.1, 5.0.2
    • Build tools: qmake
    • None
    • msysgit 1.8.1.2
      Windows 8 x64
    • a27877c8e9e3bad148b394552862b90011f2a535

    Description

      Under msysgit Perl, it appears that fixPaths() can end up getting input like this: c:/path/to/header
      C:/path/to/header

      In cases like this, abs2rel() will return a long (and incorrect) relative path due to the difference in case being recognized as a difference in path. This can be fixed by modifying normalizePath() to handle input paths that begin with a driver letter (but not a slash).

      Attachments

        For Gerrit Dashboard: QTBUG-30638
        # Subject Branch Project Status CR V

        Activity

          People

            andrew.knight Andrew Knight
            andrew.knight Andrew Knight
            Votes:
            0 Vote for this issue
            Watchers:
            3 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved:

              Gerrit Reviews

                There are no open Gerrit changes