summaryrefslogtreecommitdiffstats
path: root/examples/statemachine/errorstateplugins/errorstateplugins.pro
blob: e7718a98f652d1b8ccbb8ee4b1a45717376e600f (plain)
1
2
3
4
5
6
7
8
9
10
TEMPLATE      = subdirs
SUBDIRS       = random_ai \
                spin_ai_with_error \
                spin_ai

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