aboutsummaryrefslogtreecommitdiffstats
path: root/QtVsTools.Core/CompilerToolWrapper.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>
* Update CompilerWrapperTool and related codeKarsten Heimrich2023-04-201-75/+48
| | | | | Change-Id: Ifcec78b2b62c44c83ddb983a332470225a96511f 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>
* Remove dead code related to OnVCProjectEngineItemPropertyChange()Karsten Heimrich2023-02-231-35/+0
| | | | | Change-Id: I60ea900dd7bf5fcecaf0b477b2a78b9a504f925b Reviewed-by: Miguel Costa <miguel.costa@qt.io>
* Remove GetQtDirFromQMakeProject() and releated codeKarsten Heimrich2023-02-231-64/+0
| | | | | | | | This function was only used to detect the Qt version of qmake only projects (qmake -tp vc). This is a not supported anymore. Change-Id: Ibbb510b037b2e687a4390814b8a43aab9385bfbc Reviewed-by: Miguel Costa <miguel.costa@qt.io>
* Remove code used to add legacy uic custom build stepsKarsten Heimrich2023-02-231-21/+0
| | | | | Change-Id: I128ff7dc6823d75b9edf0c03a9f0dd691d8b0458 Reviewed-by: Miguel Costa <miguel.costa@qt.io>
* Remove unused codeKarsten Heimrich2023-02-231-92/+0
| | | | | Change-Id: Id7833ab7d60ba5dfae897b52755d7d2e4faaa479 Reviewed-by: Miguel Costa <miguel.costa@qt.io>
* Apply uniform guidelines to 'using' directivesMiguel Costa2022-02-221-1/+1
| | | | | Change-Id: If92cf095e20c4bc8b9bc9fe04a40233a2c602973 Reviewed-by: Karsten Heimrich <karsten.heimrich@qt.io>
* Mark members readonlyKarsten Heimrich2022-02-091-1/+1
| | | | | Change-Id: I63f4a890400a37319eec064ec0fbd7bf6d6fb4e4 Reviewed-by: Miguel Costa <miguel.costa@qt.io>
* Fix method or member is unusedKarsten Heimrich2022-01-281-77/+0
| | | | | Change-Id: I93715c19bbdf2c0152ecc622d5eba2c5f8182fb5 Reviewed-by: Miguel Costa <miguel.costa@qt.io>
* Final run to format the code as specified int the .editorconfig fileKarsten Heimrich2021-12-021-5/+5
| | | | | | | Mostly space changes related to casting. No functional change noticed. Change-Id: I4b3b936bc93c1b396e26dcd2370eff6f505f58d9 Reviewed-by: Miguel Costa <miguel.costa@qt.io>
* Remove some dead codeKarsten Heimrich2021-11-291-22/+0
| | | | | Change-Id: I9134f34ed14f1fa6cb44a89473bc76fc11ac728e Reviewed-by: Miguel Costa <miguel.costa@qt.io>
* refactoring: Reorganize project filesMiguel Costa2021-11-161-0/+487
- 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>