mirror of
https://github.com/reactos/CMake.git
synced 2024-12-02 00:26:18 +00:00
c3f40f4fd9
Use inline reStructuredText markup and add cross-references in more places.
13 lines
272 B
ReStructuredText
13 lines
272 B
ReStructuredText
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.
|