Details
-
Task
-
Resolution: Unresolved
-
P3: Somewhat important
-
None
-
None
-
None
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
- is duplicated by
-
QBS-758 Impossible to create Rules which have input file tags the same as the product's type
-
- Closed
-
- relates to
-
QBS-1017 Remove the "inputsFromDependencies" property
-
- Reported
-
-
QBS-1150 Feature idea: Rule overriding
-
- Reported
-
-
QBS-899 Create a code signing module
-
- Closed
-
- replaces
-
QBS-4 in-place post-link steps
-
- Closed
-