diff options
author | Philip Kaufmann <phil.kaufmann@t-online.de> | 2012-07-06 11:15:02 +0200 |
---|---|---|
committer | Philip Kaufmann <phil.kaufmann@t-online.de> | 2012-07-06 11:26:06 +0200 |
commit | a75b45fcd3520d5d18fcd334ece8e33bec8b1de2 (patch) | |
tree | 9d4e0a2be7b37ee47476dbd05475cda63927c8c0 /bitcoin-qt.pro | |
parent | 6e3a1a374293a8a5adeb2ad464f7205e819585ee (diff) |
update Boost version to 1.49 for Windows in the Qt project file
- add -s flag as we also use a static build in makefile.mingw
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 22f624d59c..097cdf700a 100644 --- a/bitcoin-qt.pro +++ b/bitcoin-qt.pro @@ -282,7 +282,7 @@ OTHER_FILES += \ # platform specific defaults, if not overridden on command line isEmpty(BOOST_LIB_SUFFIX) { macx:BOOST_LIB_SUFFIX = -mt - windows:BOOST_LIB_SUFFIX = -mgw44-mt-1_43 + windows:BOOST_LIB_SUFFIX = -mgw44-mt-s-1_49 } isEmpty(BOOST_THREAD_LIB_SUFFIX) { |