cmake/Help/variable/CMAKE_AUTOMOC_PATH_PREFIX.rst

14 lines
369 B
ReStructuredText
Raw Normal View History

2020-02-01 23:06:01 +01:00
CMAKE_AUTOMOC_PATH_PREFIX
-------------------------
2021-09-14 00:13:48 +02:00
.. versionadded:: 3.16
2020-02-01 23:06:01 +01:00
Whether to generate the ``-p`` path prefix option for ``moc`` on
:prop_tgt:`AUTOMOC` enabled Qt targets.
This variable is used to initialize the :prop_tgt:`AUTOMOC_PATH_PREFIX`
property on all the targets. See that target property for additional
information.
2020-08-30 11:54:41 +02:00
The default value is ``OFF``.