mirror of
https://github.com/Kitware/CMake.git
synced 2025-12-31 19:00:54 -06:00
* Replace most "::" by ".. code-block:: cmake"
* Header sentence in imperative voice,
detailed command description in present tense.
12 lines
278 B
ReStructuredText
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.
|