Subversion Repositories public iLand

Rev

Rev 1221 | Details | Compare with Previous | Last modification | View Log | RSS feed

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