Files
CMake/Help/command/qt_wrap_cpp.rst
Joachim Wuttke (o) adbaadf0ee Help: Apply syntax highlighting to project commands
* Replace most "::" by ".. code-block:: cmake"
  * Header sentence in imperative voice,
    detailed command description in present tense.
2018-10-25 13:47:31 +02:00

12 lines
278 B
ReStructuredText

qt_wrap_cpp
-----------
Create Qt Wrappers.
.. code-block:: cmake
qt_wrap_cpp(resultingLibraryName DestName SourceLists ...)
Produces 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.