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

SOURCES = main.cpp

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