summaryrefslogtreecommitdiffstats
path: root/tools/scripts/gn_find_mocables.py
Commit message (Collapse)AuthorAgeFilesLines
* Do not ignore the first file by gn_find_mocables.pyPeter Varga2023-01-131-1/+1
| | | | | | | | | | | Amends 10d849f82e0408350d9235cafdf04cc654ac0046 The first argument was the directory in the old times. Change-Id: I98c5f8c762c3f41124628e64a720a52203eeac40 Reviewed-by: Allan Sandfeld Jensen <allan.jensen@qt.io> (cherry picked from commit 9ef040a6bef904cbbf9e39135135333cbbae80b1) Reviewed-by: Qt Cherry-pick Bot <cherrypick_bot@qt-project.org>
* Use SPDX license identifiersLucie Gérard2022-06-221-27/+2
| | | | | | | | | | | Replace the current license disclaimer in files by a SPDX-License-Identifier. License files are organized under LICENSES directory. Pick-to: 6.4 Task-number: QTBUG-67283 Change-Id: I869ffda1080e283f231eb0dc4477b260f2054d99 Reviewed-by: Jörg Bornemann <joerg.bornemann@qt.io>
* Fix gn_find_mocables for Python3Allan Sandfeld Jensen2020-03-091-2/+2
| | | | | Change-Id: Id25796d4f95878f674009f27a221b2c7b73237fe Reviewed-by: Alexandru Croitor <alexandru.croitor@qt.io>
* Remove directory parameter from gn_find_mocables.pyJüri Valdmann2019-01-221-2/+1
| | | | | | | | It's very unnecessary: the file parameters are already absolute paths. The script only works because os.path.join(dir, f) == f for absolute f. Change-Id: Iba80d5e743cf8f834ac1b051afe2ab815891c751 Reviewed-by: Michal Klocek <michal.klocek@qt.io>
* Add gn generator for pro filesMichal Klocek2016-12-161-0/+68
Change-Id: I5f28314d79b4aad587b323b027eb6d74ad422a73 Reviewed-by: Allan Sandfeld Jensen <allan.jensen@qt.io>