Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | QtIFW: Don't show component selection page if it don't need | Konstantin Podsvirov | 2016-07-13 | 1 | -1/+2 |
| | |||||
* | CMake: Fix Web Site shortcut in IFW installer for Windows | Konstantin Podsvirov | 2015-07-07 | 1 | -4/+4 |
| | |||||
* | CMake: New option CMake_INSTALL_COMPONENTS | Konstantin Podsvirov | 2015-07-07 | 1 | -0/+24 |
| | | | | | By default is OFF. Now it's used with CPack IFW himself installer. | ||||
* | CMake: Install COMPONENTs | Konstantin Podsvirov | 2015-07-07 | 3 | -7/+47 |
| | | | | | | | | | | | | | | | Added components: - cmake - ctest - cpack - cmake-gui - ccmake - data - sphinx-html - sphinx-singlehtml - sphinx-qthelp Other now Unspecified. | ||||
* | Update packaging of CMake for QtIFW 2.0 | Konstantin Podsvirov | 2015-05-15 | 2 | -2/+8 |
| | |||||
* | CPack: Add an "IFW" generator for Qt Framework Installer | Konstantin Podsvirov | 2014-07-28 | 2 | -0/+31 |
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> |