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

Install files in subfolders

    XMLWordPrintable

Details

    • Bug
    • Resolution: Invalid
    • P2: Important
    • None
    • 1.4.0, 1.4.1
    • General
    • None

    Description

      We can not install files in subfolders using one Group item.
      For example, we have such folder structure:
      Src
      – Folder1
      ------ file1-1.txt
      ------ file1-2.txt
      – Folder2
      ------ file2-1.txt
      ------ file2-2.txt
      ------ file2-3.txt
      And we want install all files using one Group item:

      Group {
              qbs.install: true
              files: ["*.txt"]
              prefix: "**/"
              qbs.installDir: "files"
          }
      

      In result we get such file structure:
      install-root
      – files
      ------ file2-1.txt
      ------ file2-2.txt
      ------ file2-3.txt
      I think it's not expected and incorrect result and it become to big problem if we using more subfolders.

      Attachments

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

        Activity

          People

            jbornema Joerg Bornemann
            ildar Gilmanov Ildar
            Votes:
            0 Vote for this issue
            Watchers:
            3 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved:

              Gerrit Reviews

                There are no open Gerrit changes