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

Wildcard handles relative path wrongly

XMLWordPrintable

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

      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 ".."?

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

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

              Created:
              Updated:
              Resolved:

                There are no open Gerrit changes