summaryrefslogtreecommitdiffstats
path: root/examples/scxml/pinball/pinball.pro
blob: 549010d3ea7594a6d108b8b9d950e781959ba11a (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 = pinball.scxml

SOURCES += \
    main.cpp \
    mainwindow.cpp

FORMS += \
    mainwindow.ui

HEADERS += \
    mainwindow.h

# install
target.path = $$[QT_INSTALL_EXAMPLES]/scxml/pinball
INSTALLS += target