Skip to content

Commit 5be34ba

Browse files
committed
qt: Fix linking when configured with -DENABLE_WALLET=OFF
This change is required for Qt 6, but it is meaningful on its own.
1 parent 69409bc commit 5be34ba

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/qt/rpcconsole.cpp

+2
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,9 @@
1616
#include <qt/guiutil.h>
1717
#include <qt/peertablesortproxy.h>
1818
#include <qt/platformstyle.h>
19+
#ifdef ENABLE_WALLET
1920
#include <qt/walletmodel.h>
21+
#endif // ENABLE_WALLET
2022
#include <rpc/client.h>
2123
#include <rpc/server.h>
2224
#include <util/strencodings.h>

0 commit comments

Comments
 (0)