Hello, actually I'm using Eclipse GALILEO CDT to compile Qt4 project (MakeFile project).
It's work fine with Qt4.x : indexer and code completion.
The problem is that with newer version of Eclipse Qt4 inclusion are unresolved and I have a lot of reported problems from the indexer however the compilation work fine !
I tried with the binary distribution and with a home made compilation from the Qt4 source : It doesn't work anymore.
I tried to add the Qt4 include path from "Paths and symbols" : It doesn't work.
Even so, the include files exists
So why the index cannot find include files while the compiler find them and compile with no errors ?
There is something i miss ?
There is a way to use Eclipse CDT Juno with Qt4 on a mac ?