summaryrefslogtreecommitdiffstats
path: root/examples/statemachine/errorstateplugins/errorstateplugins.pro
blob: 5b6b7588714e6134d25198402d16f1f7ff096079 (plain)
1
2
3
4
5
6
7
8
9
10
11
TEMPLATE      = subdirs
SUBDIRS       = random_ai \
                spin_ai_with_error \
                spin_ai \
                seek_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