AUTORCC_OPTIONS.rst 594 B

1234567891011121314151617
  1. AUTORCC_OPTIONS
  2. ---------------
  3. Additional options for rcc when using autorcc (see the :prop_tgt:`AUTORCC` target property)
  4. This property holds additional command line options
  5. which will be used when rcc is executed during the build via autorcc,
  6. i.e. it is equivalent to the optional OPTIONS argument of the
  7. qt4_add_resources() macro.
  8. By default it is empty.
  9. This property is initialized by the value of the variable
  10. :variable:`CMAKE_AUTORCC` if it is set when a target is created.
  11. The options set on the target may be overridden by :prop_sf:`AUTORCC_OPTIONS` set
  12. on the .qrc source file.