aboutsummaryrefslogtreecommitdiffstats
path: root/examples/Tutorial/Tutorial.csproj
Commit message (Collapse)AuthorAgeFilesLines
* Refactor example projectsMiguel Costa2025-11-261-4/+18
| | | | | | | | | | | | * Create new .sln in the `examples` dir * Use package when building examples outside of the topmost .sln * Disable build of examples by default in the topmost .sln - Projects can still be manually built and debugged * Renamed `GeneratorTestApp` as `Primes` * Renamed `PackageTestApp` as `CityTemperatures` Change-Id: I333ba1941f3ccb021cb2681da09bcad8024ae186 Reviewed-by: Karsten Heimrich <karsten.heimrich@qt.io>
* Remove graphviz dependencyMiguel Costa2025-11-141-5/+0
| | | | | Change-Id: I6790f92526c2042e8a921903034667f0420ba8c5 Reviewed-by: Karsten Heimrich <karsten.heimrich@qt.io>
* Generate graphviz for example projectsMiguel Costa2025-10-151-1/+10
| | | | | Change-Id: Ib4d3368583c2128807d93bab9bf61ddf61e93803 Reviewed-by: Karsten Heimrich <karsten.heimrich@qt.io>
* Add Tutorial exampleMiguel Costa2025-10-131-0/+18
Change-Id: I8f590fb5355f756b45b27fd53d1892b3c58fa3c4 Reviewed-by: Karsten Heimrich <karsten.heimrich@qt.io>