Uploaded image for project: 'Qbs ("Cubes")'
  1. Qbs ("Cubes")
  2. QBS-287

Wildcard handles relative path wrongly

    XMLWordPrintable

Details

    • Bug
    • Resolution: Done
    • P2: Important
    • 1.0.0
    • 0.3
    • General
    • None
    • bd766f927bd6501a4c4c9fb0aee2c7a813cf721

    Description

      Example: src/plugins/helloworld/helloworld.qbs file in Qt creator.

      When I put this into the files section:
      "../todo/optionspage.h",

      then I get
      /.../qtcreator/src/plugins/todo/optionspage.h
      in the group's list of files.

      If I put this into the files section:
      "../todo/*.h",

      I get (among others of course)
      /.../qtcreator/src/plugins/helloworld/../todo/optionspage.h
      in the group's list of files.

      Could you please fix this to always return paths without embedded ".."?

      Attachments

        Issue Links

          Activity

            People

              jbornema Joerg Bornemann
              hunger Tobias Hunger
              Votes:
              0 Vote for this issue
              Watchers:
              2 Start watching this issue

              Dates

                Created:
                Updated:
                Resolved: