CMAKE_AUTOGEN_PARALLEL.rst 370 B

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