Merge pull request #3986
65adc3aqt: Don't require db_cxx.h when wallet disabled (Wladimir J. van der Laan)4babd08doc: Add note about memory reqs for compilation (Wladimir J. van der Laan)25333a2build: improve missing boost error reporting (Wladimir J. van der Laan)
This commit is contained in:
@@ -276,7 +276,6 @@ BITCOIN_QT_CPP = \
|
||||
qvalidatedlineedit.cpp \
|
||||
qvaluecombobox.cpp \
|
||||
rpcconsole.cpp \
|
||||
signverifymessagedialog.cpp \
|
||||
splashscreen.cpp \
|
||||
trafficgraphwidget.cpp \
|
||||
utilitydialog.cpp
|
||||
@@ -298,6 +297,7 @@ BITCOIN_QT_CPP += \
|
||||
recentrequeststablemodel.cpp \
|
||||
sendcoinsdialog.cpp \
|
||||
sendcoinsentry.cpp \
|
||||
signverifymessagedialog.cpp \
|
||||
transactiondesc.cpp \
|
||||
transactiondescdialog.cpp \
|
||||
transactionfilterproxy.cpp \
|
||||
|
||||
@@ -25,7 +25,9 @@
|
||||
#include "rpcserver.h"
|
||||
#include "ui_interface.h"
|
||||
#include "util.h"
|
||||
#ifdef ENABLE_WALLET
|
||||
#include "wallet.h"
|
||||
#endif
|
||||
|
||||
#include <stdint.h>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user