Mercurial > hg > bitcoin
diff bitcoin-qt.pro @ 1094:8e8bde1eb5a2 draft
use #ifdef QT_UI to distinguish Qt UI instead of hardcoded #if 0
author | Wladimir J. van der Laan <laanwj@gmail.com> |
---|---|
date | Wed, 22 Jun 2011 20:11:12 +0200 (2011-06-22) |
parents | 817dc99730ad |
children | f14310dc690b |
line wrap: on
line diff
--- a/bitcoin-qt.pro +++ b/bitcoin-qt.pro @@ -2,6 +2,7 @@ TARGET = DEPENDPATH += . INCLUDEPATH += src src/json src/cryptopp src/qt +DEFINES += QT_GUI # for boost 1.37, add -mt to the boost libraries unix:LIBS += -lssl -lcrypto -lboost_system -lboost_filesystem -lboost_program_options -lboost_thread -ldb_cxx @@ -66,7 +67,7 @@ src/qt/guiconstants.h \ src/qt/optionsmodel.h \ src/qt/monitoreddatamapper.h \ - src/externui.h \ + src/qtui.h \ src/qt/transactiondesc.h \ src/qt/transactiondescdialog.h \ src/qt/bitcoinamountfield.h