Subversion Repositories public iLand

Rev

Rev 1218 | Rev 1221 | Go to most recent revision | Only display areas with differences | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 1218 Rev 1220
1
Redirecting to URL 'https://iland.boku.ac.at/svn/iland/tags/release_1.0/src/plugins/barkbeetle/barkbeetle.pro':
1
Redirecting to URL 'https://iland.boku.ac.at/svn/iland/tags/release_1.0/src/plugins/barkbeetle/barkbeetle.pro':
2
# iLand project file for the barkbeetle module. See iland.boku.ac.at
2
# iLand project file for the barkbeetle module. See iland.boku.ac.at
3
QT += xml
3
QT += xml
4
QT += qml
4
QT += qml
5
QT += sql
5
QT += sql
6
6
7
7
8
TEMPLATE      = lib
8
TEMPLATE      = lib
9
CONFIG       += plugin static
9
CONFIG       += plugin static
10
INCLUDEPATH  += ../.. \
10
INCLUDEPATH  += ../.. \
11
                ../../tools \
11
                ../../tools \
12
                ../../output \
12
                ../../output \
13
                ../../core
13
                ../../core
14
14
15
# to enable debug symbols in release code:
15
# to enable debug symbols in release code:
16
# uncomment then next two lines to enable debug information in release-mode executable
16
# uncomment then next two lines to enable debug information in release-mode executable
17
#QMAKE_CXXFLAGS_RELEASE += -g
17
#QMAKE_CXXFLAGS_RELEASE += -g
18
#QMAKE_LFLAGS_RELEASE -= -Wl,-s
18
#QMAKE_LFLAGS_RELEASE -= -Wl,-s
19
19
20
CONFIG += exceptions
20
CONFIG += exceptions
21
HEADERS       = \
21
HEADERS       = \
22
    barkbeetleplugin.h \
22
    barkbeetleplugin.h \
23
    barkbeetlemodule.h \
23
    barkbeetlemodule.h \
24
    barkbeetlescript.h \
24
    barkbeetlescript.h \
25
    bbgenerations.h \
25
    bbgenerations.h \
26
    barkbeetleout.h
26
    barkbeetleout.h
27
27
28
SOURCES       = \
28
SOURCES       = \
29
    barkbeetleplugin.cpp \
29
    barkbeetleplugin.cpp \
30
    barkbeetlemodule.cpp \
30
    barkbeetlemodule.cpp \
31
    barkbeetlescript.cpp \
31
    barkbeetlescript.cpp \
32
    bbgenerations.cpp \
32
    bbgenerations.cpp \
33
    barkbeetleout.cpp
33
    barkbeetleout.cpp
34
TARGET        = $$qtLibraryTarget(iland_barkbeetle)
34
TARGET        = $$qtLibraryTarget(iland_barkbeetle)
35
DESTDIR       = ../../plugins
35
DESTDIR       = ../../plugins
36
36
37
DEFINES += NO_DEBUG_MSGS
37
DEFINES += NO_DEBUG_MSGS
38
38
39
39
40
40
41
41
42
42