How can I set where a Qt app finds a Qt lib?

Posted by yan bellavance on Stack Overflow See other posts from Stack Overflow or by yan bellavance
Published on 2010-03-23T02:28:26Z Indexed on 2010/03/23 2:31 UTC
Read the original article Hit count: 310

Filed under:
|
|

I would like to include libQtGui.so.4 libQtNetwork.so.4 and libQtCore.so.4 in the same directory as where my app resides. How would I make Qt understand this? y purpose is to have a standalone app that uses shared libraries

© Stack Overflow or respective owner

Related posts about qt

Related posts about dynamic-linking