Define BOOST_SPIRIT_THREADSAFE in all makefiles

rather than at each include site.

Fixes #1371
This commit is contained in:
Jeff Garzik
2012-05-21 22:25:54 -04:00
committed by Jeff Garzik
parent 63407fd6e2
commit 7b671f52e0
6 changed files with 5 additions and 6 deletions

View File

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