[Development] Bundling Qt 5 libraries with application package and strange "font" error

Thiago Macieira thiago.macieira at intel.com
Fri Aug 9 20:20:28 CEST 2013


On sexta-feira, 9 de agosto de 2013 17:14:11, Tomasz Olszak wrote:
> Application without changing RPATH in Qt libraries and application binary:
> http://pbrd.co/136t3GI
> 
> This is application after RPATH modification:
> http://pbrd.co/136tyR2

Hi Tomasz

RPATH and deprecated and you should not use it in new applications. You may 
use the newer RUNPATH, which has different semantics (see other thread).

I think the best solution is to use RUNPATH with $ORIGIN, pointing to the 
libraries.

Alternatively, the simplest solution is to replace the main application binary 
with a shell script that sets LD_LIBRARY_PATH.
-- 
Thiago Macieira - thiago.macieira (AT) intel.com
  Software Architect - Intel Open Source Technology Center
-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 190 bytes
Desc: This is a digitally signed message part.
URL: <http://lists.qt-project.org/pipermail/development/attachments/20130809/e42db1da/attachment.sig>


More information about the Development mailing list