AUTOGEN_BUILD_DIR.rst 566 B

1234567891011121314151617
  1. AUTOGEN_BUILD_DIR
  2. -----------------
  3. Directory where :prop_tgt:`AUTOMOC`, :prop_tgt:`AUTOUIC` and :prop_tgt:`AUTORCC`
  4. generate files for the target.
  5. The directory is created on demand and automatically added to the
  6. :prop_dir:`ADDITIONAL_MAKE_CLEAN_FILES`.
  7. When unset or empty the directory ``<dir>/<target-name>_autogen`` is used where
  8. ``<dir>`` is :variable:`CMAKE_CURRENT_BINARY_DIR` and ``<target-name>``
  9. is :prop_tgt:`NAME`.
  10. By default :prop_tgt:`AUTOGEN_BUILD_DIR` is unset.
  11. See the :manual:`cmake-qt(7)` manual for more information on using CMake
  12. with Qt.