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

Resources do not get installed if the respective product has a product dependency

XMLWordPrintable

    • Icon: Bug Bug
    • Resolution: Done
    • Icon: P1: Critical P1: Critical
    • 1.4.2
    • 1.4.1
    • General
    • None
    • 9d025655d5524433ac8ffbbac0f5ab7aa196d797

      For instance:

      import qbs
      
      Project {
          CppApplication {
              name: "app"
              files: "main.cpp"
          }
      
          Product {
              Depends { name: "app" }
              Group {
                  name: "files to install"
                  files: ["file1.txt", "file2.txt"]
                  qbs.install: true
                  qbs.installDir: "blubb"
              }
          }
      }
      

      file1.txt and file2.txt will not get installed. If the dependency to "app" is removed, things work as expected.

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

            jbornema Joerg Bornemann
            kandeler Christian Kandeler
            Votes:
            3 Vote for this issue
            Watchers:
            6 Start watching this issue

              Created:
              Updated:
              Resolved:

                There are no open Gerrit changes