summaryrefslogtreecommitdiffstats
path: root/examples/statemachine/statemachine.pro
blob: 298c0ae33eaba65cedd77e5a3b93ca8c794738db (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
TEMPLATE      = subdirs
SUBDIRS       = \
                eventtransitions \
                factorial \
                pingpong \
                rogue \
                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