aboutsummaryrefslogtreecommitdiffstats
path: root/packaging-tools/helpers
Commit message (Collapse)AuthorAgeFilesLines
* Cleanup: Remove obsolete delete_snapshots.sh scriptIikka Eklund2021-10-071-49/+0
| | | | | | | | This script is obsolete and have not been used for ages. Change-Id: I0ef77037f1bc67af567b78912c8d7c28857ce2b5 Reviewed-by: Antti Kokko <antti.kokko@qt.io> Reviewed-by: Eike Ziller <eike.ziller@qt.io>
* Remove unused scriptsIikka Eklund2020-04-081-359/+0
| | | | | | | | | These scripts have been unused and deprecated for years. Qt5 is built by CI system nowadays thus these are not used anymore at all. Change-Id: Idff2643d6872c46293206835b8824bf34f7791f5 Reviewed-by: Tim Jenssen <tim.jenssen@qt.io>
* Cleanup environment variables and rename "application" as "module"Iikka Eklund2015-09-154-530/+0
| | | | | | | | | | | | | Rename "*application*" and "*extra*" as "module" in packaging scripts to better reflect the actual usage. Cleanup environment variable usage in packaging scripts: - Removed unused envrironment variables. - Renamed some environment variables as similar already existed - Removed deprecated envrironment setup helper scripts Change-Id: Ie4bcdd67febe42f3b9f718db98e06a552d0d79e5 Reviewed-by: Antti Kokko <antti.kokko@theqtcompany.com>
* Correcting configure.exe buildMatti Paaso2015-08-261-13/+6
| | | | | | | Extracted source package directory was not correctly determined. Change-Id: I30385a326e5180bc83152fde20b36f608304f3e1 Reviewed-by: Iikka Eklund <iikka.eklund@theqtcompany.com>
* Add Windows env. script for Qt5.5 extra module buildsAntti Kokko2015-04-241-202/+2
| | | | | Change-Id: Ie5d3a8228439129d1904b1662fd00023437697f9 Reviewed-by: Iikka Eklund <iikka.eklund@theqtcompany.com>
* Refactor build command parsingAntti Kokko2015-03-301-4/+4
| | | | | | Change-Id: Idc7b8e49b7a8e965677c96f9fb2c5254f64b740f Reviewed-by: Iikka Eklund <iikka.eklund@theqtcompany.com> Reviewed-by: Matti Paaso <matti.paaso@theqtcompany.com>
* Fix Windows extra module environment scriptAntti Kokko2014-11-031-11/+11
| | | | | | | Wrong Android SDK root path and MinGW path Change-Id: I9e9188ebd7a4953d7634bc5f293d712042b0060a Reviewed-by: Matti Paaso <matti.paaso@theqtcompany.com>
* Add Windows environment script for Qt5.4 extra module buildsAntti Kokko2014-10-311-0/+280
| | | | | Change-Id: I995f976864075955285bd5428b3c5d4defe7e69c Reviewed-by: Matti Paaso <matti.paaso@theqtcompany.com>
* Fix Winphone configuration match stringAntti Kokko2014-10-061-1/+1
| | | | | Change-Id: Id9f719a3f6c52cdbc04d48b1558ad12dab4201d5 Reviewed-by: Iikka Eklund <iikka.eklund@digia.com>
* Fix for QNX make install bugAntti Kokko2014-08-291-1/+1
| | | | | | Change-Id: Id582265cafd3b48b49ba79e6cb5c71ca8eae5c2c Reviewed-by: Samuli Piippo <samuli.piippo@digia.com> Reviewed-by: Matti Paaso <matti.paaso@digia.com>
* qnx: include qnx environment settings when builds appsSamuli Piippo2014-08-291-0/+8
| | | | | Change-Id: Ia9826b9b5cadeaa405b29ea38c85383722d10f56 Reviewed-by: Antti Kokko <antti.kokko@digia.com>
* Workaround for QNX make install bugSamuli Piippo2014-08-291-1/+1
| | | | | | | | | | | | make install fails with QNX on Windows without backslash as the first separator and forward slashes as other separators in INSTALL_ROOT path. Use the --installcommand given to the script, instead of default make command. Task-number: QTBUG-38555 Change-Id: I2259077daa698b71bc42ffb049514c969931a77c Reviewed-by: Sergio Ahumada <sahumada@blackberry.com>
* qnx: include qnx envs to helper scriptSamuli Piippo2014-08-141-0/+41
| | | | | Change-Id: I2aa9fb62999084169bcbde32414c908d6f0ad737 Reviewed-by: Iikka Eklund <iikka.eklund@digia.com>
* Add env setup helper script Qt5 windows application buildsIikka Eklund2014-04-173-102/+239
| | | | | | Also, linux and mac helper scripts cleaned up. Change-Id: Iebf5ef3b3e3fb6c36d5acea412e8fbc5461b65a8 Reviewed-by: Antti Kokko <antti.kokko@digia.com>
* Add helper scripts to set Qt5 app build environmentsIikka Eklund2014-03-172-0/+264
| | | | | | | Move the env setup from Jenkins inline block to helper scripts. Change-Id: Ic72a9b0af794c6e04fb96db5e6e12c50f74689dc Reviewed-by: Antti Kokko <antti.kokko@digia.com>
* Add helper script for removing old build snapshotsAntti Kokko2014-02-041-0/+49
| | | | | Change-Id: I5480f61728b9943dcd19a6051f366443ef43cb0d Reviewed-by: Matti Paaso <matti.paaso@digia.com>
* Rename 'release-tools' as 'packaging-tools'Iikka Eklund2013-10-281-0/+366
On windows the linker may substitute the 'release' with debug. First collision and build time error encountered with qtenginio Windows debug build. See also: QTBUG-491 Change-Id: I409acfaf78189c9d1cce8dc06474e3772826605b Reviewed-by: Sergio Ahumada <sergio.ahumada@digia.com> Reviewed-by: Kai Koehne <kai.koehne@digia.com>