I assume that error message is coming from the linker. Looks like the library is not being found by the linker. If you are using qmake then check that you have the LIBS variable set correctly with
Qt Code:
  1. LIBS += -L/path/to/library_directory -lname
To copy to clipboard, switch view to plain text mode