diff options
author | Hennadii Stepanov <32963518+hebasto@users.noreply.github.com> | 2024-07-24 13:13:41 +0100 |
---|---|---|
committer | Hennadii Stepanov <32963518+hebasto@users.noreply.github.com> | 2024-08-16 19:27:42 +0100 |
commit | 5bb5a4bc75a523e30eab561763927252ce105c4d (patch) | |
tree | 6197e512a2eee25e6f1e8d276fff0c19b12a13d7 /cmake | |
parent | 57a6e2ef4abbfd2b12ee6489366bc6609bead263 (diff) |
cmake: Add `libqrencode` optional package support
Diffstat (limited to 'cmake')
-rw-r--r-- | cmake/bitcoin-config.h.in | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/cmake/bitcoin-config.h.in b/cmake/bitcoin-config.h.in index f599efc89f..dc030a24e6 100644 --- a/cmake/bitcoin-config.h.in +++ b/cmake/bitcoin-config.h.in @@ -141,6 +141,9 @@ /* Define if BDB support should be compiled in */ #cmakedefine USE_BDB 1 +/* Define if QR support should be compiled in */ +#cmakedefine USE_QRCODE 1 + /* Define if sqlite support should be compiled in */ #cmakedefine USE_SQLITE 1 |