OS: Windows XP
Qt: 4.3.3
Eclipse: 3.3.1.1
CDT: 4.0.2
Qt Integration: 1.0.1

Normally i can debug my apps, but when i add a qrc file in the project gdb says: No source available for "main() " .
The application compiles well and i can launch by hand the generated exe without problems, the only thing is that the debug doesn't work.

This happens only with a qrc file added to .pro, if i remove it the debug starts to work again.

I tried to reinstall everything as said in other posts, also different versions of Eclipse and CDT but i always get the same result.

Anyone know a solution?