1CMAKE_GLOBAL_AUTORCC_TARGET 2--------------------------- 3 4.. versionadded:: 3.14 5 6Switch to enable generation of a global ``autorcc`` target. 7 8When :variable:`CMAKE_GLOBAL_AUTORCC_TARGET` is enabled, a custom target 9``autorcc`` is generated. This target depends on all :prop_tgt:`AUTORCC` 10generated ``<ORIGIN>_arcc_<QRC>`` targets in the project. 11By building the global ``autorcc`` target, all :prop_tgt:`AUTORCC` 12files in the project will be generated. 13 14The name of the global ``autorcc`` target can be changed by setting 15:variable:`CMAKE_GLOBAL_AUTORCC_TARGET_NAME`. 16 17By default :variable:`CMAKE_GLOBAL_AUTORCC_TARGET` is unset. 18 19See the :manual:`cmake-qt(7)` manual for more information on using CMake 20with Qt. 21