blob: 238980b3765f88cb26c5026ce6c59b56905a02fe [file] [log] [blame]
QT += widgets scxml
CONFIG += c++11
STATECHARTS = ../calculator-common/statemachine.scxml
SOURCES += \
calculator-widgets.cpp \
mainwindow.cpp
HEADERS += \
mainwindow.h
FORMS += \
mainwindow.ui
# install
target.path = $$[QT_INSTALL_EXAMPLES]/scxml/calculator-widgets
INSTALLS += target