summaryrefslogtreecommitdiffstats
path: root/examples/statemachine/pingpong/pingpong.pro
diff options
context:
space:
mode:
authorJuha Vuolle <juha.vuolle@qt.io>2023-02-23 18:25:27 +0200
committerJuha Vuolle <juha.vuolle@qt.io>2023-03-10 13:30:05 +0200
commitf00f576c95fc99e9bfebdb5d6e321360db1b7eef (patch)
tree0787858fb97aba553109aa6a08aa4642e95b16ab /examples/statemachine/pingpong/pingpong.pro
parent236d927705defbf58a6b410befcf73a141d06c4e (diff)
Flatten the state machine example directory structure
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>
Diffstat (limited to 'examples/statemachine/pingpong/pingpong.pro')
-rw-r--r--examples/statemachine/pingpong/pingpong.pro10
1 files changed, 10 insertions, 0 deletions
diff --git a/examples/statemachine/pingpong/pingpong.pro b/examples/statemachine/pingpong/pingpong.pro
new file mode 100644
index 0000000..1e08cd0
--- /dev/null
+++ b/examples/statemachine/pingpong/pingpong.pro
@@ -0,0 +1,10 @@
+QT = statemachine core
+CONFIG += cmdline
+
+SOURCES = main.cpp
+
+# install
+target.path = $$[QT_INSTALL_EXAMPLES]/statemachine/statemachine/pingpong
+INSTALLS += target
+
+