From a75b45fcd3520d5d18fcd334ece8e33bec8b1de2 Mon Sep 17 00:00:00 2001 From: Philip Kaufmann Date: Fri, 6 Jul 2012 11:15:02 +0200 Subject: [PATCH] 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 --- bitcoin-qt.pro | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bitcoin-qt.pro b/bitcoin-qt.pro index 22f624d59..097cdf700 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) {