Re: Visual Studio 2010 and Qwt - Problem Compiling Programs
Originally Posted by stonerbot613
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 ).
Bookmarks