Merge branch 'master' of https://github.com/bitcoin/bitcoin
authorWladimir J. van der Laan <laanwj@gmail.com>
Wed, 28 Sep 2011 19:52:32 +0000 (21:52 +0200)
committerWladimir J. van der Laan <laanwj@gmail.com>
Wed, 28 Sep 2011 19:52:32 +0000 (21:52 +0200)
Conflicts:
.gitignore (used upstream version)
bitcoin-qt.pro

1  2 
bitcoin-qt.pro
src/main.cpp
src/util.h

diff --cc bitcoin-qt.pro
@@@ -5,13 -5,19 +5,17 @@@ DEFINES += QT_GU
  # DEFINES += SSL
  CONFIG += no_include_pwd
  
 +# for boost 1.37, add -mt to the boost libraries 
 +# use: qmake BOOST_LIB_SUFFIX=-mt
 +
 +# Dependency library locations can be customized with BOOST_INCLUDE_PATH, 
 +#    BOOST_LIB_PATH, BDB_INCLUDE_PATH, BDB_LIB_PATH
 +#    OPENSSL_INCLUDE_PATH and OPENSSL_LIB_PATH respectively
 +
+ OBJECTS_DIR = build
+ MOC_DIR = build
+ UI_DIR = build
 -# for boost 1.37, add -mt to the boost libraries
 -LIBS += -lssl -lcrypto -ldb_cxx
 -unix:!macx:LIBS += -lboost_system -lboost_filesystem -lboost_program_options -lboost_thread
 -macx:LIBS += -lboost_system-mt -lboost_filesystem-mt -lboost_program_options-mt -lboost_thread-mt
 -macx:DEFINES += __WXMAC_OSX__ MSG_NOSIGNAL=0 BOOST_FILESYSTEM_VERSION=3
 -windows:LIBS += -lboost_system-mgw44-mt-1_43 -lboost_filesystem-mgw44-mt-1_43 -lboost_program_options-mgw44-mt-1_43 -lboost_thread-mgw44-mt-1_43 -lws2_32 -lgdi32
 -windows:DEFINES += __WXMSW__
 -windows:RC_FILE = src/qt/res/bitcoin-qt.rc
 -
  # use: qmake "USE_UPNP=1"
  # miniupnpc (http://miniupnp.free.fr/files/) must be installed
  count(USE_UPNP, 1) {
diff --cc src/main.cpp
Simple merge
diff --cc src/util.h
Simple merge