diff options
author | Matt Corallo <matt@bluematt.me> | 2011-10-07 10:17:23 -0400 |
---|---|---|
committer | Gavin Andresen <gavinandresen@gmail.com> | 2011-10-25 11:51:19 -0400 |
commit | 3f197952bdde524739c029e0d4a21af7ce069595 (patch) | |
tree | 89166c9a6cfe7380d1617759c3db1c8e82ec4177 /bitcoin-qt.pro | |
parent | 0e569e4a27f42e9a0dea75a3f47cb1091ba30d02 (diff) |
Add BOOST_THREAD_USE_LIB define.
Diffstat (limited to 'bitcoin-qt.pro')
-rw-r--r-- | bitcoin-qt.pro | 2 |
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 |