Rev 674 | Rev 758 | Go to most recent revision | Blame | Compare with Previous | Last modification | View Log | RSS feed
QT += xml
QT += script
QT += sql
TEMPLATE = lib
CONFIG += plugin static
INCLUDEPATH += ../.. \
../../tools \
../../output \
../../core
# to enable debug symbols in release code
# debug information in release-mode executable
##QMAKE_CXXFLAGS_RELEASE += -g
##QMAKE_LFLAGS_RELEASE -= -Wl,-s
HEADERS = \
fireplugin.h \
firemodule.h \
fireout.h \
firescript.h
SOURCES = \
fireplugin.cpp \
firemodule.cpp \
fireout.cpp \
firescript.cpp
TARGET = $$qtLibraryTarget(iland_fire)
DESTDIR = ../../plugins