blob: 5bc0b26a04a06bb0056c6e8d53d9391db099bf43 (
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 = ../../tankgame/plugins
#! [0]
# install
target.path = $$[QT_INSTALL_EXAMPLES]/statemachine/tankgame/plugins
sources.files = $$SOURCES $$HEADERS $$RESOURCES $$FORMS random_ai.pro
sources.path = $$[QT_INSTALL_EXAMPLES]/statemachine/tankgameplugins/random_ai
|