summaryrefslogtreecommitdiffstats
path: root/tests/auto/compiled/compiled.pro
blob: 7dc62ba85c2325859a154ad8fbeca85f7db00f9f (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
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

load(qscxmlc)