summaryrefslogtreecommitdiffstats
path: root/tools/qscxmlc/qscxmlc.pro
diff options
context:
space:
mode:
authorErik Verbruggen <erik.verbruggen@theqtcompany.com>2015-06-08 13:19:36 +0200
committerErik Verbruggen <erik.verbruggen@theqtcompany.com>2015-06-11 12:01:05 +0300
commiteb59317a2d0ede87595991bb5c10b8466c5ed8ff (patch)
treedd4cb2954a1f54e4a18eb0ca1fceaf6474ec0a16 /tools/qscxmlc/qscxmlc.pro
parent44e30ecea75afc02eda544a250164974c7ba6221 (diff)
Moved qscxmlc, examples, and tests to correct places.
Change-Id: I943df1ba0c3cecaf54decc59526d6f4334b480db Reviewed-by: Erik Verbruggen <erik.verbruggen@theqtcompany.com>
Diffstat (limited to 'tools/qscxmlc/qscxmlc.pro')
-rw-r--r--tools/qscxmlc/qscxmlc.pro9
1 files changed, 9 insertions, 0 deletions
diff --git a/tools/qscxmlc/qscxmlc.pro b/tools/qscxmlc/qscxmlc.pro
new file mode 100644
index 0000000..c1c8e57
--- /dev/null
+++ b/tools/qscxmlc/qscxmlc.pro
@@ -0,0 +1,9 @@
+option(host_build)
+QT += core qml qscxml
+
+TARGET = qscxmlc
+CONFIG += console c++11
+
+SOURCES += qscxmlc.cpp
+
+load(qt_tool)