summaryrefslogtreecommitdiffstats
path: root/src/imports/scxmlstatemachine/scxmlstatemachine.pro
blob: a45a5f3456d814cdfd6525ce88ffe2361a8724de (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
TARGET = scxml
TARGETPATH = QtScxml

QT = scxml qml-private core-private

SOURCES = \
    $$PWD/plugin.cpp \
    $$PWD/statemachineloader.cpp \
    $$PWD/eventconnection.cpp \
    $$PWD/statemachineextended.cpp \
    $$PWD/invokedservices.cpp

HEADERS = \
    $$PWD/eventconnection_p.h \
    $$PWD/invokedservices_p.h \
    $$PWD/statemachineextended_p.h \
    $$PWD/statemachineloader_p.h


load(qml_plugin)

OTHER_FILES += plugins.qmltypes qmldir