File tree Expand file tree Collapse file tree 2 files changed +3
-1
lines changed Expand file tree Collapse file tree 2 files changed +3
-1
lines changed Original file line number Diff line number Diff line change @@ -276,7 +276,6 @@ BITCOIN_QT_CPP = \
276
276
qvalidatedlineedit.cpp \
277
277
qvaluecombobox.cpp \
278
278
rpcconsole.cpp \
279
- signverifymessagedialog.cpp \
280
279
splashscreen.cpp \
281
280
trafficgraphwidget.cpp \
282
281
utilitydialog.cpp
@@ -298,6 +297,7 @@ BITCOIN_QT_CPP += \
298
297
recentrequeststablemodel.cpp \
299
298
sendcoinsdialog.cpp \
300
299
sendcoinsentry.cpp \
300
+ signverifymessagedialog.cpp \
301
301
transactiondesc.cpp \
302
302
transactiondescdialog.cpp \
303
303
transactionfilterproxy.cpp \
Original file line number Diff line number Diff line change 25
25
#include " rpcserver.h"
26
26
#include " ui_interface.h"
27
27
#include " util.h"
28
+ #ifdef ENABLE_WALLET
28
29
#include " wallet.h"
30
+ #endif
29
31
30
32
#include < stdint.h>
31
33
You can’t perform that action at this time.
0 commit comments