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

# 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