summaryrefslogtreecommitdiffstats
path: root/contrib/benchmarks/qt/statemachine.pro
diff options
context:
space:
mode:
Diffstat (limited to 'contrib/benchmarks/qt/statemachine.pro')
-rw-r--r--contrib/benchmarks/qt/statemachine.pro11
1 files changed, 11 insertions, 0 deletions
diff --git a/contrib/benchmarks/qt/statemachine.pro b/contrib/benchmarks/qt/statemachine.pro
new file mode 100644
index 0000000..d3eae77
--- /dev/null
+++ b/contrib/benchmarks/qt/statemachine.pro
@@ -0,0 +1,11 @@
+QT = core gui qml testlib scxml
+CONFIG += testcase
+
+TARGET = StatesPerSecond
+CONFIG += console
+CONFIG -= app_bundle
+
+TEMPLATE = app
+
+SOURCES += \
+ StatesPerSecond.cpp