Thanks for the replies everyone...
@ yogeshgokul:
I've added the lines you recommended. I'm not quite sure of the syntax for the LIBS though...here is what I have right now
win32:INCLUDEPATH += ../test2Library/test2library
win32:debug:LIBS += -L../test2Library/test2library/debug
LIBS += -ltest2Library
win32:INCLUDEPATH += ../test2Library/test2library
win32:debug:LIBS += -L../test2Library/test2library/debug
LIBS += -ltest2Library
To copy to clipboard, switch view to plain text mode
...and it seems to build fine but still not run
@ wysota: I'm not sure if I add that line to the library pro or the mainProject pro?
Update
If I copy the dll file into the same folder as the mainProject.exe then everything runs in the IDE. However, if I remove the dll and leave it in it's build location then I get the error "exited with code -1073741515"
Can you tell me if there is something else I should set? Does the exe know to look for the dll in location specified by LIBS?
Bookmarks