qt_wrap_cpp.rst 268 B

123456789101112
  1. qt_wrap_cpp
  2. -----------
  3. Create Qt Wrappers.
  4. ::
  5. qt_wrap_cpp(resultingLibraryName DestName
  6. SourceLists ...)
  7. Produce moc files for all the .h files listed in the SourceLists. The
  8. moc files will be added to the library using the DestName source list.