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' _______________________________________________ Qt-creator mailing list [email protected] http://lists.qt-project.org/mailman/listinfo/qt-creator
