mirror of
https://github.com/Kitware/CMake.git
synced 2026-01-01 19:30:13 -06:00
11 lines
414 B
ReStructuredText
11 lines
414 B
ReStructuredText
AutoGen json
|
|
------------
|
|
|
|
* When using :prop_tgt:`AUTOMOC`, CMake scans for the presence of the
|
|
``Q_PLUGIN_METADATA`` macro and reruns moc when the file from the
|
|
macro's ``FILE`` argument changes.
|
|
|
|
* When :prop_tgt:`AUTOMOC` detects an include statement of the form
|
|
``#include "moc_<basename>.cpp"`` the respective header file is searched
|
|
for in the :prop_tgt:`INCLUDE_DIRECTORIES` of the target as well.
|