I would suggest you to use the command line to compile qwt because it works for me.
first, you can find the 'visual studio 2008 command prompt' in Visual Studio tools.
Then switch to the source folder.
do the following command as described in INSTALL
qmake qwt.pro
nmake
if you want to build debug version, you can modify the qwtconfig.pri first.
Bookmarks