diff options
| author | Matt Corallo <[email protected]> | 2011-10-07 10:17:23 -0400 |
|---|---|---|
| committer | Gavin Andresen <[email protected]> | 2011-10-25 11:51:19 -0400 |
| commit | 3f197952bdde524739c029e0d4a21af7ce069595 (patch) | |
| tree | 89166c9a6cfe7380d1617759c3db1c8e82ec4177 | |
| parent | Add option to specify a different suffix for boost_thread. (diff) | |
| download | discoin-3f197952bdde524739c029e0d4a21af7ce069595.tar.xz discoin-3f197952bdde524739c029e0d4a21af7ce069595.zip | |
Add BOOST_THREAD_USE_LIB define.
| -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 1929122df..473fb2778 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 |