summaryrefslogtreecommitdiffstats
path: root/tests/auto/statemachine/statemachine.pro
diff options
context:
space:
mode:
authorJarek Kobus <jaroslaw.kobus@theqtcompany.com>2015-12-15 12:20:30 +0100
committerErik Verbruggen <erik.verbruggen@theqtcompany.com>2015-12-17 10:22:32 +0000
commita49bd5a0051c713e78dfc2b463f4226cb5422097 (patch)
tree07df532b443806096316b6991fc8220aeaeb2661 /tests/auto/statemachine/statemachine.pro
parenta01e50a0f6be304c289bd0c1aea0eda6f1f83995 (diff)
Add stateNames() method
Change-Id: Ib53f532f6c8a14c51d4dc82d0c83c33455d36bce Reviewed-by: Erik Verbruggen <erik.verbruggen@theqtcompany.com>
Diffstat (limited to 'tests/auto/statemachine/statemachine.pro')
-rw-r--r--tests/auto/statemachine/statemachine.pro15
1 files changed, 15 insertions, 0 deletions
diff --git a/tests/auto/statemachine/statemachine.pro b/tests/auto/statemachine/statemachine.pro
new file mode 100644
index 0000000..c96ce21
--- /dev/null
+++ b/tests/auto/statemachine/statemachine.pro
@@ -0,0 +1,15 @@
+QT = core gui qml testlib scxml
+CONFIG += testcase
+
+TARGET = tst_statemachine
+CONFIG += console
+CONFIG -= app_bundle
+
+TEMPLATE = app
+
+RESOURCES += tst_statemachine.qrc
+
+SOURCES += \
+ tst_statemachine.cpp
+
+load(qscxmlc)