aboutsummaryrefslogtreecommitdiffstats
path: root/doc
diff options
context:
space:
mode:
authorJake Petroules <jake.petroules@petroules.com>2015-07-09 15:27:28 -0700
committerJake Petroules <jake.petroules@petroules.com>2015-07-14 10:41:56 +0000
commitf7a0ea2f0bda981599c9bd7581591cdd5e280bc2 (patch)
tree9c6a53897f656f4c3e02f153bd53561b3666626d /doc
parente2a596864c4ceb2c8e0c3925202270f4e0d9b30a (diff)
Add support for creating ZIP archives in the archiver module.
Task-number: QBS-420 Change-Id: Ib01627e652f1061bad602146ad63e5efc4ba657e Reviewed-by: Christian Kandeler <christian.kandeler@theqtcompany.com>
Diffstat (limited to 'doc')
-rw-r--r--doc/reference/modules/archiver-module.qdoc16
1 files changed, 10 insertions, 6 deletions
diff --git a/doc/reference/modules/archiver-module.qdoc b/doc/reference/modules/archiver-module.qdoc
index ac8df7c58..53e00415c 100644
--- a/doc/reference/modules/archiver-module.qdoc
+++ b/doc/reference/modules/archiver-module.qdoc
@@ -70,16 +70,19 @@
\li string
\li 1.4
\li \c undefined
- \li How much effort to put into the compression of a 7-Zip archive.
- Possible values are \c undefined, "0", "1", "3", "5", "7" and "9". Higher numbers
- result in a smaller archive, but the compressing process will take more time.
+ \li How much effort to put into the compression of a 7-Zip or zip archive.
+ Possible values are \c undefined, "0", "1", "2", "3", "4", "5", "6", "7", "8" and "9"
+ Higher numbers result in a smaller archive, but the compressing process will take more
+ time. 7-Zip only supports 0 and odd numbers.
A value of \c undefined means to use the default compression level.
\row
\li compressionType
\li string
\li 1.4
- \li \c{"gz"}
- \li How to compress a tar archive. Possible options are "none", "gz", "bz2", "Z" and "xz".
+ \li \c{"gz"} for tar archives, otherwise \c undefined
+ \li How to compress a tar or zip archive.
+ Possible options are "none", "gz", "bz2", "Z", "xz", "deflate", "store".
+ \c undefined uses the archiver's default compression type.
\row
\li outputDirectory
\li string
@@ -91,7 +94,8 @@
\li string
\li 1.4
\li \c{undefined}
- \li Which kind of archiver to use. The currently supported values are "tar" and "7zip".
+ \li Which kind of archiver to use.
+ The currently supported values are: "tar", "7zip", "zip".
\row
\li workingDirectory
\li string