Linked by Thom Holwerda on Wed 7th May 2008 08:54 UTC, submitted by elsewhere
Permalink for comment 313489
To read all comments associated with this story, please click here.
To read all comments associated with this story, please click here.





Member since:
2005-07-07
You don't need to invoke MOC manually, even if you do not use an IDE with Qt integration.
Basically all IDEs are capable of working with a Makefile based project, at least I don't know anyone which doesn't.
And Makefiles generated by qmake contains all the rules for MOC, UIC and a rule to update the Makefile itself if the .pro file changed, making it very pleasent to work with, independent of platform.
Nice additional advantage is that one can use the very same Makefiles for automated builds during the night, again on all platforms (e.g. using nmake and VS commandline compiler cl.exe on Windows)