summaryrefslogtreecommitdiffstats
path: root/examples/statemachine/trafficlight/trafficlight.pro
blob: 1288f1fe9d97dc92529e1177c1b46d30d8ffac2e (plain)
1
2
3
4
5
6
7
QT += statemachine widgets

SOURCES = main.cpp

# install
target.path = $$[QT_INSTALL_EXAMPLES]/statemachine/statemachine/trafficlight
INSTALLS += target