2013-10-15 19:17:36 +04:00
|
|
|
AUTOMOC_MOC_OPTIONS
|
|
|
|
-------------------
|
|
|
|
|
2013-12-26 21:18:04 +04:00
|
|
|
Additional options for moc when using :prop_tgt:`AUTOMOC`
|
2013-10-15 19:17:36 +04:00
|
|
|
|
2014-02-05 18:17:45 +04:00
|
|
|
This property is only used if the :prop_tgt:`AUTOMOC` property is ``ON``
|
|
|
|
for this target. In this case, it holds additional command line
|
|
|
|
options which will be used when ``moc`` is executed during the build, i.e.
|
|
|
|
it is equivalent to the optional ``OPTIONS`` argument of the
|
|
|
|
:module:`qt4_wrap_cpp() <FindQt4>` macro.
|
2013-10-15 19:17:36 +04:00
|
|
|
|
|
|
|
By default it is empty.
|
2014-02-05 18:17:45 +04:00
|
|
|
|
|
|
|
See the :manual:`cmake-qt(7)` manual for more information on using CMake
|
|
|
|
with Qt.
|