win32: hdf5 needs zlib for zlib compressed h5 files
Signed-off-by: Thorsten Liebig <thorsten.liebig@gmx.de>pull/1/head
parent
a55da1dafe
commit
af5063abc1
|
@ -18,6 +18,8 @@ win32 {
|
||||||
# hdf5
|
# hdf5
|
||||||
INCLUDEPATH += $$WIN32_LIB_ROOT/hdf5/include
|
INCLUDEPATH += $$WIN32_LIB_ROOT/hdf5/include
|
||||||
LIBS += -L$$WIN32_LIB_ROOT/hdf5/lib -lhdf5
|
LIBS += -L$$WIN32_LIB_ROOT/hdf5/lib -lhdf5
|
||||||
|
# zlib
|
||||||
|
LIBS += -L$$WIN32_LIB_ROOT/zlib/lib -lz
|
||||||
|
|
||||||
# boost
|
# boost
|
||||||
DEFINES += BOOST_THREAD_USE_LIB
|
DEFINES += BOOST_THREAD_USE_LIB
|
||||||
|
|
|
@ -48,6 +48,8 @@ win32 {
|
||||||
# hdf5
|
# hdf5
|
||||||
INCLUDEPATH += $$WIN32_LIB_ROOT/hdf5/include $$WIN32_LIB_ROOT/hdf5/include/cpp
|
INCLUDEPATH += $$WIN32_LIB_ROOT/hdf5/include $$WIN32_LIB_ROOT/hdf5/include/cpp
|
||||||
LIBS += -L$$WIN32_LIB_ROOT/hdf5/lib -lhdf5
|
LIBS += -L$$WIN32_LIB_ROOT/hdf5/lib -lhdf5
|
||||||
|
# zlib
|
||||||
|
LIBS += -L$$WIN32_LIB_ROOT/zlib/lib -lz
|
||||||
# boost
|
# boost
|
||||||
DEFINES += BOOST_THREAD_USE_LIB
|
DEFINES += BOOST_THREAD_USE_LIB
|
||||||
INCLUDEPATH += $$WIN32_LIB_ROOT/boost/include
|
INCLUDEPATH += $$WIN32_LIB_ROOT/boost/include
|
||||||
|
|
Loading…
Reference in New Issue