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

QT = scxml qml-private core-private

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

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

load(qml_plugin)

OTHER_FILES += plugins.qmltypes qmldir