summaryrefslogtreecommitdiffstats
path: root/examples/statemachine/trafficlight/trafficlight.pro
blob: 684575ac1f4bec5151eb1bd3480904f16fd43a06 (plain)
1
2
3
4
5
6
7
SOURCES = main.cpp

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