summaryrefslogtreecommitdiffstats
path: root/examples/widgets/statemachine/trafficlight/trafficlight.pro
blob: 0b61879e55ca49603a133bfe95dfbff440e7a87b (plain)
1
2
3
4
5
6
7
8
9
10
SOURCES = main.cpp

# install
target.path = $$[QT_INSTALL_EXAMPLES]/widgets/statemachine/trafficlight
sources.files = $$SOURCES $$HEADERS $$RESOURCES $$FORMS trafficlight.pro
sources.path = $$[QT_INSTALL_EXAMPLES]/widgets/statemachine/trafficlight
INSTALLS += target sources
QT += widgets