diff options
author | Joachim Wuttke (o) <j.wuttke@fz-juelich.de> | 2020-02-13 07:46:04 (GMT) |
---|---|---|
committer | Joachim Wuttke (o) <j.wuttke@fz-juelich.de> | 2020-02-13 07:46:04 (GMT) |
commit | fdf50941d27c3efd088dbbe8986f816cdade5d3f (patch) | |
tree | e5105d744f5a5d8bc9314f6ca53806d75ee312fc | |
parent | 6bb248c1337371d117d21d9ddac7f93193ab4949 (diff) | |
download | CMake-fdf50941d27c3efd088dbbe8986f816cdade5d3f.zip CMake-fdf50941d27c3efd088dbbe8986f816cdade5d3f.tar.gz CMake-fdf50941d27c3efd088dbbe8986f816cdade5d3f.tar.bz2 |
Help: CPack IFW Generator: not only configures, but also runs QtIFW.
-rw-r--r-- | Help/cpack_gen/ifw.rst | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/Help/cpack_gen/ifw.rst b/Help/cpack_gen/ifw.rst index bc72f6c..b1e4ee0 100644 --- a/Help/cpack_gen/ifw.rst +++ b/Help/cpack_gen/ifw.rst @@ -1,18 +1,21 @@ CPack IFW Generator ------------------- +Configure and run the Qt Installer Framework to generate a Qt installer. + Overview ^^^^^^^^ This :manual:`cpack generator <cpack-generators(7)>` generates configuration and meta information for the `Qt Installer Framework -<http://doc.qt.io/qtinstallerframework/index.html>`_ (QtIFW). +<http://doc.qt.io/qtinstallerframework/index.html>`_ (QtIFW), +and runs QtIFW tools to generate a Qt installer. QtIFW provides tools and utilities to create installers for the platforms supported by `Qt <https://www.qt.io>`_: Linux, Microsoft Windows, and macOS. -To make use of this generator, QtIFW should also be installed. +To make use of this generator, QtIFW needs to be installed. The :module:`CPackIFW` module looks for the location of the QtIFW command-line utilities, and defines several commands to control the behavior of this generator. |