Here's what I've done:
- Downloaded qwt-4.2.0-setup-qt230nc.exe from sourceforge
- Unpack to C:\Program Files\Qwt
- Go to Qt Command Prompt
- Run msvc-qmake.bat.
- Get the output.
Now the lib directory is created, but it's empty. Also tried opening VS project file, but it doesn't converse to VS2008, because there are no vcproj files. I also tried to do it qmake way:
qmake qwt.pro
and then make
, but it says make is not recognized. I figured that I could use mingw32-make, but I gave me a lot of compiler errors.
I was hoping I would use Qwt within QtCreator, but sadly failed. Any help appreciated.