Add BOOST_THREAD_USE_LIB define.

This commit is contained in:
Matt Corallo 2011-10-07 10:17:23 -04:00 committed by Gavin Andresen
parent 0e569e4a27
commit 3f197952bd
1 changed files with 1 additions and 1 deletions

View File

@ -2,7 +2,7 @@ TEMPLATE = app
TARGET =
VERSION = 0.5.0
INCLUDEPATH += src src/json src/qt
DEFINES += QT_GUI
DEFINES += QT_GUI BOOST_THREAD_USE_LIB
CONFIG += no_include_pwd
# for boost 1.37, add -mt to the boost libraries