mirror of
https://github.com/Kitware/CMake.git
synced 2026-02-06 23:29:31 -06:00
This replaces the need to invoke qt4_add_resources by allowing adding the source .qrc file directly to the target sources.
8 lines
224 B
ReStructuredText
8 lines
224 B
ReStructuredText
CMAKE_AUTORCC
|
|
-------------
|
|
|
|
Whether to handle rcc automatically for Qt targets.
|
|
|
|
This variable is used to initialize the :prop_tgt:`AUTORCC` property on all the targets.
|
|
See that target property for additional information.
|