
Add the `CMAKE_AUTOMOC_EXECUTABLE`, `CMAKE_AUTOUIC_EXECUTABLE`, and `CMAKE_AUTORCC_EXECUTABLE` variables to initialize the corresponding `AUTO{MOC,UIC,RCC}_EXECUTABLE` target properties. Fixes: #20071
11 lines
253 B
ReStructuredText
11 lines
253 B
ReStructuredText
CMAKE_AUTOUIC_EXECUTABLE
|
|
------------------------
|
|
|
|
.. versionadded:: 3.27
|
|
|
|
This variable is used to initialize the :prop_tgt:`AUTOUIC_EXECUTABLE`
|
|
property on all the targets. See that target property for additional
|
|
information.
|
|
|
|
By default it is empty.
|