QtAutogen_Contain.rst 424 B

12345678910
  1. QtAutogen_Contain
  2. -----------------
  3. * When using AUTOMOC or AUTOUIC, generated
  4. ``moc_*``, ``*.moc`` and ``ui_*`` are placed in the
  5. ``<CMAKE_CURRENT_BINARY_DIR>/<TARGETNAME>_autogen/include`` directory which
  6. is automatically added to the target's :prop_tgt:`INCLUDE_DIRECTORIES`.
  7. It is therefore not necessary anymore to have
  8. :variable:`CMAKE_CURRENT_BINARY_DIR` in the target's
  9. :prop_tgt:`INCLUDE_DIRECTORIES`.