Hi~
I'm using eclipse with qt4.4.0.
I have set qt4.4.0 as my Window->Preferences->Qt

However, #include seems to be not working very well.

#include <QApplication> does not work (unresolved inclusion)
but #include <QtGui/QApplication> works.

Can anybody tell me why this is the case?
And how do I fix it?

Thanks =)