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

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