Help: Add documentation for AUTOMOC_PATH_PREFIX

This commit is contained in:
Sebastian Holtermann
2019-09-14 10:00:18 +02:00
committed by Brad King
parent 1933ade9f1
commit 692d8e3492
4 changed files with 45 additions and 0 deletions
@@ -0,0 +1,11 @@
CMAKE_AUTOMOC_PATH_PREFIX
-------------------------
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.
The default value is ``ON``.