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

load(qscxmlc)