summaryrefslogtreecommitdiffstats
path: root/tests/auto/compiled/compiled.pro
diff options
context:
space:
mode:
Diffstat (limited to 'tests/auto/compiled/compiled.pro')
-rw-r--r--tests/auto/compiled/compiled.pro21
1 files changed, 21 insertions, 0 deletions
diff --git a/tests/auto/compiled/compiled.pro b/tests/auto/compiled/compiled.pro
new file mode 100644
index 0000000..7dc62ba
--- /dev/null
+++ b/tests/auto/compiled/compiled.pro
@@ -0,0 +1,21 @@
+QT = core gui qml testlib scxml
+CONFIG += testcase
+
+TARGET = tst_compiled
+CONFIG += console
+CONFIG -= app_bundle
+
+TEMPLATE = app
+
+SOURCES += \
+ tst_compiled.cpp
+
+STATECHARTS = \
+ ids1.scxml \
+ eventnames1.scxml \
+ eventnames2.scxml \
+ statemachineunicodename.scxml \
+ anonymousstate.scxml \
+ submachineunicodename.scxml
+
+load(qscxmlc)