diff options
author | Joachim Wuttke (o) <j.wuttke@fz-juelich.de> | 2020-02-11 15:27:27 (GMT) |
---|---|---|
committer | Brad King <brad.king@kitware.com> | 2020-02-11 15:47:26 (GMT) |
commit | e240371ab1e8a104bf13277ff18a61defd7902cb (patch) | |
tree | f6b543a401a15b39742983a3e1d16d575a5efc5a /Help | |
parent | 78779c6111cae6b373f0a609f44352c3e3ebfcf1 (diff) | |
download | CMake-e240371ab1e8a104bf13277ff18a61defd7902cb.zip CMake-e240371ab1e8a104bf13277ff18a61defd7902cb.tar.gz CMake-e240371ab1e8a104bf13277ff18a61defd7902cb.tar.bz2 |
Help: CPackIFWGenerator: explain relation to CPackIWF
* Make overview more focussed
* Explain the relation to CPackIFW
Diffstat (limited to 'Help')
-rw-r--r-- | Help/cpack_gen/ifw.rst | 17 |
1 files changed, 7 insertions, 10 deletions
diff --git a/Help/cpack_gen/ifw.rst b/Help/cpack_gen/ifw.rst index 5d0455e..4a9ab99 100644 --- a/Help/cpack_gen/ifw.rst +++ b/Help/cpack_gen/ifw.rst @@ -1,23 +1,20 @@ CPack IFW Generator ------------------- -See :module:`CPackIFW` for details on the CPackIFW module. - Overview ^^^^^^^^ -CPack ``IFW`` generator helps you to create online and offline -binary cross-platform installers with a graphical user interface. - -CPack IFW generator prepares project installation and generates +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). -The QtIFW provides a set of tools and utilities to create -installers for the supported desktop Qt platforms: Linux, Microsoft Windows, -and macOS. +QtIFW provides tools and utilities to create installers for +the platforms supported by `Qt <https://www.qt.io>`_: Linux, +Microsoft Windows, and macOS. -You should also install QtIFW to use CPack ``IFW`` generator. +To make use of this generator, QtIFW should also be installed. +The module :module:`CPackIFW` looks for the location of the +QtIFW command-line utilities. Hints ^^^^^ |