summaryrefslogtreecommitdiffstats
path: root/coin
Commit message (Collapse)AuthorAgeFilesLines
* Merge remote-tracking branch 'origin/4.1'Arttu Tarkiainen2021-06-021-0/+14
|\ | | | | | | Change-Id: I86049138466399411ba36791330f4a94faad8c52
| * Update IFW installer generation instructions version numbersArttu Tarkiainen2021-05-211-11/+11
| | | | | | | | | | Change-Id: I3c2c0788f700267d636c5a250a6d46ab51d99903 Reviewed-by: Katja Marttila <katja.marttila@qt.io>
| * Remove wayland dependency from Linux binariesKatja Marttila2021-05-031-0/+14
| | | | | | | | | | | | | | | | | | | | Wayland dependency is added to installer binaries if it is found from system at build time. Added explicit dependencies only to xcb and minimal platform plugins. Task-number: QTIFW-2067 Change-Id: I0b65ef10824122c7041f1aa566d7a989aa085503 Reviewed-by: Arttu Tarkiainen <arttu.tarkiainen@qt.io>
* | COIN: Update IFW installer versionKatja Marttila2021-04-221-11/+11
|/ | | | | Change-Id: Ib2fdc876282cb28f8a3bd98288c201ccd72fa269 Reviewed-by: Antti Kokko <antti.kokko@qt.io>
* Sign only generated IFW installer4.1.0Katja Marttila2021-04-082-10/+16
| | | | | | | | | | | IFW binaries cannot be signed as then the end executable is signed making it impossible for users to sign their own installers with their own keys. This change also exports IFW tools, examples and docs for online repository usage. Change-Id: I5094c50ea804854ba619216b03f6dc25ebedee57 Reviewed-by: Iikka Eklund <iikka.eklund@qt.io>
* Add installer generation to make_instructions.yamlKatja Marttila2021-03-125-2/+103
| | | | | Change-Id: Ief0885c94e7497de834e6f6de14bd485244e8ab0 Reviewed-by: Arttu Tarkiainen <arttu.tarkiainen@qt.io>
* Fix test runningSimo Fält2021-03-051-1/+1
| | | | | | | | | | | Apparently it is not enough to unset the MAKEFLAGS for jom. It still was running test in parallel and trying to write results to same file. Change-Id: Id0c968dde4c2d005e71a1895e3d2190e8685f3ec Reviewed-by: Katja Marttila <katja.marttila@qt.io> (cherry picked from commit 4687686a64057618e58931912b8a12997fa0f1a3) Reviewed-by: Arttu Tarkiainen <arttu.tarkiainen@qt.io>
* CI: Enable html_doc build for each platformSimo Fält2021-01-271-0/+20
| | | | | | Task-number: QTIFW-1027 Change-Id: Ifd20adcef892cea9af8ee746517ece0e19bcbb6d Reviewed-by: Katja Marttila <katja.marttila@qt.io>
* create_ifw_installer.py: Set execute bit for file4.0.0Arttu Tarkiainen2020-10-221-0/+0
| | | | | Change-Id: Id7e544f912d7c59c7c57f59680611ae52ed8a50e Reviewed-by: Iikka Eklund <iikka.eklund@qt.io>
* create_ifw_installer.py: Require filename for the generated binaryArttu Tarkiainen2020-10-211-16/+4
| | | | | Change-Id: I1330a170999c0518637dd3b27ec9050382756c02 Reviewed-by: Katja Marttila <katja.marttila@qt.io>
* Add a script to generate IFW installerArttu Tarkiainen2020-10-201-0/+121
| | | | | | | | | | | | This script can be used to generate an offline installer that packs the built IFW libraries as installable content. It requires that the IFW has been built first i.e. the IFW build artifacts are the input for this script. Task-number: QTIFW-1027 Change-Id: I34157d43129464273a1e4c338b795cb3a1b9277b Reviewed-by: Katja Marttila <katja.marttila@qt.io>
* Fix branch for used reference license headersSimo Fält2020-06-231-1/+1
| | | | | | Change-Id: I6183ed99c7fd90e6fdad138a6294e22fce7fe3ca Reviewed-by: Iikka Eklund <iikka.eklund@qt.io> Reviewed-by: Katja Marttila <katja.marttila@qt.io>
* Enable testsIikka Eklund2020-04-242-6/+3
| | | | | | | Remove DisableTests property. Change-Id: Ifa524f2f399e7b3072825a2ef34e752187c34be4 Reviewed-by: Katja Marttila <katja.marttila@qt.io>
* Initial version of module_config.yamlSimo Fält2020-03-1711-0/+563
Change-Id: Ifd6ef236400cf449278e48ccc14ffd8fc4d8b2a8 Reviewed-by: Toni Saario <toni.saario@qt.io> Reviewed-by: Matti Paaso <matti.paaso@qt.io>