summaryrefslogtreecommitdiffstats
path: root/src/src.pro
diff options
context:
space:
mode:
authorNoam Rosenthal <nrosenth@nokia.com>2009-06-08 12:27:03 -0700
committerNoam Rosenthal <nrosenth@nokia.com>2009-06-08 12:27:03 -0700
commitd0441f605434a89b53735427e4e81182c65debbd (patch)
treeb96d25dc89cdb523c007a22bc0deed3a5aa5dd56 /src/src.pro
parenta6553f68f17c28adca049857686496a69b4c1e7a (diff)
scxml for 4.6
Diffstat (limited to 'src/src.pro')
-rw-r--r--src/src.pro10
1 files changed, 10 insertions, 0 deletions
diff --git a/src/src.pro b/src/src.pro
new file mode 100644
index 0000000..df334f7
--- /dev/null
+++ b/src/src.pro
@@ -0,0 +1,10 @@
+#-------------------------------------------------
+#
+# Project created by QtCreator 2009-05-24T14:33:48
+#
+#-------------------------------------------------
+QT += script
+TARGET = qscxml
+TEMPLATE = lib
+CONFIG += staticlib
+include (qscxml.pri) \ No newline at end of file