How can I set where a Qt app finds a Qt module?
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
4:41 UTC
Read the original article
Hit count: 231
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
© Stack Overflow or respective owner