aboutsummaryrefslogtreecommitdiffstats
path: root/Tests/Test_QtMsBuild.Tasks/Test_QtRunTask.cs
Commit message (Collapse)AuthorAgeFilesLines
* Update copyright comments to 2025Ali Demiralp2025-03-181-4/+2
| | | | | Change-Id: I9ab1f8919a3d28cb546cd71bfdc8da1f6ae9e123 Reviewed-by: Karsten Heimrich <[email protected]>
* Change source license to LicenseRef-Qt-Commercial or GPL-3.0-onlyAli Can Demiralp2024-02-281-1/+1
| | | | | | | | ... WITH Qt-GPL-exception. Fixes: QTVSADDINBUG-1179 Change-Id: I74fe451eec352af13436548cfd9a28f832fc0757 Reviewed-by: Karsten Heimrich <[email protected]>
* Update license year from 2023 to 2024Ali Can Demiralp2024-01-091-1/+1
| | | | | Change-Id: I38700243f7ef55239b247945324e4e0a978b097f Reviewed-by: Miguel Costa <[email protected]>
* Remove redundant codeKarsten Heimrich2023-04-201-1/+1
| | | | | Change-Id: I94cc72280815ed31809747b93032dd8768fd75ca Reviewed-by: Miguel Costa <[email protected]>
* Remove redundant type specificationKarsten Heimrich2023-04-201-1/+1
| | | | | Change-Id: I2fd01ab44923e301f4a9ae87445e8aaa9485cc83 Reviewed-by: Miguel Costa <[email protected]>
* Merge null/pattern checks into complex patternKarsten Heimrich2023-04-201-1/+1
| | | | | Change-Id: I971571b9df58c5619a2d9d629c61cc8f7761e99a Reviewed-by: Miguel Costa <[email protected]>
* Remove all references to VS2017Karsten Heimrich2023-03-151-2/+0
| | | | | Change-Id: I8cea82209422196ad0d9c4f25d614de5d997a64b Reviewed-by: Miguel Costa <[email protected]>
* Replace license headerMiguel Costa2023-02-231-27/+4
| | | | | Change-Id: I6e7667d0f6f1245b5b225e74120d289bf595423d Reviewed-by: Karsten Heimrich <[email protected]>
* Apply uniform guidelines to 'using' directivesMiguel Costa2022-02-221-1/+2
| | | | | Change-Id: If92cf095e20c4bc8b9bc9fe04a40233a2c602973 Reviewed-by: Karsten Heimrich <[email protected]>
* Add new Qt/MSBuild task - QtRunTaskMiguel Costa2022-01-261-0/+89
Added to Qt/MSBuild a new task, QtRunTask, which wraps the call to another task, specified by an assembly path and type name. It's assumed that the specified task accepts a list of source items. Optionally, the specified task can also generate an output based on the source items. This output is added as new metadata to the source items. The list of modified items is returned as the final result. Task-number: QTVSADDINBUG-979 Change-Id: I3e0abef9f26353208e7abd50ea6f0417a8296660 Reviewed-by: Karsten Heimrich <[email protected]>