Assuming you are using qmake to build your project, you need to add a LIBS directive to tell the compiler to link against your library. If the library is placed in a directory not usually looked into by the linker, you need to inform the compiler about that location (by adding a -L<directory> entry to LIBS).
Bookmarks