aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMatt Corallo <matt@bluematt.me>2011-10-07 10:17:23 -0400
committerGavin Andresen <gavinandresen@gmail.com>2011-10-25 11:51:19 -0400
commit3f197952bdde524739c029e0d4a21af7ce069595 (patch)
tree89166c9a6cfe7380d1617759c3db1c8e82ec4177
parent0e569e4a27f42e9a0dea75a3f47cb1091ba30d02 (diff)
downloadbitcoin-3f197952bdde524739c029e0d4a21af7ce069595.tar.xz
Add BOOST_THREAD_USE_LIB define.
-rw-r--r--bitcoin-qt.pro2
1 files changed, 1 insertions, 1 deletions
diff --git a/bitcoin-qt.pro b/bitcoin-qt.pro
index 1929122dfd..473fb27780 100644
--- a/bitcoin-qt.pro
+++ b/bitcoin-qt.pro
@@ -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