2018-04-23 21:13:27 +02:00
|
|
|
CMAKE_AUTOGEN_PARALLEL
|
|
|
|
----------------------
|
|
|
|
|
2021-09-14 00:13:48 +02:00
|
|
|
.. versionadded:: 3.11
|
|
|
|
|
2018-04-23 21:13:27 +02:00
|
|
|
Number of parallel ``moc`` or ``uic`` processes to start when using
|
|
|
|
:prop_tgt:`AUTOMOC` and :prop_tgt:`AUTOUIC`.
|
|
|
|
|
|
|
|
This variable is used to initialize the :prop_tgt:`AUTOGEN_PARALLEL` property
|
|
|
|
on all the targets. See that target property for additional information.
|
|
|
|
|
|
|
|
By default :variable:`CMAKE_AUTOGEN_PARALLEL` is unset.
|