diff options
-rw-r--r-- | Help/cpack_gen/archive.rst | 2 | ||||
-rw-r--r-- | Help/cpack_gen/ifw.rst | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/Help/cpack_gen/archive.rst b/Help/cpack_gen/archive.rst index 052f9cf..e9904ae 100644 --- a/Help/cpack_gen/archive.rst +++ b/Help/cpack_gen/archive.rst @@ -29,7 +29,7 @@ packaging all source files of a project: set(CPACK_VERBATIM_VARIABLES YES) include(CPack) -When this is generator is called from ``CPackConfig.cmake`` (or through the +When this generator is called from ``CPackConfig.cmake`` (or through the ``package`` target), then the generated archive will contain all files that have been installed via CMake's :command:`install` command (and the deprecated commands :command:`install_files`, :command:`install_programs`, diff --git a/Help/cpack_gen/ifw.rst b/Help/cpack_gen/ifw.rst index b1e4ee0..1d1a55b 100644 --- a/Help/cpack_gen/ifw.rst +++ b/Help/cpack_gen/ifw.rst @@ -330,5 +330,5 @@ Qt Installer Framework Manual: * Promoting Updates: http://doc.qt.io/qtinstallerframework/ifw-updates.html -Download Qt Installer Framework for you platform from Qt site: +Download Qt Installer Framework for your platform from Qt site: http://download.qt.io/official_releases/qt-installer-framework |