Rev 1221 | Blame | Compare with Previous | Last modification | View Log | RSS feed
# iLand project file for the barkbeetle module. See iland.boku.ac.at
QT += xml
QT += qml
QT += sql
TEMPLATE = lib
CONFIG += plugin static
INCLUDEPATH += ../.. \
../../tools \
../../output \
../../core
# to enable debug symbols in release code:
# uncomment then next two lines to enable debug information in release-mode executable
#QMAKE_CXXFLAGS_RELEASE += -g
#QMAKE_LFLAGS_RELEASE -= -Wl,-s
CONFIG += exceptions
HEADERS = \
barkbeetleplugin.h \
barkbeetlemodule.h \
barkbeetlescript.h \
bbgenerations.h \
barkbeetleout.h
SOURCES = \
barkbeetleplugin.cpp \
barkbeetlemodule.cpp \
barkbeetlescript.cpp \
bbgenerations.cpp \
barkbeetleout.cpp
TARGET = $$qtLibraryTarget(iland_barkbeetle)
DESTDIR = ../../plugins
DEFINES += NO_DEBUG_MSGS