You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

18 lines
689 B

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