Bug#36018: undefined reference to '... virtual table'
Michael Uplawski
uplawski at quercus.franken.de
Mon Jan 7 21:04:02 UTC 2002
On Mon, Jan 07, 2002 at 02:25:35PM +0100, Harald Fernengel wrote:
> Hello,
>
> the error message simply tells you that you forgot to include the moc
> generated file (add a "#include xyz.moc" to the end of the .cpp file).
That is what I have guessed, although... the generated Makefile
normally points to the files necessary. Except, when you first
integrate some non-QObject classes into your project, that later
should contain Signals and Slots. It is not enough in that case to
inherit from QObject and to note the QOBJECT-Macro but also important
to _generate a new Makefile_.
Or like Harald wrote.
Cheerio,
Michael
--
gpg / pgp: 1024D/EBF862F0 2048g/92FB166A
created: 2001-09-10 expires: 2002-09-10
fingerprint: 7AF1 8CDC 31F8 CF87 C5C0 1F6B DBF6 EED4 EBF8 62F0
User: Michael Uplawski <uplawski at quercus.franken.de>
More information about the KDevelop-devel
mailing list