summaryrefslogtreecommitdiffstats
path: root/tests/auto/compiled/compiled.pro
blob: 713f484060f8341ad0d8ba20d18b70655eac5b71 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
QT = core gui qml testlib scxml
CONFIG += testcase

TARGET = tst_compiled
CONFIG += console
CONFIG -= app_bundle

TEMPLATE = app

SOURCES += \
    tst_compiled.cpp

STATECHARTS = \
    ids1.scxml \
    eventnames1.scxml \
    eventnames2.scxml \
    statemachineunicodename.scxml \
    anonymousstate.scxml \
    submachineunicodename.scxml \
    datainnulldatamodel.scxml \
    initialhistory.scxml \
    connection.scxml \
    topmachine.scxml

RESOURCES = tst_compiled.qrc