I was wondering, why qmake/moc only processes header (*.h) files and not source (*.cpp) files?
I just wonted to declare a class locally in a source module and discovered, that no moc files have been generated.
Why this restriction and how should it be worked around?
Thank you,
Dieter