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/cpack_gen | |
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/cpack_gen')
-rw-r--r-- | Help/cpack_gen/ifw.rst | 28 |
1 files changed, 28 insertions, 0 deletions
diff --git a/Help/cpack_gen/ifw.rst b/Help/cpack_gen/ifw.rst index 4eb6095..6b8bc26 100644 --- a/Help/cpack_gen/ifw.rst +++ b/Help/cpack_gen/ifw.rst @@ -264,6 +264,34 @@ Package This feature is available for QtIFW 4.0.0 or newer. +.. variable:: CPACK_IFW_PACKAGE_RUN_PROGRAM + + .. versionadded:: 3.23 + + Command executed after the installer is done if the user accepts the action. + Provide the full path to the application. + + This feature is available for QtIFW 4.0.0 and newer. + +.. variable:: CPACK_IFW_PACKAGE_RUN_PROGRAM_ARGUMENTS + + .. versionadded:: 3.23 + + List of arguments passed to the program specified in + :variable:`CPACK_IFW_PACKAGE_RUN_PROGRAM`. + + This feature is available for QtIFW 4.0.0 and newer. + +.. variable:: CPACK_IFW_PACKAGE_RUN_PROGRAM_DESCRIPTION + + .. versionadded:: 3.23 + + Text shown next to the check box for running the program after the + installation. If :variable:`CPACK_IFW_PACKAGE_RUN_PROGRAM` is set but no + description provided, the UI will display ``Run <Name> now``. instead. + + This feature is available for QtIFW 4.0.0 and newer. + Components """""""""" |