summaryrefslogtreecommitdiffstats
path: root/Help/release
diff options
context:
space:
mode:
authorErlend E. Aasland <erlend.aasland@innova.no>2021-10-26 20:57:56 (GMT)
committerErlend E. Aasland <erlend.aasland@innova.no>2021-10-28 13:46:22 (GMT)
commit62ef2729eeb9dbe636b4e1ae57cfdb6998d251f3 (patch)
treed10fab0fba367121834ca1fc59c0437884871852 /Help/release
parenta3791b24c9a84788ae426697c768f5126fab8c75 (diff)
downloadCMake-62ef2729eeb9dbe636b4e1ae57cfdb6998d251f3.zip
CMake-62ef2729eeb9dbe636b4e1ae57cfdb6998d251f3.tar.gz
CMake-62ef2729eeb9dbe636b4e1ae57cfdb6998d251f3.tar.bz2
CPackIFW: add support for archive format and compression level options
Adds the following CPackIFW variables: - CPACK_IFW_ARCHIVE_FORMAT - CPACK_IFW_ARCHIVE_COMPRESSION These variables control mirror the --archive-format and --compression options of the QtIFW binarycreator and repogen tools. Fixes: #22803 Co-authored-by: Erlend E. Aasland <erlend.aasland@innova.no> Co-authored-by: Awen Autret
Diffstat (limited to 'Help/release')
-rw-r--r--Help/release/dev/cpackifw-archive-format.rst9
1 files changed, 9 insertions, 0 deletions
diff --git a/Help/release/dev/cpackifw-archive-format.rst b/Help/release/dev/cpackifw-archive-format.rst
new file mode 100644
index 0000000..8884d74
--- /dev/null
+++ b/Help/release/dev/cpackifw-archive-format.rst
@@ -0,0 +1,9 @@
+
+cpackifw-archive-format
+-----------------------
+
+* The :cpack_gen:`CPack IFW Generator` gained the new
+ :variable:`CPACK_IFW_ARCHIVE_FORMAT` and
+ :variable:`CPACK_IFW_ARCHIVE_COMPRESSION` variables for setting the format
+ used when packaging new component data archives, and choosing the compression
+ level used. These features are available for QtIFW 4.2 and newer.