diff options
author | Orkun Tokdemir <ilhanorkuntokdemir@gmail.com> | 2024-02-06 15:46:01 (GMT) |
---|---|---|
committer | Brad King <brad.king@kitware.com> | 2024-02-08 14:16:37 (GMT) |
commit | ccaf529c4ead74b514e694af97084871bb6bee90 (patch) | |
tree | f9234e4e8241bd7854ad61879121706166959e7c /Help/prop_tgt/AUTOGEN_PARALLEL.rst | |
parent | 16cc011fa56adae8946916fa457c5a833765002c (diff) | |
download | CMake-ccaf529c4ead74b514e694af97084871bb6bee90.zip CMake-ccaf529c4ead74b514e694af97084871bb6bee90.tar.gz CMake-ccaf529c4ead74b514e694af97084871bb6bee90.tar.bz2 |
Autogen: Update Documentation
* Add Qt 6 to documentation
* Add explanation about `<ORIGIN>_autogen_timestamp_deps`
Fixes: #25201
Diffstat (limited to 'Help/prop_tgt/AUTOGEN_PARALLEL.rst')
-rw-r--r-- | Help/prop_tgt/AUTOGEN_PARALLEL.rst | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/Help/prop_tgt/AUTOGEN_PARALLEL.rst b/Help/prop_tgt/AUTOGEN_PARALLEL.rst index 663b54e..9d34355 100644 --- a/Help/prop_tgt/AUTOGEN_PARALLEL.rst +++ b/Help/prop_tgt/AUTOGEN_PARALLEL.rst @@ -6,9 +6,9 @@ AUTOGEN_PARALLEL Number of parallel ``moc`` or ``uic`` processes to start when using :prop_tgt:`AUTOMOC` and :prop_tgt:`AUTOUIC`. -The custom ``<origin>_autogen`` target starts a number of threads of which +The custom :ref:`<ORIGIN>_autogen` target starts a number of threads of which each one parses a source file and on demand starts a ``moc`` or ``uic`` -process. ``AUTOGEN_PARALLEL`` controls how many parallel threads +process. ``AUTOGEN_PARALLEL`` controls how many parallel threads (and therefore ``moc`` or ``uic`` processes) are started. - An empty (or unset) value or the string ``AUTO`` sets the number of |