autogen-parallel.rst 471 B

12345678910
  1. autogen-parallel
  2. ----------------
  3. * When using :prop_tgt:`AUTOMOC` or :prop_tgt:`AUTOUIC`, CMake starts multiple
  4. parallel ``moc`` or ``uic`` processes to reduce the build time.
  5. The new :variable:`CMAKE_AUTOGEN_PARALLEL` variable and
  6. :prop_tgt:`AUTOGEN_PARALLEL` target property allow to modify the number of
  7. parallel ``moc`` or ``uic`` processes to start.
  8. By default CMake starts a single ``moc`` or ``uic`` process for each physical
  9. CPU on the host system.