changeset 3160:bca41ab92f51 draft

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
author Philip Kaufmann <phil.kaufmann@t-online.de>
date Fri, 06 Jul 2012 11:15:02 +0200
parents d6eea4180a72
children b672a4492635
files bitcoin-qt.pro
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/bitcoin-qt.pro
+++ b/bitcoin-qt.pro
@@ -282,7 +282,7 @@
 # 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) {