aboutsummaryrefslogtreecommitdiffstats
path: root/packaging-tools/configurations
Commit message (Collapse)AuthorAgeFilesLines
* Cleanup: Remove obsolete installer configuration filesIikka Eklund2021-10-077585-354399/+0
| | | | | | | | | | | | | | | | Installer configurations have not been used from this repo for a long time. Big part of the installer configuration files in this repo are plain copy-paste from the internal repo used for installer configurations. The configuration files would not even work in most cases as actual payload has been moved to 'archive' thus content URLs are invalid in these files. Remove these files. Change-Id: I70b4fefbbcb0e3f9e3d0cd0d3985dd256e1e4d0e Reviewed-by: Antti Kokko <antti.kokko@qt.io>
* Check whether vcredist x64 is already installedEike Ziller2020-03-182-4/+9
| | | | | | | | like it is done for the x86 vcredist package Fixes: QTCREATORBUG-23116 Change-Id: Ibc616be8b0c9d99c8039e1d1bf573341d91bb50a Reviewed-by: Antti Kokko <antti.kokko@qt.io>
* Update Qt Installer ChangeLogKatja Marttila2020-02-281-0/+5
| | | | | Change-Id: I7fdcbf167f5c417b852457a7e0549aa94483bf11 Reviewed-by: Antti Kokko <antti.kokko@qt.io>
* IFW: Include IFW 3.2 to online repository buildKatja Marttila2019-12-235-2/+41
| | | | | Change-Id: I649174b94d16ff0f8cf398a84436149c6506266d Reviewed-by: Iikka Eklund <iikka.eklund@qt.io>
* Update installer changelogv5.9.9-packagingv5.14.0-rc2-packagingv5.14.0-packagingKatja Marttila2019-12-031-1/+5
| | | | | Change-Id: I6a54de1c0460f4c0dcbbc0a431d087518db483af Reviewed-by: Antti Kokko <antti.kokko@qt.io>
* Update installer changelogKatja Marttila2019-11-141-0/+7
| | | | | Change-Id: I64c6dca13c4068cdddd6752f7d7cbf032672d823 Reviewed-by: Iikka Eklund <iikka.eklund@qt.io>
* Bump vcredist package version number after script updateDavid Schulz2019-10-291-2/+1
| | | | | | | | And remove hard coded RequiresAdminRights from package.xml since it is checked in the script now. Change-Id: I547f99d0d0e6b7e186323f80d211330beeb67470 Reviewed-by: Eike Ziller <eike.ziller@qt.io>
* Revert "Installer pkg template generator"Iikka Eklund2019-09-1960-3511/+0
| | | | | | | | | This is not used at all. This reverts commit 92a70e46bcd27d1d077dcbcd995f50ad288a6f9b. Change-Id: I890e0ec26030b46e1f0f8ff41837d8321b0f2ad1 Reviewed-by: Antti Kokko <antti.kokko@qt.io>
* Qt Creator: Add windows debugging tools to stable offlinev5.13.1-packagingEike Ziller2019-08-262-2/+4
| | | | | Change-Id: I2a5f95ddb3554ee839cdaca2a8a322a3bb8da7bc Reviewed-by: David Schulz <david.schulz@qt.io>
* Qt Creator: Add dependency to vcredist MSVC2010 for OpenSSLEike Ziller2019-08-265-4/+14
| | | | | | | Our OpenSSL 1.1 prebuilt packages have a runtime dependency on MSVC2010 Change-Id: I8a6c0fbf463791f09a28700661ce10e8c16af1b1 Reviewed-by: David Schulz <david.schulz@qt.io>
* Windows debugger: ignore msi error ERROR_INSTALL_ALREADY_RUNNINGDavid Schulz2019-07-181-2/+2
| | | | | | | | These occur if there is already an msi installation running. Since the debugging tools are not crucial for Qt Creator just ignore this error. Change-Id: I3a300a1addca8a997911f6df226cf860bd0f8777 Reviewed-by: Eike Ziller <eike.ziller@qt.io>
* Add debugging and tools redistributables to qt creator package.David Schulz2019-06-2710-3/+272
| | | | | | | | This package is only installed on windows. It contains a debugger for msvc based applications. Change-Id: Ia481ac402711b836702c924020c97a892f44133e Reviewed-by: Eike Ziller <eike.ziller@qt.io>
* update tools generic packaging configurationv5.13.0-rc2-packagingAntti Kokko2019-06-053-28/+21
| | | | | | | | | | | | update changelog contents with IFW 3.1.1 details. update ifw tools used for the generic tools repository build. update maintenance tool version value. component contains non-compressed static data, let binarycreator handle the compression and inclusion. Task-number: QTBUG-76063 Change-Id: I12dd3572e5d83791a00750ff187f24f8dd49237f Reviewed-by: Katja Marttila <katja.marttila@qt.io>
* Prepare 3.1.1 IFW releaseKatja Marttila2019-05-081-1/+1
| | | | | Change-Id: I6c8eaf00d7ae4e9a5b451db74b062e0a8a447d5f Reviewed-by: Jani Heikkinen <jani.heikkinen@qt.io>
* Update tools_generic release description file for IFW 3.1Antti Kokko2019-05-081-0/+9
| | | | | | | | | | Use latest IFW tools for tools_generic repository builds. Update installer changelog with IFW 3.1 release changes. Change-Id: I3614a63720fe917e5a44be56ae3517345b8f4b61 Reviewed-by: Akseli Salovaara <akseli.salovaara@qt.io> Reviewed-by: Jani Heikkinen <jani.heikkinen@qt.io> Reviewed-by: Katja Marttila <katja.marttila@qt.io>
* QtCreator: Update IFW versionv5.9.8-packagingv5.13.0-beta2-packagingv5.12.3-packagingEike Ziller2019-04-124-1/+5
| | | | | | | And unify the default with & height with the Qt installer. Change-Id: Ic100fca16b2b17ef58258058b76853d6516541a6 Reviewed-by: Eike Ziller <eike.ziller@qt.io>
* Fix an .icns issue with macOS 10.12Alessandro Portale2019-04-112-0/+0
| | | | | | Task-number: QTBUG-74497 Change-Id: I30b63dcbe2d482c85111f16be2326a705eb3b021 Reviewed-by: Eike Ziller <eike.ziller@qt.io>
* Qt Creator: 4.9.0 -> stable, 4.10.0-beta1 -> masterEike Ziller2019-04-058-28/+75
| | | | | | | Also removes some msvc2015 from the names Change-Id: I832de0b003af3093ca25102801dc5bf6812990ec Reviewed-by: Antti Kokko <antti.kokko@qt.io>
* check the right vcredist registry value keyTim Jenssen2019-03-284-8/+8
| | | | | | | | | | | msvc2015 and msvc2017 are compatible but everything greater or same 14.1 is a vcredist for msvc2017. So install it if the minor part is smaller then 1. Task-number: QTCREATORBUG-22204 Change-Id: I57572cecb41bd6ce1cebbc9cf3fded6f14f7d650 Reviewed-by: Eike Ziller <eike.ziller@qt.io> Reviewed-by: Iikka Eklund <iikka.eklund@qt.io>
* Increase IFW version numberKatja Marttila2019-03-261-1/+1
| | | | | | | | | This is because we found a last minute bug which needed fixing before announcing 3.1.0 release. Bug was: "update not working when using version number bigger than 32bit int" Change-Id: I089fba5e84ae26183269abd1292e5986ff1d1afe Reviewed-by: Antti Kokko <antti.kokko@qt.io>
* Include IFW 3.1 to online repository buildKatja Marttila2019-03-255-1/+42
| | | | | | | | | In IFW 3.1 start using %MAINTENANCE_TOOL_VERSION%. Add also 3.0.6 (which previously used %MAINTENANCE_TOOL_VERSION%) so it won't vanish Change-Id: I9603ed2b3aa6f998610c4639ba3f3c7d02584a2f Reviewed-by: Antti Kokko <antti.kokko@qt.io>
* Qt Creator/master: Adapt MSVC versionEike Ziller2019-03-258-8/+282
| | | | | Change-Id: I7fff7613f09276ad95016ea7ce3481efbcbf5b6a Reviewed-by: Tim Jenssen <tim.jenssen@qt.io>
* Add MSVC2017 redist to online repositoryEike Ziller2019-03-221-1/+3
| | | | | Change-Id: I7e3b0bd9f97adeb9f5bd8c12b1ffafb9bcea8b3c Reviewed-by: Antti Kokko <antti.kokko@qt.io>
* Add %VERSION_NUMBER_AUTO_INCREASE% to Mingw 7.3.0 tools repositoriesv5.13.0-beta1-packagingAkseli Salovaara2019-03-152-2/+2
| | | | | Change-Id: I2b0b4a1912584c36a12935ef2251812a07a9c02c Reviewed-by: Antti Kokko <antti.kokko@qt.io>
* Restore MINGW730_DIR variable to MinGW 32-bit tools repository configsAkseli Salovaara2019-03-131-6/+6
| | | | | | | | | | | | When fixing MinGW 32-bit and 64-bit toolchain path issues setenv.bat MINGW730_DIR variable was replaced with MINGW730_32_DIR and MINGW730_64_DIR variables. Restore MINGW730_DIR variable to MinGW 32-bit tools repository configs in order to avoid breaking qtenv2.bat path with already published Qt versions with MinGW 7.3.0 32-bit. Task-number: QTBUG-73783 Change-Id: I55f8f4a7f2d942470b0abc4a918e70488715c110 Reviewed-by: Jani Heikkinen <jani.heikkinen@qt.io>
* Application icons refreshAlessandro Portale2019-03-0613-0/+0
| | | | | | | | | | | | This change replaces the existing application/installer icons with the newly designed ones. The Qt Creator watermarks/background are now without slogan, just like the Qt watermarks/background are since a while. Task-number: QTBUG-70826 Change-Id: Ib6077460930ef4f06ee675fa4886792437ba9f48 Reviewed-by: Eike Ziller <eike.ziller@qt.io>
* Qt Creator/vcredist: Use master.qt.io instead of download.qt.ioEike Ziller2019-02-288-8/+8
| | | | | | | download.qt.io breaks or is too slow too often. Change-Id: I6c6d8f5e64ca1154dffac3f4d399ac34979ed093 Reviewed-by: Eike Ziller <eike.ziller@qt.io>
* Preliminary fix for MinGW toolchain 32 vs 64 bit issues on qtenv2.batAkseli Salovaara2019-02-132-15/+15
| | | | | | | | | | | | During installation MinGW toolchain paths might get mixed on qtenv2.bat. Set explicitly different variables for 32 and 64 bit binaries to avoid possible runtime mix up. Unify also architecture strings according other Qt packaging configs. Task-number: QTBUG-73783 Change-Id: I0e21f1130928966dd63448339ad2dcad23e24b03 Reviewed-by: Antti Kokko <antti.kokko@qt.io>
* Add package for MSVC 2017 redistributableEike Ziller2019-02-136-0/+190
| | | | | | | To be used by Qt Creator + Design Studio + potentially others Change-Id: I6342380a9f7bead530ec92514c559ea22f7c309f Reviewed-by: Tim Jenssen <tim.jenssen@qt.io>
* Add MinGW 7.3.0 32-bit package to MinGW tools online repository buildAntti Kokko2019-02-124-1/+151
| | | | | | | | | | Add package templates. Include 32-bit MinGW 7.3.0 in existing MinGW repository build job since all the MinGW versions exist under same repository structure. Change-Id: Iccb8946c0c5e9c4bcdc534f16ccc273a8358bf1b Reviewed-by: Akseli Salovaara <akseli.salovaara@qt.io>
* Change "Tools" node display name to "Developer and Designer Tools"Antti Kokko2019-02-071-2/+2
| | | | | | Task-number: QTIFW-1290 Change-Id: I11690f3c35fe886a9602051b4e8839a73767ba8b Reviewed-by: Akseli Salovaara <akseli.salovaara@qt.io>
* Bump IFW tools repository version number for an updateAntti Kokko2018-12-171-1/+1
| | | | | | | | 3.0.6 -> 3.0.6-1, this allows the repository to be updated and keeps the maintenancetool and IFW tools repository version in sync. Change-Id: I354014ff57082df491c5654dcfe7b47b89d1ddbf Reviewed-by: Akseli Salovaara <akseli.salovaara@qt.io>
* Use IFW 3.0.6Katja Marttila2018-11-144-4/+4
| | | | | Change-Id: Iafe5519f3dbb8c5e71cc9813d1936192b765cc73 Reviewed-by: Antti Kokko <antti.kokko@qt.io>
* Bump MinGW73 package template version for an updatev5.12.0-alpha1-packagingv5.11.2-packagingAntti Kokko2018-09-121-1/+1
| | | | | Change-Id: Ia21deb60149bb7deef5f9419de3fd02ac6f4544a Reviewed-by: Johanna Äijälä <johanna.aijala@qt.io>
* Fix Mingw 7.3.0 64-bit toolchain id and debugger idAntti Kokko2018-09-121-2/+2
| | | | | Change-Id: I71f4d5e2f518453c4d4469e333b3d9baf96a47e5 Reviewed-by: Johanna Äijälä <johanna.aijala@qt.io>
* Add MinGW 7.3.0 64-bit package to MinGW tools online repository buildAntti Kokko2018-08-314-25/+162
| | | | | | | | | | Add package templates. Include 64-bit MinGW 7.3.0 in existing MinGW repository build job since all the MinGW versions exist under same repository structure. Change-Id: I4c13eed66391e0054f1a18e4871fa1189210338e Reviewed-by: Akseli Salovaara <akseli.salovaara@qt.io>
* Bump qt.installer.changelog version and update it for 3.0.5 releaseAntti Kokko2018-06-252-1/+33
| | | | | | | | Use version substitution instead of hard coded version in the component template. Change-Id: I3f9ac482c69a9736a826ad292be47185d193107b Reviewed-by: Akseli Salovaara <akseli.salovaara@qt.io>
* Add qt.tools.qtcreator dependency to Qt 5.11.0 packaging templatesv5.11.0-packagingAkseli Salovaara2018-05-2115-15/+15
| | | | | | | | Common qt helper functions as separate component feature is not ready and packaging templates requires qt.tools.qtcreator dependency. Change-Id: I9e9445dbf34a17208f275e916be65b5c444b2b67 Reviewed-by: Antti Kokko <antti.kokko@qt.io>
* Add Windows x86-tools-qtcreator-qt5-511x-conf for Qt offline installersAkseli Salovaara2018-05-172-1/+65
| | | | | | | | | Add Windows x86-tools-qtcreator-qt5-511x-conf for Qt offline installers and update offline installer configuration file accordingly. Task-number: QTBUG-68251 Change-Id: Ibe4abaeb49de5d018887c10b1431c11431a72bc1 Reviewed-by: Jani Heikkinen <jani.heikkinen@qt.io>
* Update QtWebEngine package description, try IIJani Heikkinen2018-05-172-2/+2
| | | | | | | | QtWebEngine is available only for 64bit targets. Add that info in package description as well Change-Id: I425cc11b10ecacbce37ca11d8375d3859ef97c9f Reviewed-by: Antti Kokko <antti.kokko@qt.io>
* Revert "Update QtWebEngine package description"v5.11.0-rc2-packagingJani Heikkinen2018-05-172-2/+2
| | | | | | | | | This reverts commit 3dc14c0e8a80c4acd786d1b9e74e62df84ac6aea. There were a tag mismatch, to be fixed manually in the packages Change-Id: I255d6a19c3082c091da416093635496a41ddbb7b Reviewed-by: Jani Heikkinen <jani.heikkinen@qt.io>
* Update QtWebEngine package descriptionJani Heikkinen2018-05-162-2/+2
| | | | | | | | QtWebEngine is available only for 64bit targets. Add that info in package description as well Change-Id: Ie3eca6bf143e856e45e4459ac117804b5486df35 Reviewed-by: Akseli Salovaara <akseli.salovaara@qt.io>
* Remove [preview] component from Qt Creator preview repositoriesAntti Kokko2018-05-144-12/+0
| | | | | | | | | This component is unnecessary for these repositories and can cause checksum mistmaches. Task-number: QTBUG-68092 Change-Id: I4dad225eee4eea6f56ff4fecfe267d85eb78e5c1 Reviewed-by: Samuli Piippo <samuli.piippo@qt.io>
* Put back deprecated qtwebengine componentsIikka Eklund2018-04-264-0/+35
| | | | | | | | | We need to override existing deprecated installation with empty packages so that old installation directories get removed. Task-number: QTBUG-67941 Change-Id: I06892dddffa2bd907944553ce12aa8f05a919ebe Reviewed-by: Antti Kokko <antti.kokko@qt.io>
* Qt 5.11.0: Install docs and examples when only sources selectedAkseli Salovaara2018-04-161-6/+10
| | | | | | | | | | | | qt.qt5.5110 node's package.xml has dependency to qt.qt5.5110.doc and qt.qt5.5110.examples as it should have but dynamic dependency from installscript.qs to preview.qt.qt5.511 node was missing. By adding that dependency docs and examples should install if only source package is selected from Components tree. Task-number: QTBUG-67615 Change-Id: I4032758489aa4657a53b7708641757e87d79b76a Reviewed-by: Antti Kokko <antti.kokko@qt.io>
* Qt5.11.0: Revert doc and examples component autodependency configurationAkseli Salovaara2018-04-1330-52/+9
| | | | | | | | | | | | | | Use <Dependencies> from the main component instead to prevent unintended uninstallations when using the maintenancetool. Drawback is that uninstall does not work for doc and examples packages when removing separately installable components. Remove unused qtserialbus doc and examples components. Task-number: QTBUG-66374 Change-Id: I0f8a62bfeec9ccb77b6c279d1e1e179150804836 Reviewed-by: Antti Kokko <antti.kokko@qt.io>
* qt5.9.5: Revert doc and examples component autodependency configurationv5.9.5-packagingAntti Kokko2018-04-1130-52/+9
| | | | | | | | | | | | | | Use <Dependencies> from the main component instead to prevent unintended deinstallations when using the maintenancetool. Drawback is that deinstall does not work for doc and examples packages when removing separately installable components. Remove unused qtserialbus doc and examples components. Task-number: QTBUG-66374 Change-Id: Ia4336498ca2fff3d911d24312692b0b39cd4d3ab Reviewed-by: Jani Heikkinen <jani.heikkinen@qt.io>
* Unify checkbox usage in the online installerAntti Kokko2018-04-041-1/+2
| | | | | | | Set 'Qt' main node to be uncheckable to hide the checkbox. Change-Id: Ifbbb1575890557a69bdf8168ec346c692884c85b Reviewed-by: Iikka Eklund <iikka.eklund@qt.io>
* Qt5.9.5: Fix missing license files in offline installationAntti Kokko2018-03-281-2/+3
| | | | | | | | Adjust displayname of the main Qt node by removing the redundant Qt version string. Change-Id: I4d521e1c70c48b08d9fe7a2cf1f731585b0d448b Reviewed-by: Akseli Salovaara <akseli.salovaara@qt.io>
* Fix a typo in QtRO pkg configuration fileJani Heikkinen2018-03-221-1/+1
| | | | | Change-Id: I4f340d066e0db7b8693dfb38077badfb4b31f818 Reviewed-by: Antti Kokko <antti.kokko@qt.io>