diff options
author | Jean-Philippe Lebel <Jean-Philippe Lebel jp@lebel.pro> | 2016-11-22 22:56:18 (GMT) |
---|---|---|
committer | Jean-Philippe Lebel <Jean-Philippe Lebel jp@lebel.pro> | 2017-12-15 18:24:58 (GMT) |
commit | 739ae1d090094eea6fc545d4d1567b7db9f9683c (patch) | |
tree | 0376d8f0efcf25db6b835c60895668c47515ac6a /Help | |
parent | bd10c3cf82f6e9d58b121498eaa2b9d8cc19dd2f (diff) | |
download | CMake-739ae1d090094eea6fc545d4d1567b7db9f9683c.zip CMake-739ae1d090094eea6fc545d4d1567b7db9f9683c.tar.gz CMake-739ae1d090094eea6fc545d4d1567b7db9f9683c.tar.bz2 |
CPack/IFW: Add option to control deletion of the install directory
Added support for QT IFW "RemoveTargetDir" boolean option. QTIFW
supports an option to prevent, or not, deletion of the installation
directory. This is a direct pass-through to that variable.
Diffstat (limited to 'Help')
-rw-r--r-- | Help/release/dev/cpackifw-package-remove-target-dir.rst | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/Help/release/dev/cpackifw-package-remove-target-dir.rst b/Help/release/dev/cpackifw-package-remove-target-dir.rst new file mode 100644 index 0000000..52dfc04 --- /dev/null +++ b/Help/release/dev/cpackifw-package-remove-target-dir.rst @@ -0,0 +1,6 @@ +cpackifw-package-remove-target-dir +---------------------------------- + +* The :module:`CPackIFW` module gained new + :variable:`CPACK_IFW_PACKAGE_REMOVE_TARGET_DIR` variable to control + if the target directory should not be deleted when uninstalling. |