change boost thread lib link
now libboost_thread instead of libboost_thread-mt Signed-off-by: Thorsten Liebig <Thorsten.Liebig@gmx.de>pull/12/head
parent
be952215cc
commit
8fdbea61d0
|
@ -96,7 +96,7 @@ win32 {
|
|||
|
||||
LIBS += -ltinyxml
|
||||
DEFINES += TIXML_USE_STL
|
||||
LIBS += -lboost_thread-mt
|
||||
LIBS += -lboost_thread
|
||||
LIBS += -lhdf5_hl -lhdf5
|
||||
### vtk ###
|
||||
isEmpty(VTK_INCLUDEPATH) {
|
||||
|
|
Loading…
Reference in New Issue