Rev 1217 | Rev 1220 | Go to most recent revision | Blame | Compare with Previous | Last modification | View Log | RSS feed
# iLand project file for the wind module. See iland.boku.ac.at
QT += xml
QT += qml
QT += sql
TEMPLATE = lib
CONFIG += plugin static
CONFIG += exceptions
INCLUDEPATH += ../.. \
../../tools \
../../output \
../../core
HEADERS = \
windplugin.h \
windmodule.h \
windscript.h \
windout.h
SOURCES = \
windplugin.cpp \
windmodule.cpp \
windscript.cpp \
windout.cpp
TARGET = $$qtLibraryTarget(iland_wind)
DESTDIR = ../../plugins
DEFINES += NO_DEBUG_MSGS