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

Dependency parameters in products should override parameters from Export items

XMLWordPrintable

    • 40327c827 (2.2)

      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.

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

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

              Created:
              Updated:
              Resolved:

                There are no open Gerrit changes