summaryrefslogtreecommitdiffstats
path: root/tests/auto/statemachine/statemachine.pro
diff options
context:
space:
mode:
authorUlf Hermann <ulf.hermann@qt.io>2016-07-07 16:15:02 +0200
committerUlf Hermann <ulf.hermann@qt.io>2016-07-14 10:44:54 +0000
commit2f2e31fea77aef558e5c6e3727f9b31cf018599a (patch)
treefccaf846d3c8c0f5e9287ccbb92caafd2c73a374 /tests/auto/statemachine/statemachine.pro
parent7b94a6394ed744c1132a679ac699231b097f416d (diff)
Better connection mechanism for events
The connectToEvent() mechanism is analogous to connectToState() and allows arbitrary event specifications, with '.' and '*'. In addition a QML component is provided to make event connections available in QML. Change-Id: Ie45422481a794b1b350347c383318857e5dc3f6d Reviewed-by: Jarek Kobus <jaroslaw.kobus@qt.io>
Diffstat (limited to 'tests/auto/statemachine/statemachine.pro')
-rw-r--r--tests/auto/statemachine/statemachine.pro2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/auto/statemachine/statemachine.pro b/tests/auto/statemachine/statemachine.pro
index c96ce21..eefbd7f 100644
--- a/tests/auto/statemachine/statemachine.pro
+++ b/tests/auto/statemachine/statemachine.pro
@@ -1,4 +1,4 @@
-QT = core gui qml testlib scxml
+QT = core gui qml testlib scxml-private
CONFIG += testcase
TARGET = tst_statemachine