Moc file not generated

Moc file not generated

Anonymous
Not applicable
984 Views
1 Reply
Message 1 of 2

Moc file not generated

Anonymous
Not applicable

Hi, I try to compile a qt file (helixQtCmd provided as sample with Maya) and I get the following error at the end of the make process for objects which are Q_OBJECT:

 

a missing vtable usually means the first non-inline virtual member function has no definition.

 

Looking a bit deeper reveals that no .moc file is generated during make process. Any idea how to get this moc file ?

Thanks.

0 Likes
Accepted solutions (1)
985 Views
1 Reply
Reply (1)
Message 2 of 2

Anonymous
Not applicable
Accepted solution

Ok found it, needed to be added in the Makefile.qt

0 Likes