Hi,
On Thu, Oct 16, 2025 at 6:36 PM Christian Kandeler via Qbs <
[email protected]> wrote:
> On 10/16/25 4:54 PM, Orgad Shaneh wrote:
> > Hi,
> >
> > I have the following property:
> > qbs.installPrefix: pluginInstallPrefix
> >
> > I've noticed that my libraries are installed in {qbs.installPrefix}/bin.
> > With previous versions of qbs they were installed directly in
> installPrefix.
> >
> > To fix this, I needed to add this:
> > config.install.dynamicLibrariesDirectory: ""
> >
> > But this is not compatible with older versions of qbs:
> > Item 'config.install' is not declared. Did you forget to add a Depends
> > item?
> >
> > Is there a portable fix?
> Shouldn't you be able to overwrite qbs.installDir directly?
> Or perhaps just set installDir if you are in e.g. a DynamicLibrary sub
> item?
I tried `qbs.installDir` and it didn't work. `installDir` (without `qbs.`)
works well.
Thank you!
- Orgad
_______________________________________________
Qbs mailing list
[email protected]
https://lists.qt-project.org/listinfo/qbs