Hi Guys,
I'm sorry to post this but I have been trying to find a solution for this all over the net and have as so far been unable to fix my issue. So far i have done the following:
- Downloaded qt 6.0.0
- Opened up the qwt.config file and commented out QWT_CONFIG += QwtDll
- I also changed QWT_INSTALL_PREFIX = C:\Qt\qwt-6.0.0
- I than ran qmake qwt.pro (via the visual studio 2008 command line in the correct directory)
- Then nmake
- This seems to have built sucessfully.
- In visual studio i set the VC++ Directores include to C:\Qt\qwt-6.0.0\src
- Then the libary to C:\Qt\qwt-6.0.0\lib
- I then in the linker for my project in debug add in qwtd.lib
Now I try to build my project and i get LINK : fatal error LNK1181: cannot open input file 'qwtd.lib', i have checked the lib folder and there are only qwtd.dll type files.
In short have I missed a step off i have tried this multiple times and am a bit stuck?
Thanks
Bookmarks