Hi,

if have got the following lines in my project file

Qt Code:
  1. win32:LIBS += C:\libsqlite3.dll.a
  2. unix:LIBS += -L/usr/local/lib -lsqlite3
To copy to clipboard, switch view to plain text mode 

Is there a similar way to link against a library in Mac OS? I have no experience with Mac at all. The docs do not cover Mac with qmake LIBS variable.