Hi all,

When using "qbs install", I have the following layout (simplified):

├── bin
│   ├── test_app
├── lib
│   ├── libCommonApi.so


test_app is dynamically linked to libCommonApi.so.  However, ldd of
test_app shows "libCommonApi.so => not found".  How can I make the install
resolve the respective paths, similar to what "make install" does with an
autotools based project.  Of course I am trying to avoid having to add
.../lib to the LD_LIBRARY_PATH as that somewhat nulifies the benefit of
having --install-root flag IMO.

Thanks in advance,
Brian
_______________________________________________
QBS mailing list
[email protected]
http://lists.qt-project.org/mailman/listinfo/qbs

Reply via email to