summaryrefslogtreecommitdiffstats
path: root/qscxml.pro
diff options
context:
space:
mode:
authorNoam Rosenthal <nrosenth@nokia.com>2009-06-07 12:45:00 -0700
committerNoam Rosenthal <nrosenth@nokia.com>2009-06-07 12:45:00 -0700
commita6553f68f17c28adca049857686496a69b4c1e7a (patch)
tree1e5f5dd62cdcecb9a199fee4217a0a14f1d248db /qscxml.pro
Initial Commit
Diffstat (limited to 'qscxml.pro')
-rw-r--r--qscxml.pro12
1 files changed, 12 insertions, 0 deletions
diff --git a/qscxml.pro b/qscxml.pro
new file mode 100644
index 0000000..208c38e
--- /dev/null
+++ b/qscxml.pro
@@ -0,0 +1,12 @@
+#-------------------------------------------------
+#
+# Project created by QtCreator 2009-05-24T14:33:48
+#
+#-------------------------------------------------
+
+QT += script
+QT -= gui
+TARGET = qscxml
+TEMPLATE = staticlib
+SOURCES += qscxml.cpp
+HEADERS += qscxml.h