From: Matt Corallo Date: Mon, 26 Sep 2011 17:14:34 +0000 (-0400) Subject: Output build temp files in build/ instead of current directory. X-Git-Tag: v0.4.0-unstable~226^2~124^2 X-Git-Url: https://git.novaco.in/?p=novacoin.git;a=commitdiff_plain;h=36eccc5174fab77783a242b5da68c3045c65d811 Output build temp files in build/ instead of current directory. --- diff --git a/.gitignore b/.gitignore index a5f96ba..66f9386 100644 --- a/.gitignore +++ b/.gitignore @@ -10,10 +10,7 @@ src/bitcoind *.patch .bitcoin #compilation and Qt preprocessor part -*.o -ui_*.h *.qm -moc_* Makefile bitcoin-qt #resources cpp diff --git a/bitcoin-qt.pro b/bitcoin-qt.pro index 19d7814..b9fecb8 100644 --- a/bitcoin-qt.pro +++ b/bitcoin-qt.pro @@ -5,6 +5,10 @@ DEFINES += QT_GUI # 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