Skip to content

Commit

Permalink
update 3D
Browse files Browse the repository at this point in the history
  • Loading branch information
ftomei committed May 15, 2024
1 parent 2340891 commit 4ed070f
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 2 deletions.
3 changes: 2 additions & 1 deletion agrolib/project/project.pro
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,8 @@ win32:{
INCLUDEPATH += ../crit3dDate ../mathFunctions ../gis ../meteo \
../solarRadiation ../interpolation ../utilities \
../netcdfHandler ../dbMeteoPoints ../outputPoints ../dbMeteoGrid \
../meteoWidget ../commonDialogs ../commonChartElements ../climate ../proxyWidget ../inOutDataXML ../waterTable
../meteoWidget ../commonDialogs ../commonChartElements ../climate \
../proxyWidget ../inOutDataXML ../waterTable


SOURCES += \
Expand Down
4 changes: 3 additions & 1 deletion bin/CRITERIA3D/CRITERIA3D.pro
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ INCLUDEPATH += ./shared \
../../agrolib/dbMeteoPoints ../../agrolib/outputPoints ../../agrolib/dbMeteoGrid \
../../agrolib/inOutDataXML ../../agrolib/proxyWidget ../../agrolib/project \
../../agrolib/graphics ../../agrolib/commonChartElements ../../agrolib/commonDialogs \
../../mapGraphics ../../agrolib/meteoWidget
../../mapGraphics ../../agrolib/meteoWidget ../../agrolib/waterTable

CONFIG(debug, debug|release) {
LIBS += -L../../agrolib/graphics/debug -lgraphics
Expand All @@ -49,6 +49,7 @@ CONFIG(debug, debug|release) {
LIBS += -L../../agrolib/crop/debug -lcrop
LIBS += -L../../agrolib/soil/debug -lsoil
LIBS += -L../../agrolib/utilities/debug -lutilities
LIBS += -L../../agrolib/waterTable/debug -lwaterTable
LIBS += -L../../agrolib/snow/debug -lsnow
LIBS += -L../../agrolib/solarRadiation/debug -lsolarRadiation
LIBS += -L../../agrolib/interpolation/debug -linterpolation
Expand All @@ -74,6 +75,7 @@ CONFIG(debug, debug|release) {
LIBS += -L../../agrolib/crop/release -lcrop
LIBS += -L../../agrolib/soil/release -lsoil
LIBS += -L../../agrolib/utilities/release -lutilities
LIBS += -L../../agrolib/waterTable/release -lwaterTable
LIBS += -L../../agrolib/snow/release -lsnow
LIBS += -L../../agrolib/solarRadiation/release -lsolarRadiation
LIBS += -L../../agrolib/interpolation/release -linterpolation
Expand Down
1 change: 1 addition & 0 deletions bin/Makeall_CRITERIA3D/Makeall_CRITERIA3D.pro
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@ SUBDIRS = ../../agrolib/soilFluxes3D \
../../agrolib/gis ../../agrolib/meteo \
../../agrolib/utilities ../../agrolib/soil ../../agrolib/crop \
../../agrolib/interpolation ../../agrolib/solarRadiation ../../agrolib/snow \
../../agrolib/waterTable \
../../agrolib/dbMeteoPoints ../../agrolib/outputPoints \
../../agrolib/dbMeteoGrid ../../agrolib/inOutDataXML \
../../agrolib/proxyWidget ../../agrolib/project \
Expand Down

0 comments on commit 4ed070f

Please sign in to comment.