Subversion Repositories public iLand

Rev

Rev 80 | Rev 83 | Go to most recent revision | Blame | Compare with Previous | Last modification | View Log | RSS feed

# -------------------------------------------------
# Project created by QtCreator 2009-02-10T13:47:01
# -------------------------------------------------
QT += xml
QT += script
TARGET = fonstudio
TEMPLATE = app

# Use Precompiled headers (PCH)
PRECOMPILED_HEADER = stable.h
SOURCES += main.cpp \
    mainwindow.cpp \
    core/grid.cpp \
    core/solarradiation.cpp \
    core/hemigrid.cpp \
    imagestamp.cpp \
    tree.cpp \
    paintarea.cpp \
    tools/expression.cpp \
    tools/helper.cpp \
    lightroom.cpp \
    core/stamp.cpp \
    core/stampcontainer.cpp \
    treespecies.cpp \
    tools/ticktack.cpp
HEADERS += mainwindow.h \
    stable.h \
    core/grid.h \
    core/solarradiation.h \
    core/hemigrid.h \
    imagestamp.h \
    tree.h \
    paintarea.h \
    tools/expression.h \
    tools/helper.h \
    lightroom.h \
    global.h \
    core/stamp.h \
    core/stampcontainer.h \
    treespecies.h \
    tools/ticktack.h
FORMS += mainwindow.ui
RESOURCES += res/fonstudio.qrc

# add debug information anyway (also in release mode)
##QMAKE_CXXFLAGS += -O2