Hi
I write a program with Qt (4.5.0) and now I want to run it on another system. Qt is installed there but the older version(4.3.1) there is a hard link file (libQtCore.so.4) to the libQtCore.4.3.1.

What Can I do? Is there any LIB path in linux to do that? Placing the 4.5.0 library beside my bin file didn't work.

Thank you everyone