I doubt this will work with moc. Try this:
Qt Code:
  1. #ifdef MAKE_OBJECT
  2. struct ...
  3. #endif
To copy to clipboard, switch view to plain text mode 
and have MAKE_OBJECT defined in your project file.