summaryrefslogtreecommitdiffstats
path: root/examples/statemachine/errorstateplugins/random_ai/random_ai.pro
blob: f290250289e21ebb0ac065c3adb5ebf4eb3cc1f6 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
TEMPLATE      = lib
CONFIG       += plugin
INCLUDEPATH  += ../..
HEADERS       = random_ai_plugin.h
SOURCES       = random_ai_plugin.cpp
TARGET        = $$qtLibraryTarget(random_ai)
DESTDIR       = ../../errorstate/plugins

#! [0]
# install
target.path = $$[QT_INSTALL_EXAMPLES]/statemachine/errorstate/plugins
sources.files = $$SOURCES $$HEADERS $$RESOURCES $$FORMS random_ai.pro
sources.path = $$[QT_INSTALL_EXAMPLES]/statemachine/errorstateplugins/random_ai