diff options
author | Konstantin Podsvirov <konstantin@podsvirov.pro> | 2014-07-23 07:01:59 (GMT) |
---|---|---|
committer | Brad King <brad.king@kitware.com> | 2014-07-28 14:24:03 (GMT) |
commit | 44850a267d1c2ee64947ebb93de3998549b59d03 (patch) | |
tree | 7e52d6426e9e5ceb152b2b951521098d0b89a6a8 /Help | |
parent | 3e3ab2adb4a70352a41b469788a2885b20a86fef (diff) | |
download | CMake-44850a267d1c2ee64947ebb93de3998549b59d03.zip CMake-44850a267d1c2ee64947ebb93de3998549b59d03.tar.gz CMake-44850a267d1c2ee64947ebb93de3998549b59d03.tar.bz2 |
CPack: Add an "IFW" generator for Qt Framework Installer
Add support for packaging with the Qt Framework Installer tools:
http://qt-project.org/doc/qtinstallerframework/index.html
Reviewed-by: Nils Gladitz <nilsgladitz@gmail.com>
Diffstat (limited to 'Help')
-rw-r--r-- | Help/manual/cmake-modules.7.rst | 1 | ||||
-rw-r--r-- | Help/module/CPackIFW.rst | 1 |
2 files changed, 2 insertions, 0 deletions
diff --git a/Help/manual/cmake-modules.7.rst b/Help/manual/cmake-modules.7.rst index ecc9cc4..91fffe9 100644 --- a/Help/manual/cmake-modules.7.rst +++ b/Help/manual/cmake-modules.7.rst @@ -55,6 +55,7 @@ All Modules /module/CPackCygwin /module/CPackDeb /module/CPackDMG + /module/CPackIFW /module/CPackNSIS /module/CPackPackageMaker /module/CPackRPM diff --git a/Help/module/CPackIFW.rst b/Help/module/CPackIFW.rst new file mode 100644 index 0000000..ea05796 --- /dev/null +++ b/Help/module/CPackIFW.rst @@ -0,0 +1 @@ +.. cmake-module:: ../../Modules/CPackIFW.cmake |