
27 Mar
2016
27 Mar
'16
3:08 p.m.
On 27/03/16 15:23, Robin KAY wrote:
Dear Fabien,
I think your problem is that pointing the compiler to your local Qt libraries at build time does not necessarily mean that the dynamic linker can find them at run time. Most expediently, try adding the your local lib directory to the LD_LIBRARY_PATH environment variable.
Thanks Robin, Updating LD_LIBRARY_PATH did the trick. -- Fabien