[Qbs] Installing the same artifact to different locations
Orgad Shaneh
orgads at gmail.com
Thu Oct 16 16:55:06 CEST 2025
On Thu, Oct 16, 2025 at 4:47 PM Christian Kandeler via Qbs <
qbs at qt-project.org> wrote:
> 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
> Qbs at qt-project.org
> https://lists.qt-project.org/listinfo/qbs
Thank you, I fixed it by generating 2 artifacts with the same name in
different directories and installing them separately.
- Orgad
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.qt-project.org/pipermail/qbs/attachments/20251016/83412bb6/attachment.htm>
More information about the Qbs
mailing list