summaryrefslogtreecommitdiff
path: root/Packaging
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.
* Make packaging script wait for the disk image to be mounted.Robert Maynard2016-05-191-2/+17
| | | | | | Frequently the apple script would execute before the disk image had been fully mounted, and would fail. We now try to wait for the disk to be mounted first.
* Improve appearance of CMake .dmg package on OS XAdam Strzelecki2015-11-132-0/+42
Configure our use of the CPack DragNDrop generator to specify a custom background image and script.