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

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