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

Dependency parameters in products should override parameters from Export items

    XMLWordPrintable

Details

    • 40327c827 (2.2)

    Description

      From a comment of QBS-1287:

      Project {
          Product {
              name: "foo"
              Export {
                  Depends { name: "dep"; cpp.link: false }    // dep
              }
          }
          Product {
              name: "bar"
              Depends { name: "foo" }
              Depends { name: "dep"; cpp.link: true }
          }
      }
      

      In this example dep is not linked with bar. I would expect that properties in Product/Depends override properties in Export/Depends.

      Attachments

        Issue Links

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

          Activity

            People

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

              Dates

                Created:
                Updated:
                Resolved:

                Gerrit Reviews

                  There are no open Gerrit changes