aboutsummaryrefslogtreecommitdiffstats
path: root/QtMSBuild/Tasks/HostExec_LinuxWSL.cs
Commit message (Collapse)AuthorAgeFilesLines
* Update copyright comments to 2025Ali Demiralp2025-03-181-4/+2
| | | | | Change-Id: I9ab1f8919a3d28cb546cd71bfdc8da1f6ae9e123 Reviewed-by: Karsten Heimrich <karsten.heimrich@qt.io>
* 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 <karsten.heimrich@qt.io>
* Update license year from 2023 to 2024Ali Can Demiralp2024-01-091-1/+1
| | | | | Change-Id: I38700243f7ef55239b247945324e4e0a978b097f Reviewed-by: Miguel Costa <miguel.costa@qt.io>
* Remove redundant codeKarsten Heimrich2023-04-201-2/+2
| | | | | Change-Id: I94cc72280815ed31809747b93032dd8768fd75ca Reviewed-by: Miguel Costa <miguel.costa@qt.io>
* Replace license headerMiguel Costa2023-02-231-27/+4
| | | | | Change-Id: I6e7667d0f6f1245b5b225e74120d289bf595423d Reviewed-by: Karsten Heimrich <karsten.heimrich@qt.io>
* Add ITaskLoggingHelper interfaceMiguel Costa2021-12-081-1/+1
| | | | | | | | | | | | | Replace references to Microsoft.Build.Utilities.TaskLoggingHelper https://docs.microsoft.com/en-us/dotnet/api/microsoft.build.utilities.tasklogginghelper in Qt/MSBuild tasks with references to an interface, ITaskLoggingHelper, with the same methods. This will allow the use of customized MSBuild loggers, e.g. to capture log output from tasks during auto-tests. Change-Id: Id4701938f5309bd643d0491bd4348d10cb5dbae0 Reviewed-by: Karsten Heimrich <karsten.heimrich@qt.io>
* Enable WSL builds in VS 2022Karsten Heimrich2021-11-231-2/+2
| | | | | Change-Id: I3a269e2752811e847f72066133b9fa20ef212b8d Reviewed-by: Miguel Costa <miguel.costa@qt.io>
* refactoring: Reorganize project filesMiguel Costa2021-11-161-0/+154
- Moved project files from the 'src' folder into the root 'vstools'. - Renamed some projects: * QtVsTools -> QtVsTools.Package * qtwizard -> QtVsTools.Wizards * Project template projects -> QtTemplate.Project.* * Item template projects -> QtTemplate.Item.* - Moved QtVsTools.Package source files to a sub-folder named 'Package'. NOTE: this change breaks the build; it should only be applied together with subsequent refactoring changes. Change-Id: Ib7b70c350d8e9f068a023b0250d6b490b17d1687 Reviewed-by: Karsten Heimrich <karsten.heimrich@qt.io>