CMAKE_GLOBAL_AUTORCC_TARGET_NAME.rst 496 B

123456789101112131415
  1. CMAKE_GLOBAL_AUTORCC_TARGET_NAME
  2. --------------------------------
  3. .. versionadded:: 3.14
  4. Change the name of the global ``autorcc`` target.
  5. When :variable:`CMAKE_GLOBAL_AUTORCC_TARGET` is enabled, a global custom target
  6. named ``autorcc`` is created. :variable:`CMAKE_GLOBAL_AUTORCC_TARGET_NAME`
  7. allows to set a different name for that target.
  8. By default :variable:`CMAKE_GLOBAL_AUTORCC_TARGET_NAME` is unset.
  9. See the :manual:`cmake-qt(7)` manual for more information on using CMake
  10. with Qt.