blob: c390e2a82b1bb73ca293e6a0de47808ee06d4597 (
plain)
1
2
3
4
5
6
7
8
9
10
11
|
autogen-predefs
---------------
* When using :prop_tgt:`AUTOMOC`, the new variable
:variable:`CMAKE_AUTOMOC_COMPILER_PREDEFINES` allows to default
enable or disable the generation of the compiler pre definitions file
``moc_predefs.h``.
* When using :prop_tgt:`AUTOMOC`, the new boolean target property
:prop_tgt:`AUTOMOC_COMPILER_PREDEFINES` allows to enable or disable the
generation of the compiler pre definitions file ``moc_predefs.h``.
|