On 28/11/12 23:33, Alexander Görtz wrote:
> My question is if there is any possibility to tell qmake not to add the -
> L/usr/lib to the makefile or if this is not possible to add -L/usr/local/lib
> even before that.

You could do LIBS += /usr/local/lib/libmylib.so instead of -lmylib to 
explicitly select the library you want to link to...

-- 
Link

_______________________________________________
Interest mailing list
Interest@qt-project.org
http://lists.qt-project.org/mailman/listinfo/interest

Reply via email to