diff options
author | Marius Kintel <marius@kintel.net> | 2014-02-04 06:22:02 (GMT) |
---|---|---|
committer | Marius Kintel <marius@kintel.net> | 2014-02-04 06:22:02 (GMT) |
commit | 00d20bb5ac94e64700216e046f6650542b9bb187 (patch) | |
tree | 0b9704eb8280da2df4a4ee350c27315d6fa480bd /boost.pri | |
parent | b80c6c7bf46fd896e24787f91d7663346a8f9287 (diff) |
Fix issue with boost and Apple namespace pollution
Diffstat (limited to 'boost.pri')
-rw-r--r-- | boost.pri | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -9,6 +9,8 @@ boost { win*: QMAKE_LIBDIR += -L$$BOOST_DIR/lib } + # See https://svn.boost.org/trac/boost/ticket/6219 + macx: DEFINES += __ASSERT_MACROS_DEFINE_VERSIONS_WITHOUT_UNDERSCORES=0 CONFIG(mingw-cross-env) { DEFINES += BOOST_STATIC DEFINES += BOOST_THREAD_USE_LIB |