Or implement your own installation module instead of using the builtin one?



On 10/16/25 1:36 PM, Orgad Shaneh wrote:
I have a product with a custom Rule. I want to install the file in 2
different directories. How should it be done?
You can't do that. There is exactly one instance of every module per artifact, and thus one value of qbs.installDir. You probably need to create dummy rule making a copy of your file, and attach the other value there.


Christian
_______________________________________________
Qbs mailing list
[email protected]
https://lists.qt-project.org/listinfo/qbs

Reply via email to