I have a Qt application , app.exe . I want to link this app.exe to a dll, projdll.dll dynamically. How do I do that?

Here's the code in app.pro :
Qt Code:
  1. LIBS += ./include/projdll.lib
To copy to clipboard, switch view to plain text mode