Files
CMake/Help/release/dev/cpackifw-package-run-program.rst
Erlend E. Aasland f2f4e66f64 CPackIFW: Add support for RunProgram* config variables
This patch adds support for specifying <RunProgram>,
<RunProgramArguments>, and <RunProgramDescription> in the IFW
configuration file.
2021-10-17 21:15:57 +02:00

11 lines
423 B
ReStructuredText

cpackifw-package-run-program
----------------------------
* The :cpack_gen:`CPack IFW Generator` gained the new
:variable:`CPACK_IFW_PACKAGE_RUN_PROGRAM`,
:variable:`CPACK_IFW_PACKAGE_RUN_PROGRAM_ARGUMENTS`, and
:variable:`CPACK_IFW_PACKAGE_RUN_PROGRAM_DESCRIPTION` variables for executing
a command after the installer is done if the user accepts the action.
This feature is available for QtIFW 4.0 and newer.