summaryrefslogtreecommitdiffstats
path: root/examples/statemachine/statemachine.pro
blob: ba32c1205888202f2a731dadacfb79650f874bb7 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
TEMPLATE      = subdirs
SUBDIRS       = \
                clockticking \
                composition \
                eventtransitions \
                factorial \
                helloworld \
                pauseandresume \
                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