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
_______________________________________________
Qbs mailing list
[email protected]
https://lists.qt-project.org/listinfo/qbs

Reply via email to