summaryrefslogtreecommitdiffstats
path: root/src/qscxml/qscxml.pro
blob: a38548c85d482b97f2e30d2b98f325765c0a44dd (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
26
27
28
29
30
31
32
33
34
35
36
TARGET = QScxml
MODULE = qscxml

QT       += core core-private qml qml-private

load(qt_module)

CONFIG   += c++11
DEFINES  += SCXML_LIBRARY \
            QT_NO_CAST_FROM_ASCII

HEADERS += \
    scxmlparser.h \
    scxmlstatetable.h \
    scxmlglobals.h \
    scxmlstatetable_p.h \
    scxmlcppdumper.h \
    nulldatamodel.h \
    ecmascriptdatamodel.h \
    ecmascriptplatformproperties.h \
    executablecontent.h \
    executablecontent_p.h \
    scxmlevent.h \
    scxmlevent_p.h \
    datamodel.h

SOURCES += \
    scxmlparser.cpp \
    scxmlstatetable.cpp \
    scxmlcppdumper.cpp \
    nulldatamodel.cpp \
    ecmascriptdatamodel.cpp \
    ecmascriptplatformproperties.cpp \
    executablecontent.cpp \
    scxmlevent.cpp \
    datamodel.cpp