[QBS] qbs install for project

McGillion, Brian brian.mcgillion at intel.com
Sun Feb 1 18:48:30 CET 2015


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
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.qt-project.org/pipermail/qbs/attachments/20150201/fc8aaa27/attachment.html>


More information about the Qbs mailing list