<html>One more finding: the "magic" that QtCreator does to start example also without any additional fiddling with the RPATH: it already contains a RUNPATH, and this points to the shared library libshlibbu.so in it's build tree location, not in the installed location - and the same with libshlibbu.so.<br /><br />And the "install" process indeed handles the RPATH/RUNPATH: it simply removes it!<br /><br />Meaning: it I want to end up what I initially expected, I have to do two additional things manually (or maybe there is an automatic way??):<br /><br />1) copy the shared libraries to the "example" install directory tree<br />2) add some RPATH or RUNPATH setting to all the binaries that need it<br /><br />Regards, Cornelis</html>