summaryrefslogtreecommitdiffstats
path: root/tests/manual/testCpp/testCpp.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 /tests/manual/testCpp/testCpp.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 'tests/manual/testCpp/testCpp.pro')
-rw-r--r--tests/manual/testCpp/testCpp.pro19
1 files changed, 19 insertions, 0 deletions
diff --git a/tests/manual/testCpp/testCpp.pro b/tests/manual/testCpp/testCpp.pro
new file mode 100644
index 0000000..50e92c4
--- /dev/null
+++ b/tests/manual/testCpp/testCpp.pro
@@ -0,0 +1,19 @@
+option(host_build)
+
+QT += core qml qscxml
+QT -= gui
+
+TARGET = testCpp
+CONFIG += console c++11
+CONFIG -= app_bundle
+
+TEMPLATE = app
+
+SOURCES += \
+ testcpp.cpp
+
+OTHER_FILES += genTestSxcml.py out.scxml
+STATECHARTS = out.scxml
+
+load(qt_tool)
+load(qscxmlcpp)