summaryrefslogtreecommitdiff
path: root/Packaging/QtSDK
Commit message (Collapse)AuthorAgeFilesLines
* QtIFW: Improved packaging as part of the QtSDKKonstantin Podsvirov2017-04-082-17/+15
| | | | | | Changes: - Fix install script template (*.qs.in) to register on all platforms; - Add patch version numter to display name ("CMake X.Y" -> "CMake X.Y.Z").
* QtIFW: Improved packagingKonstantin Podsvirov2017-01-122-42/+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: Packaging as part of the QtSDKKonstantin Podsvirov2016-11-302-0/+116
Usage: 'cmake ... -C Packaging/QtSDK/ToolsCMakeXX.cmake ...' to make compatible package.