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

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