View Single Post
Halftux's Avatar
Posts: 862 | Thanked: 2,511 times | Joined on Feb 2012 @ Germany
#145
Without setting a LD_LIBRARY_PATH, to make sure the binary finds the new library, I needed to add the following notation for rpath in the QtCreator .pro file:

Code:
QMAKE_RPATHDIR += /opt/qtm12/lib
No need to edit /etc/ld.so.conf.