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

create possibility to inject rules

    XMLWordPrintable

Details

    Description

      How to inject a rule?

      given: (signed-exe) <- (exe) <- (obj)
      I want to have: (signed-exe) <- (intermediate) <- (exe) <- (obj)

      Rule { exe -> intermediate }
      Rule { intermediate -> signed-exe }
      

      Now we have two ways from (exe) to (signed-exe).
      We solve it by specifying the way to go:

      Product {
          productType: ["intermediate", "signed-exe"]
      }
      

      Attachments

        Issue Links

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

          Activity

            People

              Unassigned Unassigned
              jbornema Joerg Bornemann
              Votes:
              0 Vote for this issue
              Watchers:
              4 Start watching this issue

              Dates

                Created:
                Updated:

                Gerrit Reviews

                  There are no open Gerrit changes