https://github.com/Kitware/CMake
Raw File
Tip revision: a49a467fd02dded8e8976008082659054484b8fe authored by Brad King on 03 March 2015, 13:38:36 UTC
CMake 3.2.0
Tip revision: a49a467
AUTOUIC_OPTIONS.rst
AUTOUIC_OPTIONS
---------------

Additional options for ``uic`` when using :prop_tgt:`AUTOUIC`

This property holds additional command line options
which will be used when ``uic`` is executed during the build via :prop_tgt:`AUTOUIC`,
i.e. it is equivalent to the optional ``OPTIONS`` argument of the
:module:`qt4_wrap_ui() <FindQt4>` macro.

By default it is empty.

The options set on the ``.ui`` source file may override :prop_tgt:`AUTOUIC_OPTIONS` set
on the target.
back to top