Hi,

I'm new to developing on Mac OS.
I'm wanting to use a few OpenSLL functions in my app.

I've put the following in the .pro file

Qt Code:
  1. LIBS += -L/usr/lib
  2. LIBS += -llibssl
To copy to clipboard, switch view to plain text mode 

However, when linking I get this error:

ld: library not found for -llibssl
I appears that I have no idea how to link to libssl.dylib
Any idea what I'm doing wrong?

Thanks!