summaryrefslogtreecommitdiffstats
path: root/examples/scxml/invoke/invoke.pro
blob: 866ecdb3986edd3fd5d08320b25586e37782b242 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
TEMPLATE = app

QT += qml scxml
CONFIG += c++11

SOURCES += invoke.cpp

RESOURCES += invoke.qrc

STATECHARTS = statemachine.scxml

target.path = $$[QT_INSTALL_EXAMPLES]/scxml/invoke
INSTALLS += target