Rev 780 | Rev 1054 | Go to most recent revision | Blame | Compare with Previous | Last modification | View Log | RSS feed
QT += xml
QT += qml
QT += sql
TEMPLATE = lib
CONFIG += plugin static
CONFIG += exceptions
INCLUDEPATH += ../.. \
../../tools \
../../output \
../../core
HEADERS = \
windplugin.h \
windmodule.h \
windscript.h
SOURCES = \
windplugin.cpp \
windmodule.cpp \
windscript.cpp
TARGET = $$qtLibraryTarget(iland_wind)
DESTDIR = ../../plugins