mirror of
https://github.com/Kitware/CMake.git
synced 2026-04-29 10:39:28 -05:00
7a07887055
Add support for response files for moc predef targets and make the limit when to use response files for autogen targets configurable.
19 lines
601 B
ReStructuredText
19 lines
601 B
ReStructuredText
AUTOGEN_COMMAND_LINE_LENGTH_MAX
|
|
-------------------------------
|
|
|
|
.. versionadded:: 3.29
|
|
|
|
Command line length limit for autogen targets, i.e. ``moc`` or ``uic``,
|
|
that triggers the use of response files on Windows instead of passing all
|
|
arguments to the command line.
|
|
|
|
- An empty (or unset) value sets the limit to 32000
|
|
- A positive non zero integer value sets the exact command line length
|
|
limit.
|
|
|
|
By default ``AUTOGEN_COMMAND_LINE_LENGTH_MAX`` is initialized from
|
|
:variable:`CMAKE_AUTOGEN_COMMAND_LINE_LENGTH_MAX`.
|
|
|
|
See the :manual:`cmake-qt(7)` manual for more information on using CMake
|
|
with Qt.
|