Define BOOST_SPIRIT_THREADSAFE in all makefiles
rather than at each include site. Fixes #1371
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user