aboutsummaryrefslogtreecommitdiffstats
path: root/vstools.pri_TT
Commit message (Collapse)AuthorAgeFilesLines
* Restore vstools.pri text templateMiguel Costa2021-12-131-0/+39
| | | | | | | | | | This file was removed at some point, but it is still needed to build the Qt VS Tools documentation. To generate vstools.pri from the text template, run 'vstools.bat -init'. Change-Id: If289d26787ae886728cf244ae1df79614d3fa7ab Reviewed-by: Leena Miettinen <riitta-leena.miettinen@qt.io>
* Remove unused qmake project filesMiguel Costa2020-11-171-39/+0
| | | | | | Task-number: QTVSADDINBUG-735 Change-Id: Ib5e4722cd60a6fdeea67aba2ce9c0de61b28bdb5 Reviewed-by: Joerg Bornemann <joerg.bornemann@qt.io>
* Automate change of version numberMiguel Costa2018-11-281-0/+39
Before this patch, there were 40+ different locations in the source files where the version number was stored. The version number is now defined in a single source file as the property $(QtVSToolsVersion). Other sources that use the version string are then generated from corresponding templates using the template engine included in Visual Studio (Text Template Transformation Toolkit, or T4). Projects that integrate with the Qt VS Tools will also have access to the version definition property. Change-Id: Ib3a372c6f0e0c446eef98b4fa26b58e1565bb025 Reviewed-by: Oliver Wolff <oliver.wolff@qt.io>