CMAKE_AUTORCC_OPTIONS — CMake 4.0.1 Documentation (original) (raw)

Additional options for rcc when using CMAKE_AUTORCC.

This variable is used to initialize the AUTORCC_OPTIONS property on all the targets. See that target property for additional information.

EXAMPLE

...

set(CMAKE_AUTORCC_OPTIONS "--compress;9")

...