summaryrefslogtreecommitdiff
path: root/bin/qt6_tool
Commit message (Collapse)AuthorAgeFilesLines
* qt6_tool: Add configuration keys for CMake Unity (Jumbo) buildsFriedemann Kleint2023-02-271-0/+9
| | | | | | | | Task-number: QTBUG-109394 Change-Id: I96f66922d74316a60a2db91c570ca54ae7839f03 Reviewed-by: Cristian Maureira-Fredes <cristian.maureira-fredes@qt.io> Reviewed-by: Joerg Bornemann <joerg.bornemann@qt.io> Reviewed-by: Friedemann Kleint <Friedemann.Kleint@qt.io>
* qt6_tool: Improve dependency orderingFriedemann Kleint2022-11-141-2/+2
| | | | | | | | | | | Add soft dependencies if they are present in the module list. This fixes a number of issues, for example serialbus not building modbus since serialport is a soft dependency. Change-Id: I2a75f7829c5a7fd226a4ef747b563800307e87bd Reviewed-by: Cristian Maureira-Fredes <cristian.maureira-fredes@qt.io> Reviewed-by: Christian Tismer <tismer@stackless.com> Reviewed-by: Jan Arve Sæther <jan-arve.saether@qt.io>
* qt6_tool: Fix building the tqtc-lts branchesFriedemann Kleint2022-08-031-0/+2
| | | | | | | Strip the "tqtc-" prefix from the module dependencies. Change-Id: Ia19302878eb967dda3ac14249c7445a22c36e4ce Reviewed-by: Cristian Maureira-Fredes <cristian.maureira-fredes@qt.io>
* Use SPDX license identifiersLucie Gérard2022-06-071-40/+2
| | | | | | | | | | Replace the current license header in files by a SPDX-License-Identifier. License files are organized under LICENSES directory. Task-number: QTBUG-67283 Change-Id: I385751ca6bdcb72ccf69d5cfefc97acba836135b Reviewed-by: Jörg Bornemann <joerg.bornemann@qt.io>
* qt6_tool: Add a config key for free configure argumentsFriedemann Kleint2022-05-251-17/+24
| | | | | Change-Id: I545effbfc570cd0e2a1e425951da325791d6bbd8 Reviewed-by: Cristian Maureira-Fredes <cristian.maureira-fredes@qt.io>
* Long live qt6_tool!Friedemann Kleint2021-06-211-0/+828
Add a helper script similar to qt5_tool which can build Qt 6 Change-Id: Ic00a94efacd6b7a867ccdcc38b5225d6c501880a Reviewed-by: Jan Arve Sæther <jan-arve.saether@qt.io>