Rev 865 | Rev 924 | Go to most recent revision | Blame | Compare with Previous | Last modification | View Log | RSS feed
#-------------------------------------------------
#
# Project created by QtCreator 2011-10-25T12:33:27
#
#-------------------------------------------------
## iLand console application
QT += core
#QT -= gui ### we include the GUI library for QColor, QImage
QT += xml
QT += sql
QT += qml
INCLUDEPATH += ../core \
../tools \
../output
DEPENDPATH += plugins
CONFIG += exceptions
CONFIG += rtti
LIBS += -lQt5Concurrent
CONFIG(debug, debug|release) {
win32-msvc*:contains(QMAKE_TARGET.arch, x86_64):{
#debug msvc
PRE_TARGETDEPS += ../plugins/iland_fired.lib
PRE_TARGETDEPS += ../plugins/iland_windd.lib
LIBS += -L../plugins -liland_fired -liland_windd
}
}
CONFIG(release, debug|release) {
# release stuff
#PRE_TARGETDEPS += ../plugins/libiland_fire.a
#PRE_TARGETDEPS += ../plugins/libiland_wind.a
#LIBS += -L../plugins -liland_fire -liland_wind
win32-msvc*:contains(QMAKE_TARGET.arch, x86_64):{
#debug msvc
PRE_TARGETDEPS += ../plugins/iland_fire.lib
PRE_TARGETDEPS += ../plugins/iland_wind.lib
LIBS += -L../plugins -liland_fire -liland_wind
}
}
CONFIG += precompile_header
TARGET = ilandc
CONFIG += console
CONFIG -= app_bundle
TEMPLATE = app
# to enable debug symbols in release code
# debug information in release-mode executable
#QMAKE_CXXFLAGS_RELEASE += -g
#QMAKE_LFLAGS_RELEASE -= -Wl,-s
### Flag to allow 3GB on Win 32
### you also need to modify boot.ini ...
#QMAKE_LFLAGS_CONSOLE += -Wl,--large-address-aware
SOURCES += main.cpp \
consoleshell.cpp \
../iland/version.cpp \
../core/model.cpp \
../core/modelcontroller.cpp \
../core/grid.cpp \
../core/tree.cpp \
../tools/expression.cpp \
../tools/helper.cpp \
../core/stamp.cpp \
../core/stampcontainer.cpp \
../core/species.cpp \
../tools/ticktack.cpp \
../tools/settingmetadata.cpp \
../tools/globalsettings.cpp \
../core/speciesset.cpp \
../core/resourceunit.cpp \
../tools/xmlhelper.cpp \
../core/standloader.cpp \
../core/resourceunitspecies.cpp \
../core/production3pg.cpp \
../core/threadrunner.cpp \
../tools/expressionwrapper.cpp \
../output/output.cpp \
../output/treeout.cpp \
../output/outputmanager.cpp \
../output/standout.cpp \
../output/landscapeout.cpp \
../core/standstatistics.cpp \
../output/dynamicstandout.cpp \
../core/management.cpp \
../core/speciesresponse.cpp \
../core/climate.cpp \
../core/modelsettings.cpp \
../core/phenology.cpp \
../tools/floatingaverage.cpp \
../output/productionout.cpp \
../core/watercycle.cpp \
../tools/climateconverter.cpp \
../tools/csvfile.cpp \
../tools/scriptglobal.cpp \
../output/standdeadout.cpp \
../core/environment.cpp \
../output/managementout.cpp \
../tools/sqlhelper.cpp \
../tools/random.cpp \
../core/timeevents.cpp \
../core/seeddispersal.cpp \
../core/establishment.cpp \
../core/soil.cpp \
../core/sapling.cpp \
../core/snag.cpp \
../output/saplingout.cpp \
../tools/gisgrid.cpp \
../tools/mapgrid.cpp \
../tools/randomgenerator.cpp \
../output/carbonout.cpp \
../output/carbonflowout.cpp \
../tools/modules.cpp \
../tools/dem.cpp \
../3rdparty/SimpleRNG.cpp \
../output/snapshot.cpp \
../tools/spatialanalysis.cpp \
../amie/activity.cpp \
../amie/forestmanagementengine.cpp \
../amie/knowledgebase.cpp \
../tools/statdata.cpp \
../tools/debugtimer.cpp \
../tools/viewport.cpp \
../amie/fomewrapper.cpp \
../amie/fmstand.cpp \
../amie/agent.cpp \
../amie/fmunit.cpp \
../amie/agenttype.cpp \
../amie/fomescript.cpp
HEADERS += \
consoleshell.h \
stable.h \
../iland/version.h \
../core/model.h \
../core/modelcontroller.h \
../core/grid.h \
../core/tree.h \
../tools/expression.h \
../tools/helper.h \
../core/exception.h \
../core/global.h \
../core/stamp.h \
../core/stampcontainer.h \
../core/species.h \
../tools/ticktack.h \
../tools/settingmetadata.h \
../tools/globalsettings.h \
../core/speciesset.h \
../core/model.h \
../core/resourceunit.h \
../tools/xmlhelper.h \
../core/standloader.h \
../core/resourceunitspecies.h \
../core/production3pg.h \
../core/threadrunner.h \
../tools/expressionwrapper.h \
../output/output.h \
../output/treeout.h \
../output/outputmanager.h \
../output/standout.h \
../output/landscapeout.h \
../core/standstatistics.h \
../output/dynamicstandout.h \
../core/management.h \
../core/speciesresponse.h \
../core/climate.h \
../core/modelsettings.h \
../core/phenology.h \
../tools/floatingaverage.h \
../output/productionout.h \
../core/watercycle.h \
../tools/climateconverter.h \
../tools/csvfile.h \
../tools/scriptglobal.h \
../output/standdeadout.h \
../core/environment.h \
../output/managementout.h \
../tools/sqlhelper.h \
../tools/random.h \
../tools/randomgenerator.h \
../3rdparty/MersenneTwister.h \
../core/timeevents.h \
../core/seeddispersal.h \
../core/establishment.h \
../core/soil.h \
../core/sapling.h \
../core/snag.h \
../output/saplingout.h \
../tools/gisgrid.h \
../tools/mapgrid.h \
../output/carbonout.h \
../output/carbonflowout.h \
../core/plugin_interface.h \
../tools/modules.h \
../tools/dem.h \
../core/layeredgrid.h \
../3rdparty/SimpleRNG.h \
../output/snapshot.h \
../tools/spatialanalysis.h \
../amie/activity.h \
../amie/forestmanagementengine.h \
../amie/knowledgebase.h \
../amie/amie_global.h \
../tools/statdata.h \
../tools/debugtimer.h \
../tools/viewport.h \
../amie/fomewrapper.h \
../amie/fmstand.h \
../amie/agent.h \
../amie/fmunit.h \
../amie/agenttype.h \
../amie/fomescript.h