Thanks for the feedback d_stranz,I must admit i'm fresh from java world so still getting my head around .lib and .dll files.
After about a day I have finally found how to fix the issue i was having so I though I would post it up for any other people that might be having issues!.
Firstly download the latest version of the Source code file not the .exe from the qwt sourceforge page then unzip the file to some location.
Then presuming you have installed the QT for windows visual studio (VS2008 in my case) , you should have an item in your start menu similar to this:
Attachment 7583
Click on the qt 4.8.0 command prompt and click the icon, this should launch visual studio. Then in visual studio go to qt -> open qt project file, and select qwt.pro in the folder you unzipped, when it's loaded in you will get a couple of warnings about licencing don't worry. Then just hit f7 to build your project and make your self a cup of tea. When you get back check that inside the unzipped qwt folder there are some .lib files within the lib folder. * This is a simple solution and the instructions in the qwt file are slightly confusing, Don't try using the visual studio command line as it will make you have a bad day* hope this helps someone.
Added after 1 33 minutes:
I still have on niggly problem though and that's getting the plugin to work in the qdesigner. I have copied across the qwt_designer_plugin.lib and the qwt_designer_plugin.dll file and placed them in the designer folder (4.8.0\plugins\designer), I have also added the the lib folder of the qwt folder containing qwt.dll to my path folder. I have also cleared out the registry key as per some of the other comments on this forum, when i fire up qt designer and check the plugins I get an error message saying:
Quote:
"...using incompatible types Expected build key windows msvc release full-config, got windows mingw release full config"
. does this mean that qt designer was built using mingw if so can i recompile it to use msvc ?