When I create a new Qt Gui Project, Eclipse is not automatically generating the Makefile anymore. So I get this in the console:
make debug
make: *** No rule to make target `debug'. Stop.
My old projects all have an automatically generated Makefile and I'm not sure what I did to change this.