To use sample.lib in the directory 3rdParty/lib All you have to do is add the following line to your .pro file:
You could run into problems if the library links to another version of the MSVC runtime libraries than you are using. The compiler will warn you about that, though .Qt Code:
LIBS += -L./3rdParty/lib -lsampleTo copy to clipboard, switch view to plain text mode




Reply With Quote

Bookmarks