cmake/Help/variable/CMAKE_GLOBAL_AUTORCC_TARGET_NAME.rst

16 lines
496 B
ReStructuredText
Raw Normal View History

2019-11-11 23:01:05 +01:00
CMAKE_GLOBAL_AUTORCC_TARGET_NAME
--------------------------------
2021-09-14 00:13:48 +02:00
.. versionadded:: 3.14
2019-11-11 23:01:05 +01:00
Change the name of the global ``autorcc`` target.
When :variable:`CMAKE_GLOBAL_AUTORCC_TARGET` is enabled, a global custom target
named ``autorcc`` is created. :variable:`CMAKE_GLOBAL_AUTORCC_TARGET_NAME`
allows to set a different name for that target.
By default :variable:`CMAKE_GLOBAL_AUTOGEN_TARGET_NAME` is unset.
See the :manual:`cmake-qt(7)` manual for more information on using CMake
with Qt.