summaryrefslogtreecommitdiffstats
path: root/tests/auto/compiled/compiled.pro
blob: 4e8dfa9ba031371050d9cdb163f8d7f8380ae957 (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
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

load(qscxmlc)