06-08-2012 11:57 AM
No errors. IDE just does not invoke moc for these files. What makes you sure that it should? I think it'd by design - it invokes gcc but has no knowledge about moc.
06-11-2012 08:40 AM
I had misunderstood the issue, you are right;
In the IDE you do have the choice to create a 'custom makefile project' which could accelerate your process;
Martin