blob: 9bc7c72ffb8501e748d90407d6dbfb3e7fda1314 [file] [log] [blame]
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