summaryrefslogtreecommitdiffstats
path: root/Help/prop_tgt/AUTOGEN_COMMAND_LINE_LENGTH_MAX.rst
blob: f1e51a7cc8d46b7648cba9074d7625e209367191 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
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.