Subversion Repositories public iLand

Rev

Rev 639 | Rev 779 | Go to most recent revision | Details | Compare with Previous | Last modification | View Log | RSS feed

Rev Author Line No. Line
1
 
3 Werner 2
# -------------------------------------------------
3
# Project created by QtCreator 2009-02-10T13:47:01
4
# -------------------------------------------------
5
QT += xml
8 Werner 6
QT += script
91 Werner 7
QT += sql
3 Werner 8
TARGET = fonstudio
9
TEMPLATE = app
86 Werner 10
 
85 Werner 11
# includepath: adds directories to the standard include (no directory needed when #include a file).
86 Werner 12
INCLUDEPATH += ../core \
259 werner 13
    ../tools \
14
    ../output
86 Werner 15
 
763 werner 16
CONFIG += exceptions
17
 
15 Werner 18
# Use Precompiled headers (PCH)
99 Werner 19
PRECOMPILED_HEADER = stable.h
3 Werner 20
SOURCES += main.cpp \
21
    mainwindow.cpp \
83 Werner 22
    ../core/grid.cpp \
174 werner 23
    solarradiation.cpp \
24
    hemigrid.cpp \
30 Werner 25
    imagestamp.cpp \
3 Werner 26
    paintarea.cpp \
83 Werner 27
    ../tools/expression.cpp \
28
    ../tools/helper.cpp \
30 Werner 29
    lightroom.cpp \
83 Werner 30
    ../core/stamp.cpp \
31
    ../core/stampcontainer.cpp \
86 Werner 32
    ../tools/ticktack.cpp \
87 Werner 33
    ../tools/settingmetadata.cpp \
105 Werner 34
    ../tools/xmlhelper.cpp \
356 werner 35
    ../core/threadrunner.cpp \
763 werner 36
    version.cpp \
37
    ../tools/randomgenerator.cpp
38
 
39
 
3 Werner 40
HEADERS += mainwindow.h \
97 Werner 41
    ../stable.h \
83 Werner 42
    ../core/grid.h \
174 werner 43
    solarradiation.h \
44
    hemigrid.h \
30 Werner 45
    imagestamp.h \
3 Werner 46
    paintarea.h \
83 Werner 47
    ../tools/expression.h \
48
    ../tools/helper.h \
24 Werner 49
    lightroom.h \
120 Werner 50
    ../core/exception.h \
93 Werner 51
    ../core/global.h \
83 Werner 52
    ../core/stamp.h \
53
    ../core/stampcontainer.h \
86 Werner 54
    ../tools/ticktack.h \
87 Werner 55
    ../tools/settingmetadata.h \
92 Werner 56
    ../core/speciesset.h \
105 Werner 57
    ../tools/xmlhelper.h \
301 werner 58
    ../core/threadrunner.h \
356 werner 59
    ../3rdparty/MersenneTwister.h \
763 werner 60
    version.h \
61
    ../tools/randomgenerator.h
62
 
3 Werner 63
FORMS += mainwindow.ui
64
RESOURCES += res/fonstudio.qrc
200 werner 65
DEFINES += FONSTUDIO