Quote Originally Posted by stonerbot613 View Post
I think I understand that it's complaining about not being able to find the qwtd.lib library file.
No it complains about missing symbols you find in the Qt SVG module.

Add the Qt SVG library to your linker list or when your Qt version has been build without SVG support also build Qwt without SVG support ( edit qwtconfig.pri ).

Uwe