Greetings,

1) I downloaded the Qt source code;
2) I ran the config script;
3) Built bootstrap;
4) Built moc;
5) Built qmake;

Then I used that qmake to generate a Makefile for some project, but that Makefile has instructions to build the moc tool (build target) before compiling the moc_*.cpp files. That makes no sense to me since moc was already built and my older qmake does not generate such instructions.

Question: How do I make qmake generate the Makefiles using the moc that was already built in the step 4 instead of building the moc tool?