Hi All,
I want to make an app with some graphs. I've gotten Qt4 working with QDevelop and I can make windows and everything. I'm trying to get Qwt to work, but with no luck.

I've downloaded qwt-5.2.0, and preformed the qmake, make. to install. But I'm still missing something. I can't get the examples to compile or run.

I've linked the /usr/local/qwt-5.2.0-svn/include dir to /usr/include/qt4 where Qdevelop looks for headers files. But If I try to include one of the qwt header files in a project, Qdevelop complains

Qt Code:
  1. src/main.cpp:2:22: error: qwt_plot.h: No such file or directory
To copy to clipboard, switch view to plain text mode 

Any help would be great. Thanks