changeset 1323:b0cf8828172f draft

Output build temp files in build/ instead of current directory.
author Matt Corallo <matt@bluematt.me>
date Mon, 26 Sep 2011 13:14:34 -0400
parents 2d2448a911d5
children 8911bc9249da
files .gitignore bitcoin-qt.pro
diffstat 2 files changed, 4 insertions(+), 3 deletions(-) [+]
line wrap: on
line diff
--- a/.gitignore
+++ b/.gitignore
@@ -10,10 +10,7 @@
 *.patch
 .bitcoin
 #compilation and Qt preprocessor part
-*.o
-ui_*.h
 *.qm
-moc_*
 Makefile
 bitcoin-qt
 #resources cpp
--- a/bitcoin-qt.pro
+++ b/bitcoin-qt.pro
@@ -5,6 +5,10 @@
 # DEFINES += SSL
 CONFIG += no_include_pwd
 
+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