Wish item
Bernd Gehrmann
bernd at physik.hu-berlin.de
Tue Dec 21 17:31:27 GMT 1999
On Tue, 21 Dec 1999 Nigel Sale wrote:
>At present it seems every head file is passed to moc,
No. Figuring out what is passed to moc and what not is
automoc's job (if you use it [e.g. because your project
is created by the appwizard]) or your own job (if you
don't use automoc).
automoc bases its decision to execute moc on a file on
the presence of the string 'Q_OBJECT' in the header file.
So whenever you add this string to a file which had none
before, or remove this string from a file which had it
before, you have to rerun automoc.
Bernd.
More information about the KDevelop
mailing list