summaryrefslogtreecommitdiffstats
path: root/examples/scxml/trafficlight-qml-static/trafficlight-qml-static.pro
blob: e5dd64cdf7cea2557f5612cbbc4d5e6c15852860 (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-static.cpp

RESOURCES += trafficlight-qml-static.qrc

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

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