summaryrefslogtreecommitdiffstats
path: root/examples/statemachine/statemachine.pro
blob: ea3e7a809b2e4a3424f2dd597b0ef53edc5f8763 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
TEMPLATE      = subdirs
SUBDIRS       = \
                eventtransitions \
                factorial \
                pingpong \
                trafficlight \
                twowaybutton

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