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 withQt Code:
LIBS += -L/path/to/library_directory -lnameTo copy to clipboard, switch view to plain text mode




Reply With Quote
Bookmarks