summaryrefslogtreecommitdiffstats
path: root/Help/release/dev/QtAutogen_Contain.rst
blob: 182233b0b51382ca1c71ec3d44bcaeb3e9ff32ef (plain)
1
2
3
4
5
6
7
8
9
10
QtAutogen_Contain
-----------------

* When using AUTOMOC or AUTOUIC, generated
  ``moc_*``, ``*.moc`` and ``ui_*`` are placed in the
  ``<CMAKE_CURRENT_BINARY_DIR>/<TARGETNAME>_autogen/include`` directory which
  is automatically added to the target's :prop_tgt:`INCLUDE_DIRECTORIES`.
  It is therefore not necessary anymore to have
  :variable:`CMAKE_CURRENT_BINARY_DIR` in the target's
  :prop_tgt:`INCLUDE_DIRECTORIES`.