aboutsummaryrefslogtreecommitdiffstats
path: root/src/qtprojectlib/Properties
Commit message (Collapse)AuthorAgeFilesLines
* Clean up solution and namespacesMiguel Costa2020-11-271-67/+0
| | | | | | | | | | * Renamed QtProjectLib to QtVSTools.Core * Cleaned-up/renamed solution folders * Moved qmakefilereader, qrceditor, vsqml to Tools solution folders Task-number: QTVSADDINBUG-735 Change-Id: I246a7f555a1171c5ab00f6d8efc0ff01228ea693 Reviewed-by: Joerg Bornemann <joerg.bornemann@qt.io>
* Automate change of version numberMiguel Costa2018-11-281-2/+6
| | | | | | | | | | | | | | 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>
* Update version number to 2.2.1v2.2.1Miguel Costa2018-04-171-2/+2
| | | | | Change-Id: Ie3981b2c9aa4941d3485cca346368b8c86d09520 Reviewed-by: Oliver Wolff <oliver.wolff@qt.io>
* Update version number to 2.2.0v2.2.0Miguel Costa2018-02-261-2/+2
| | | | | Change-Id: Ie2718c40ae26a664988b217b9de0d889123cd80d Reviewed-by: Oliver Wolff <oliver.wolff@qt.io>
* Update version number to 2.1.2Miguel Costa2017-08-031-2/+2
| | | | | Change-Id: I2b425131f56c44d7a3fc172bf43b3dc11817971a Reviewed-by: Oliver Wolff <oliver.wolff@qt.io>
* Update to patch level release version 2.1.1Karsten Heimrich2017-03-081-2/+2
| | | | | Change-Id: Ie68f4a12decd6dc197cc556da53ca6581abeb71f Reviewed-by: Karsten Heimrich <karsten.heimrich@qt.io>
* Update version number, copyright, assembly info, READMEv2.1.0Karsten Heimrich2017-01-271-3/+3
| | | | | Change-Id: I6d82544fb98afcba8911cb58ed21cdaad61e7681 Reviewed-by: Oliver Wolff <oliver.wolff@qt.io>
* Change Version number: 1.0.0 -> 2.0.0Karsten Heimrich2016-08-091-2/+2
| | | | | Change-Id: I8b1dd3abdac13542a7e2bdb9f2d748391084f197 Reviewed-by: Oliver Wolff <oliver.wolff@qt.io>
* Copy QtProjectLib into src directory.Karsten Heimrich2016-06-141-0/+63
Change-Id: I5b6b4cc8a2b46f5e5baf157ae22ca480a73c8d21 Reviewed-by: Oliver Wolff <oliver.wolff@qt.io>