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