I'm trying to install newest version of qwtpolar on my ubuntu 12.04. Before, I've installed Qt4 dev libs, Qtcreator and Qwt-dev from ubuntu repository. Everything works great.
But now I need to use a polar plot. Unfortunately there is no deb package for this lib. So I have to compile this. After downloading sources follow the instructions:
qmake-qt4
, make
i got this:
qwt_polar_fitter.h:13:30: fatal error: qwt_curve_fitter.h: No such file or directory
qwt_curve_fitter.h
is located in /usr/include/qwt
directory
How can I configure make
or qmake-qt4
to look for files into that directory?