aboutsummaryrefslogtreecommitdiffstats
path: root/Templates/server/source.cpp
Commit message (Collapse)AuthorAgeFilesLines
* refactoring: Reorganize project filesMiguel Costa2021-11-161-0/+17
- 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 <[email protected]>