how to tell 'automake' to use MOC ?

From: yfh2 (yfh2_at_hotmail.com)
Date: 10/28/04


Date: 28 Oct 2004 01:15:22 -0700

Hello,

I have QT an application under Kdedvelop.
At link stage, I get a bunch of 'undefined reference to vtable' and
else.

Some googling told me that moc is not run against the .cpp files
containing QT objets

The point is : how to tell the scripts to run MOC ???
Is there a pre-compiling flag or something ?

The script runs 'uic', though. So why not moc ?

Thanks in advance