summaryrefslogtreecommitdiffstats
path: root/examples/scxml/calculator-widgets/calculator-widgets.pro
blob: 238980b3765f88cb26c5026ce6c59b56905a02fe (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
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