summaryrefslogtreecommitdiffstats
path: root/examples/scxml/invoke-static/invoke-static.pro
blob: e2e206c60e220551e6983c6c715ec5818086f0ab (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-static.cpp

RESOURCES += invoke-static.qrc

STATECHARTS = ../invoke-common/statemachine.scxml

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