[Qt-interest] Generic Question

Andre Haupt andre at bitwigglers.org
Tue Nov 1 17:32:06 CET 2011


> On Tue, Nov 1, 2011 at 7:02 PM, aashish sheshadri
> <aashish1989 at hotmail.com>wrote:
> > No i did not include Q_OBJECT in the private section of my derived class.
> > But after I did I get the error
> >
> > error: undefined reference to `vtable for OpenCViso' in the OpenCViso
> > constructor.
Make sure you have the OpenCViso header file listed in the HEADERS
section of your .pro file and run qmake again, so that moc can pick up
the header.

regards,

Andre



More information about the Qt-interest-old mailing list