[Qbs] Installing the same artifact to different locations
Heiko Nardmann
heiko.nardmann at itechnical.de
Thu Oct 16 15:52:03 CEST 2025
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
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.qt-project.org/pipermail/qbs/attachments/20251016/b2a7837b/attachment.htm>
More information about the Qbs
mailing list