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:
LIBS += ./include/projdll.libTo copy to clipboard, switch view to plain text mode
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:
LIBS += ./include/projdll.libTo copy to clipboard, switch view to plain text mode
Bookmarks