Skip to content

Commit

Permalink
Output build temp files in build/ instead of current directory.
Browse files Browse the repository at this point in the history
  • Loading branch information
Matt Corallo committed Sep 26, 2011
1 parent adea540 commit 36eccc5
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
3 changes: 0 additions & 3 deletions .gitignore
Expand Up @@ -10,10 +10,7 @@ src/bitcoind
*.patch *.patch
.bitcoin .bitcoin
#compilation and Qt preprocessor part #compilation and Qt preprocessor part
*.o
ui_*.h
*.qm *.qm
moc_*
Makefile Makefile
bitcoin-qt bitcoin-qt
#resources cpp #resources cpp
Expand Down
4 changes: 4 additions & 0 deletions bitcoin-qt.pro
Expand Up @@ -5,6 +5,10 @@ DEFINES += QT_GUI
# DEFINES += SSL # DEFINES += SSL
CONFIG += no_include_pwd CONFIG += no_include_pwd


OBJECTS_DIR = build
MOC_DIR = build
UI_DIR = build

# for boost 1.37, add -mt to the boost libraries # for boost 1.37, add -mt to the boost libraries
LIBS += -lssl -lcrypto -ldb_cxx LIBS += -lssl -lcrypto -ldb_cxx
unix:!macx:LIBS += -lboost_system -lboost_filesystem -lboost_program_options -lboost_thread unix:!macx:LIBS += -lboost_system -lboost_filesystem -lboost_program_options -lboost_thread
Expand Down

0 comments on commit 36eccc5

Please sign in to comment.