diff options
author | Joachim Wuttke (o) <j.wuttke@fz-juelich.de> | 2020-02-12 18:24:51 (GMT) |
---|---|---|
committer | Joachim Wuttke (o) <j.wuttke@fz-juelich.de> | 2020-02-13 07:14:07 (GMT) |
commit | 6bb248c1337371d117d21d9ddac7f93193ab4949 (patch) | |
tree | 4c8eed1b28ae7c9a09f1042a8db5e05ae1e474e3 /Help | |
parent | 1acea5cb2674b8963a1fe6679c0976539c080146 (diff) | |
download | CMake-6bb248c1337371d117d21d9ddac7f93193ab4949.zip CMake-6bb248c1337371d117d21d9ddac7f93193ab4949.tar.gz CMake-6bb248c1337371d117d21d9ddac7f93193ab4949.tar.bz2 |
Help: More cross references between CPackIFW and CPackIFWGenerator.
And more concise section "QtIFW Tools".
Diffstat (limited to 'Help')
-rw-r--r-- | Help/cpack_gen/ifw.rst | 29 |
1 files changed, 13 insertions, 16 deletions
diff --git a/Help/cpack_gen/ifw.rst b/Help/cpack_gen/ifw.rst index 4a9ab99..bc72f6c 100644 --- a/Help/cpack_gen/ifw.rst +++ b/Help/cpack_gen/ifw.rst @@ -13,8 +13,9 @@ 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. -The module :module:`CPackIFW` looks for the location of the -QtIFW command-line utilities. +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. Hints ^^^^^ @@ -263,36 +264,32 @@ Components repack dependent components. This feature available only since QtIFW 3.1. -Tools -""""" +QtIFW Tools +""""""""""" .. variable:: CPACK_IFW_FRAMEWORK_VERSION The version of used QtIFW tools. -.. variable:: CPACK_IFW_BINARYCREATOR_EXECUTABLE +The following variables provide the locations of the QtIFW +command-line tools as discovered by the module :module:`CPackIFW`. +These variables are cached, and may be configured if needed. - The path to "binarycreator" command line client. +.. variable:: CPACK_IFW_BINARYCREATOR_EXECUTABLE - This variable is cached and may be configured if needed. + The path to ``binarycreator``. .. variable:: CPACK_IFW_REPOGEN_EXECUTABLE - The path to "repogen" command line client. - - This variable is cached and may be configured if needed. + The path to ``repogen``. .. variable:: CPACK_IFW_INSTALLERBASE_EXECUTABLE - The path to "installerbase" installer executable base. - - This variable is cached and may be configured if needed. + The path to ``installerbase``. .. variable:: CPACK_IFW_DEVTOOL_EXECUTABLE - The path to "devtool" command line client. - - This variable is cached and may be configured if needed. + The path to ``devtool``. Online installer |