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