[Qbs] Breaking change in qbs 3.1 (?)

Orgad Shaneh orgads at gmail.com
Thu Oct 16 16:54:07 CEST 2025


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?

- Orgad
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.qt-project.org/pipermail/qbs/attachments/20251016/953e6a60/attachment-0001.htm>


More information about the Qbs mailing list