diff options
author | Sebastian Holtermann <sebholt@xwmw.org> | 2018-02-03 09:12:01 (GMT) |
---|---|---|
committer | Sebastian Holtermann <sebholt@xwmw.org> | 2018-02-03 09:12:01 (GMT) |
commit | c4ffbb79c0b52f6ed80304493730cfc3ebb15069 (patch) | |
tree | 2739a77e2756028125eb39d214ce714f3b7e957f /Help/prop_tgt | |
parent | b12069f7b0dc0a5e9b9031dcae2cca1b1ff7281d (diff) | |
download | CMake-c4ffbb79c0b52f6ed80304493730cfc3ebb15069.zip CMake-c4ffbb79c0b52f6ed80304493730cfc3ebb15069.tar.gz CMake-c4ffbb79c0b52f6ed80304493730cfc3ebb15069.tar.bz2 |
Autogen: Documentation: Update for AUTORCC changes
Diffstat (limited to 'Help/prop_tgt')
-rw-r--r-- | Help/prop_tgt/AUTORCC.rst | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/Help/prop_tgt/AUTORCC.rst b/Help/prop_tgt/AUTORCC.rst index c0f6a26..3cc5990 100644 --- a/Help/prop_tgt/AUTORCC.rst +++ b/Help/prop_tgt/AUTORCC.rst @@ -13,6 +13,11 @@ as target sources at build time and invoke ``rcc`` accordingly. This property is initialized by the value of the :variable:`CMAKE_AUTORCC` variable if it is set when a target is created. +By default :prop_tgt:`AUTORCC` is processed inside a +:command:`custom command <add_custom_command>`. +If the ``.qrc`` file is :prop_sf:`GENERATED` though, a +:command:`custom target <add_custom_target>` is used instead. + Additional command line options for rcc can be set via the :prop_sf:`AUTORCC_OPTIONS` source file property on the ``.qrc`` file. |