win32{ INCLUDEPATH += ../../Tools/Win64/cgns/include/ \ Debug:LIBS += -L../../Tools/Win64/cgns/libd/ \ -lcgns \ -lcgnsdll \ -llibhdf5_D \ -llibhdf5_cpp_D \ -llibhdf5_hl_cpp_D \ -llibhdf5_hl_D \ -llibhdf5_tools_D \ Release:LIBS += -L../../Tools/Win64/cgns/lib/ \ -lcgns \ -lcgnsdll \ -llibhdf5 \ -llibhdf5_cpp \ -llibhdf5_hl \ -llibhdf5_hl_cpp \ -llibhdf5_tools \ } unix{ INCLUDEPATH += ../../Tools/Linux64/cgns/include/ \ LIBS += -L../../Tools/Linux64/cgns/lib/ \ -lhdf5 \ -lhdf5_cpp \ -lhdf5_hl \ -lhdf5_hl_cpp \ }