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