Revision 5335d275527d4f58e4f2992d307c1c62cd94dd3c authored by Kitware Robot on 28 January 2016, 05:01:04 UTC, committed by Kitware Robot on 28 January 2016, 05:01:04 UTC
1 parent 656768c
Raw File
qt_wrap_cpp.rst
qt_wrap_cpp
-----------

Create Qt Wrappers.

::

  qt_wrap_cpp(resultingLibraryName DestName
              SourceLists ...)

Produce moc files for all the .h files listed in the SourceLists.  The
moc files will be added to the library using the ``DestName`` source list.
back to top