summaryrefslogtreecommitdiffstats
path: root/examples/statemachine/statemachine.pro
diff options
context:
space:
mode:
Diffstat (limited to 'examples/statemachine/statemachine.pro')
-rw-r--r--examples/statemachine/statemachine.pro15
1 files changed, 15 insertions, 0 deletions
diff --git a/examples/statemachine/statemachine.pro b/examples/statemachine/statemachine.pro
new file mode 100644
index 0000000..5074a3c
--- /dev/null
+++ b/examples/statemachine/statemachine.pro
@@ -0,0 +1,15 @@
+TEMPLATE = subdirs
+SUBDIRS = \
+ eventtransitions \
+ factorial \
+ pingpong \
+ trafficlight \
+ twowaybutton \
+ tankgame \
+ tankgameplugins
+
+# install
+target.path = $$[QT_INSTALL_EXAMPLES]/statemachine
+sources.files = $$SOURCES $$HEADERS $$RESOURCES $$FORMS statemachine.pro README
+sources.path = $$[QT_INSTALL_EXAMPLES]/statemachine
+INSTALLS += target sources