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

TARGET = tst_statemachine
CONFIG += console
CONFIG -= app_bundle

TEMPLATE = app

RESOURCES += tst_statemachine.qrc

SOURCES += \
    tst_statemachine.cpp

load(qscxmlc)