qt_wrap_cpp.rst 278 B

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