[Qbs] Linking dynamic library with version
Christian Kandeler
christian.kandeler at qt.io
Mon Dec 11 10:06:15 CET 2017
On Sat, 9 Dec 2017 17:00:34 +0300
Карелин Павел <hkarel at yandex.ru> wrote:
> I need to connect the dynamic library 'soxr' to the QBS project.
> The system has a symlink of libsoxr.so.0 (with the version), but not
> libsoxr.so
> How can I connect to the project libsoxr.so.0?
You can give the full file path in that case. Using ld's ":<filename>" syntax should also work; at least I don't think we fiddle with the string.
Christian
More information about the Qbs
mailing list