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

Details

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

    Description

      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.

      Attachments

        Issue Links

          For Gerrit Dashboard: QBS-830
          # Subject Branch Project Status CR V

          Activity

            People

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

              Dates

                Created:
                Updated:
                Resolved:

                Gerrit Reviews

                  There are no open Gerrit changes