CMAKE_AUTOMOC_PATH_PREFIX.rst 345 B

1234567891011
  1. CMAKE_AUTOMOC_PATH_PREFIX
  2. -------------------------
  3. Whether to generate the ``-p`` path prefix option for ``moc`` on
  4. :prop_tgt:`AUTOMOC` enabled Qt targets.
  5. This variable is used to initialize the :prop_tgt:`AUTOMOC_PATH_PREFIX`
  6. property on all the targets. See that target property for additional
  7. information.
  8. The default value is ``OFF``.