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
Thorsten Liebig 2013-10-24 14:29:07 +02:00
parent be952215cc
commit 8fdbea61d0
1 changed files with 1 additions and 1 deletions

View File

@ -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) {