aboutsummaryrefslogtreecommitdiffstats
path: root/tests/auto/qml/qqmlstatemachine/qqmlstatemachine.pro
diff options
context:
space:
mode:
authorBogDan Vatra <bogdan.vatra.ford@kdab.com>2015-07-15 10:24:53 +0300
committerBogDan Vatra <bogdan@kde.org>2015-07-15 07:50:22 +0000
commit6a21d5e36771bdd3e8b5915402e5cbe663469aba (patch)
tree34d55708791fe921f11a9f56f3fa526ef630e7e9 /tests/auto/qml/qqmlstatemachine/qqmlstatemachine.pro
parent34f9b8d322f74793221029ef8a6e1053f2a0d2ae (diff)
Test if the state machine reacts to a QObject signal.
Change-Id: I4987e10ac0b31977249ce9ebe00e26de334db30d Reviewed-by: Simon Hausmann <simon.hausmann@theqtcompany.com>
Diffstat (limited to 'tests/auto/qml/qqmlstatemachine/qqmlstatemachine.pro')
-rw-r--r--tests/auto/qml/qqmlstatemachine/qqmlstatemachine.pro11
1 files changed, 11 insertions, 0 deletions
diff --git a/tests/auto/qml/qqmlstatemachine/qqmlstatemachine.pro b/tests/auto/qml/qqmlstatemachine/qqmlstatemachine.pro
new file mode 100644
index 0000000000..002af1d707
--- /dev/null
+++ b/tests/auto/qml/qqmlstatemachine/qqmlstatemachine.pro
@@ -0,0 +1,11 @@
+CONFIG += testcase
+TARGET = tst_qqmlstatemachine
+osx:CONFIG -= app_bundle
+
+SOURCES += tst_qqmlstatemachine.cpp
+
+include (../../shared/util.pri)
+
+CONFIG += parallel_test
+QT += core-private gui-private qml-private quick-private gui testlib
+DEFINES += QT_DISABLE_DEPRECATED_BEFORE=0