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

QT = scxml qml-private core-private

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

HEADERS = \
    $$PWD/statemachineloader.h \
    $$PWD/eventconnection.h

load(qml_plugin)

OTHER_FILES += plugins.qmltypes qmldir