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

No way to deploy files preserving directory structure

    XMLWordPrintable

Details

    • Bug
    • Resolution: Done
    • P2: Important
    • 1.4.0
    • 1.3.0
    • General
    • None
    • Qt Creator 3.2 Beta 1
    • b5069f8076aad4d41ecec589441edb19b7db3493

    Description

      Currently there seems to be no way to deploy a file added to a QBS projects preserving its directory structure. For example:

      project/
         python/
            file1.py
            file2.py
      

      When I a add files file1.py and file2.py as follows:

      files: ["python/file1.py", "python/file2.py"]
      

      They will be deployed as file1.py and file2.py not preserving the directory structure.

      A workaround currently is adding the files as follows:

      files: ["python"]
      

      This will deploy the whole folder. However tracking the contents of the folder might not work correctly. Furthermore in Qt Creator the folder is displayed as file which is wrong.

      I know there is the installDir property and I can use groups to group files in a folder, but this does not work for nested directories.

      Attachments

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

        Activity

          People

            jbornema Joerg Bornemann
            strahlex Alexander Rössler
            Votes:
            1 Vote for this issue
            Watchers:
            5 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved:

              Gerrit Reviews

                There are no open Gerrit changes