[Qbs] avoid RPATH pointing to Qt installation folder

Heiko Nardmann heiko.nardmann at itechnical.de
Tue Oct 8 09:53:32 CEST 2019


Hi together,

I'm looking for a way to prevent the RPATH of an executable pointing to
the installed Qt. From the "core.qbs" file I see that cpp.rpaths is set
to libPath for Linux by default.

So ... do I have to change this file "core.qbs"??? The RPATH shall point
to the Qt that I deploy together with the application.

If I just set

    cpp.rpaths: [ ]

then I get a linker error wrt. missing ICU libs?

Thanks!


/Kind regards,/

  Heiko


-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.qt-project.org/pipermail/qbs/attachments/20191008/3b35c2f6/attachment.html>


More information about the Qbs mailing list