diff options
author | Erlend E. Aasland <erlend.aasland@innova.no> | 2021-10-07 20:56:44 (GMT) |
---|---|---|
committer | Erlend E. Aasland <erlend.aasland@innova.no> | 2021-10-17 19:15:57 (GMT) |
commit | f2f4e66f64c5bd574fd868af928bdd6ee39cfc86 (patch) | |
tree | 35aa12aa591a6ea0f5abce3c246c61968eb25802 /Help/release | |
parent | 47cc20fc67357f796b1a51583a9e182bf78bfb69 (diff) | |
download | CMake-f2f4e66f64c5bd574fd868af928bdd6ee39cfc86.zip CMake-f2f4e66f64c5bd574fd868af928bdd6ee39cfc86.tar.gz CMake-f2f4e66f64c5bd574fd868af928bdd6ee39cfc86.tar.bz2 |
CPackIFW: Add support for RunProgram* config variables
This patch adds support for specifying <RunProgram>,
<RunProgramArguments>, and <RunProgramDescription> in the IFW
configuration file.
Diffstat (limited to 'Help/release')
-rw-r--r-- | Help/release/dev/cpackifw-package-run-program.rst | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/Help/release/dev/cpackifw-package-run-program.rst b/Help/release/dev/cpackifw-package-run-program.rst new file mode 100644 index 0000000..5d6f1b2 --- /dev/null +++ b/Help/release/dev/cpackifw-package-run-program.rst @@ -0,0 +1,10 @@ + +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. |