summaryrefslogtreecommitdiffstats
path: root/examples/scxml/calculator-qml/calculator-qml.pro
blob: c40242f99233a18465881ef24bd411cb84603c7c (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
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