1CMAKE_AUTOGEN_PARALLEL 2---------------------- 3 4.. versionadded:: 3.11 5 6Number of parallel ``moc`` or ``uic`` processes to start when using 7:prop_tgt:`AUTOMOC` and :prop_tgt:`AUTOUIC`. 8 9This variable is used to initialize the :prop_tgt:`AUTOGEN_PARALLEL` property 10on all the targets. See that target property for additional information. 11 12By default :variable:`CMAKE_AUTOGEN_PARALLEL` is unset. 13