1
0

AUTORCC_OPTIONS.rst 463 B

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