summaryrefslogtreecommitdiffstats
path: root/examples/scxml/trafficlight-qml-simple/trafficlight-qml-simple.pro
blob: 4de04ea107695e23448c486dad32fdc86d228a93 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
TEMPLATE = app

QT += qml scxml
CONFIG += c++11

SOURCES += trafficlight-qml-simple.cpp

RESOURCES += trafficlight-qml-simple.qrc

STATECHARTS = ../trafficlight-common/statemachine.scxml

target.path = $$[QT_INSTALL_EXAMPLES]/scxml/trafficlight-qml-simple
INSTALLS += target