On Sat, 9 Dec 2017 17:00:34 +0300 Карелин Павел <[email protected]> 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 _______________________________________________ Qbs mailing list [email protected] http://lists.qt-project.org/mailman/listinfo/qbs
