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

create possibility to inject rules

XMLWordPrintable

    • Icon: Task Task
    • Resolution: Unresolved
    • Icon: P3: Somewhat important P3: Somewhat important
    • None
    • None
    • None

      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"]
      }
      

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

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

              Created:
              Updated:

                There are no open Gerrit changes