summaryrefslogtreecommitdiffstats
path: root/tests/auto/statemachine/statemachine.pro
blob: 95bf9a8d835a39bfd1550ae922a9c90e93caa6b5 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
QT = core gui qml testlib scxml-private
CONFIG += testcase c++14

TARGET = tst_statemachine
CONFIG += console
CONFIG -= app_bundle

TEMPLATE = app

RESOURCES += tst_statemachine.qrc

SOURCES += \
    tst_statemachine.cpp