summaryrefslogtreecommitdiffstats
path: root/scc/examples/animations/animations.pro
diff options
context:
space:
mode:
authorNo'am Rosenthal <noam.rosenthal@nokia.com>2009-08-09 23:16:53 -0700
committerNo'am Rosenthal <noam.rosenthal@nokia.com>2009-08-09 23:16:53 -0700
commitf1f797379920403bd68847988f78cab72c0fd111 (patch)
tree3e2339b22d7bb359b0fb8dae949659ac5f4cf4b3 /scc/examples/animations/animations.pro
parent82c237bd9ed36c2140ccfbde994a80b321594d97 (diff)
Statechart Compiler with examples
Diffstat (limited to 'scc/examples/animations/animations.pro')
-rw-r--r--scc/examples/animations/animations.pro6
1 files changed, 6 insertions, 0 deletions
diff --git a/scc/examples/animations/animations.pro b/scc/examples/animations/animations.pro
new file mode 100644
index 0000000..d501c13
--- /dev/null
+++ b/scc/examples/animations/animations.pro
@@ -0,0 +1,6 @@
+TEMPLATE = app
+OTHER_FILES += animations.scxml
+STATECHARTS += animations.scxml
+CONFIG += scc console
+SOURCES += main.cpp
+TARGET = animations