summaryrefslogtreecommitdiffstats
path: root/Source/QtIFW/installscript.qs.in
Commit message (Collapse)AuthorAgeFilesLines
* QtIFW: Improved packagingKonstantin Podsvirov2017-01-121-5/+7
| | | | | | | | | | | | Now cpack_ifw_configure_file command used to configure template files of component's scripts. Now for these template files we can use QtIFW predefined variables (like @VAR@) and template variables in Qt/IFW/SDK/Creator templates style (like %VAR%). Now CMake_INSTALL_INFIX advanced variable used to configure CMake installation destination when package as part of QtSDK.
* QtIFW: Don't show component selection page if it don't needKonstantin Podsvirov2016-07-131-1/+2
|
* CMake: Fix Web Site shortcut in IFW installer for WindowsKonstantin Podsvirov2015-07-071-4/+4
|
* CMake: New option CMake_INSTALL_COMPONENTSKonstantin Podsvirov2015-07-071-0/+24
| | | | | By default is OFF. Now it's used with CPack IFW himself installer.
* CMake: Install COMPONENTsKonstantin Podsvirov2015-07-071-24/+0
| | | | | | | | | | | | | | | 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.0Konstantin Podsvirov2015-05-151-2/+2
|
* CPack: Add an "IFW" generator for Qt Framework InstallerKonstantin Podsvirov2014-07-281-0/+24
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>