[Qt-creator] lib search path

André Pönitz andre.poenitz at mathematik.tu-chemnitz.de
Wed Jul 18 23:10:04 CEST 2012


On Wed, Jul 18, 2012 at 03:24:27PM -0400, Duane wrote:
> Using Qt Creator, how can I add /usr/local/lib to the search path for 
> the Qt libs (libQtXml.so.4 for example?)

Add   LIBS += -L/usr/local/lib   to your .pro file.

Andre'



More information about the Qt-creator mailing list