PDA

View Full Version : Autocomplete of Qwt classes in Qt Creator



Cotlone
9th June 2010, 09:36
Hi everyone,

I have installed Qwt and can successfully (I've generated a simple plot so far) use it using Qt Creator (in unix). For some reason though Qt Creator claims that the header files cannot be found, even though it compiles fine. I want to use the autocomplete popup list that comes up when you are looking at class members (pressing the '.' key), but because Qt Creator thinks it can't find the headers, this is not available.

I have run an example from the Qwt download and it does not have this problem, I've looked through the example.pri and qwtconfig.pri files hoping that I could find something, but I've not been out to work it out yet.

Does anyone know why this is happening? I would appreciate any help, thanks.

cheers,
- Cotlone