How can I set where a Qt app finds a Qt module?
- by yan bellavance
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
update: im gonna try to first remove them with QT-=gui etc and seeif I can add mine back after