summaryrefslogtreecommitdiffstats
path: root/examples/statemachine/pingpong/pingpong.pro
Commit message (Collapse)AuthorAgeFilesLines
* statemachine examples: Cleanup .pro filesIevgenii Meshcheriakov2023-04-121-2/+0
| | | | | | | | | Remove trailing spaces and useless backslashes. Pick-to: 6.5 Task-number: QTBUG-111448 Change-Id: I699fd723977aa8cf8566bcbe0f35394822b3d808 Reviewed-by: Juha Vuolle <juha.vuolle@qt.io>
* Flatten the state machine example directory structureJuha Vuolle2023-03-101-0/+10
The split into "animation" "graphicsview" and "statemachine" sub-directories is a reminiscent of the times when the examples were in qtcore, and as such not very meaningful when state machine is in a separate repository. In addition remove similarly inherited READMEs. Pick-to: 6.5.0 6.5 Task-number: QTBUG-111447 Change-Id: I8f3d977512fdc239bf3dede341f69788df0a09f4 Reviewed-by: Volker Hilsheimer <volker.hilsheimer@qt.io>