summaryrefslogtreecommitdiffstats
path: root/scc/scc.pro
diff options
context:
space:
mode:
authorNo'am Rosenthal <noam.rosenthal@nokia.com>2009-08-06 17:05:28 -0700
committerNo'am Rosenthal <noam.rosenthal@nokia.com>2009-08-06 17:05:28 -0700
commit82c237bd9ed36c2140ccfbde994a80b321594d97 (patch)
treeee52404159165df0f5f29828d4f48ad0425aeede /scc/scc.pro
parent7092b921c0c18f7ba202eb5a01934cc1a850c04a (diff)
perlimiary statechart compiler (scxml -> c++)
Diffstat (limited to 'scc/scc.pro')
-rw-r--r--scc/scc.pro16
1 files changed, 16 insertions, 0 deletions
diff --git a/scc/scc.pro b/scc/scc.pro
new file mode 100644
index 0000000..db41f1e
--- /dev/null
+++ b/scc/scc.pro
@@ -0,0 +1,16 @@
+# -------------------------------------------------
+# Project created by QtCreator 2009-08-02T10:07:01
+# -------------------------------------------------
+QT += network \
+ xmlpatterns
+QT -= gui
+TARGET = scc
+CONFIG += console
+CONFIG -= app_bundle
+TEMPLATE = app
+SOURCES += main.cpp
+OTHER_FILES += scc.xslt \
+ test.scxml \
+ scc-example.hh \
+ xipr.xsl
+RESOURCES += scc.qrc