summaryrefslogtreecommitdiffstats
path: root/examples/scxml/calculator-qml/calculator-qml.pro
blob: 6221576e975c28f29502c38171d35020ffdfc2a2 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
QT += qml scxml

CONFIG += c++11

SOURCES += calculator-qml.cpp

RESOURCES += calculator-qml.qrc

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

# install
target.path = $$[QT_INSTALL_EXAMPLES]/scxml/calculator-qml
INSTALLS += target

load(qscxmlc)