summaryrefslogtreecommitdiffstats
path: root/Source/QtIFW
Commit message (Collapse)AuthorAgeFilesLines
* QtIFW: Improved packagingKonstantin Podsvirov2017-01-125-15/+19
| | | | | | | | | | | | 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: Reference cmake.org via https in cmake.org.htmlBrad King2016-10-041-1/+1
|
* QtIFW: Developer Reference installationKonstantin Podsvirov2016-08-161-0/+21
|
* 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-073-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.0Konstantin Podsvirov2015-05-152-2/+8
|
* CPack: Add an "IFW" generator for Qt Framework InstallerKonstantin Podsvirov2014-07-282-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>