Rev 1221 | Details | Compare with Previous | Last modification | View Log | RSS feed
Rev | Author | Line No. | Line |
---|---|---|---|
1212 | werner | 1 | # iLand project file for the wind module. See iland.boku.ac.at |
701 | werner | 2 | QT += xml |
793 | werner | 3 | QT += qml |
701 | werner | 4 | QT += sql |
5 | |||
6 | TEMPLATE = lib |
||
7 | CONFIG += plugin static |
||
761 | werner | 8 | CONFIG += exceptions |
9 | |||
701 | werner | 10 | INCLUDEPATH += ../.. \ |
11 | ../../tools \ |
||
12 | ../../output \ |
||
13 | ../../core |
||
14 | HEADERS = \ |
||
15 | windplugin.h \ |
||
716 | werner | 16 | windmodule.h \ |
1054 | werner | 17 | windscript.h \ |
18 | windout.h |
||
701 | werner | 19 | SOURCES = \ |
20 | windplugin.cpp \ |
||
716 | werner | 21 | windmodule.cpp \ |
1054 | werner | 22 | windscript.cpp \ |
23 | windout.cpp |
||
701 | werner | 24 | TARGET = $$qtLibraryTarget(iland_wind) |
780 | werner | 25 | DESTDIR = ../../plugins |
701 | werner | 26 | |
1157 | werner | 27 | DEFINES += NO_DEBUG_MSGS |
701 | werner | 28 | |
29 | |||
30 | |||
31 | |||
32 | |||
33 | |||
34 | |||
780 | werner | 35 | |
36 |