include(../version.pri) TEMPLATE = lib OBJECTS_DIR = .obj MOC_DIR = .moc DOC_DIR = ../doc DESTDIR = ../bin INSTALLDIR = lib$$system(kde4-config --libsuffix) LIBS += -L../bin \ -lsigmod \ -lsigscript \ -lkrosscore CONFIG += qt \ warn_on \ dll DEFINES += MAKE_SIGBATTLE_LIB include(../install.pri) include(../kde4.pri) SOURCES += Arena.cpp \ ATBArena.cpp \ ATBTimer.cpp \ Containment.cpp \ Ghost.cpp \ Player.cpp \ Team.cpp \ TeamMember.cpp \ TurnArena.cpp HEADERS += ActionQueue.h \ Arena.h \ ATBArena.h \ ATBTimer.h \ Bot.h \ Containment.h \ GhostBot.h \ Ghost.h \ Global.h \ Player.h \ Team.h \ TeamMember.h \ TurnArena.h include(../headers.pri)