summaryrefslogtreecommitdiffstats
path: root/src/qml-module/qml-module.pro
blob: 4cbf853fb7e48e49eb7c601b4805d7caee037581 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
CXX_MODULE = qml
TARGET = scxmlstatemachine
TARGETPATH = Scxml
IMPORT_VERSION = 1.0

QT = qscxml qml-private core-private

SOURCES = \
    $$PWD/plugin.cpp \
    $$PWD/signalevent.cpp \
    $$PWD/state.cpp \
    $$PWD/statemachine.cpp

HEADERS = \
    $$PWD/signalevent.h \
    $$PWD/state.h \
    $$PWD/statemachine.h

load(qml_plugin)