mirror of
https://github.com/bitcoin/bitcoin.git
synced 2025-02-08 10:31:50 -05:00
Fix GUI build with --disable-wallet
fe6bff2
and65f78a1
broke it. Minor build changes.
This commit is contained in:
parent
d900ab9e66
commit
a92aded70e
2 changed files with 3 additions and 1 deletions
|
@ -276,6 +276,7 @@ BITCOIN_QT_CPP = \
|
||||||
notificator.cpp \
|
notificator.cpp \
|
||||||
optionsdialog.cpp \
|
optionsdialog.cpp \
|
||||||
optionsmodel.cpp \
|
optionsmodel.cpp \
|
||||||
|
peertablemodel.cpp \
|
||||||
qvalidatedlineedit.cpp \
|
qvalidatedlineedit.cpp \
|
||||||
qvaluecombobox.cpp \
|
qvaluecombobox.cpp \
|
||||||
rpcconsole.cpp \
|
rpcconsole.cpp \
|
||||||
|
@ -296,7 +297,6 @@ BITCOIN_QT_CPP += \
|
||||||
overviewpage.cpp \
|
overviewpage.cpp \
|
||||||
paymentrequestplus.cpp \
|
paymentrequestplus.cpp \
|
||||||
paymentserver.cpp \
|
paymentserver.cpp \
|
||||||
peertablemodel.cpp \
|
|
||||||
receivecoinsdialog.cpp \
|
receivecoinsdialog.cpp \
|
||||||
receiverequestdialog.cpp \
|
receiverequestdialog.cpp \
|
||||||
recentrequeststablemodel.cpp \
|
recentrequeststablemodel.cpp \
|
||||||
|
|
|
@ -15,7 +15,9 @@
|
||||||
#include "util.h"
|
#include "util.h"
|
||||||
|
|
||||||
#include "json/json_spirit_value.h"
|
#include "json/json_spirit_value.h"
|
||||||
|
#ifdef ENABLE_WALLET
|
||||||
#include <db_cxx.h>
|
#include <db_cxx.h>
|
||||||
|
#endif
|
||||||
#include <openssl/crypto.h>
|
#include <openssl/crypto.h>
|
||||||
|
|
||||||
#include <QKeyEvent>
|
#include <QKeyEvent>
|
||||||
|
|
Loading…
Add table
Reference in a new issue