cmake/Help/prop_tgt/AUTOGEN_BUILD_DIR.rst

20 lines
600 B
ReStructuredText
Raw Normal View History

2017-07-20 19:35:53 +02:00
AUTOGEN_BUILD_DIR
-----------------
2021-09-14 00:13:48 +02:00
.. versionadded:: 3.9
2017-07-20 19:35:53 +02:00
Directory where :prop_tgt:`AUTOMOC`, :prop_tgt:`AUTOUIC` and :prop_tgt:`AUTORCC`
generate files for the target.
The directory is created on demand and automatically added to the
2019-11-11 23:01:05 +01:00
:prop_tgt:`ADDITIONAL_CLEAN_FILES` target property.
2017-07-20 19:35:53 +02:00
When unset or empty the directory ``<dir>/<target-name>_autogen`` is used where
``<dir>`` is :variable:`CMAKE_CURRENT_BINARY_DIR` and ``<target-name>``
is :prop_tgt:`NAME`.
By default :prop_tgt:`AUTOGEN_BUILD_DIR` is unset.
See the :manual:`cmake-qt(7)` manual for more information on using CMake
with Qt.