nf2ff: fix build system

Signed-off-by: Thorsten Liebig <Thorsten.Liebig@gmx.de>
This commit is contained in:
Thorsten Liebig 2015-05-04 21:11:08 +02:00
parent 3f2181058a
commit 1a748fc9fd

View File

@ -42,7 +42,11 @@ unix:!macx {
} else {
LIBS +=-L$$VTK_LIBRARYPATH
}
LIBS += -lhdf5_hl -lhdf5
#hdf5
!isEmpty(HDF5_ROOT) {LIBS += -L$$HDF5_ROOT}
LIBS += -lhdf5 -lhdf5_hl
INCLUDEPATH += /usr/include/hdf5/serial
INCLUDEPATH += /usr/include/mpi
}
macx {