Merge pull request #629 from sje397/master

QR Code generation via libqrencode
This commit is contained in:
Wladimir J. van der Laan
2011-12-23 02:50:28 -08:00
13 changed files with 434 additions and 7 deletions

View File

@@ -96,6 +96,10 @@ else
endif
endif
ifdef USE_QRCODE
DEFS += -DUSE_QRCODE=$(USE_QRCODE)
LIBS += -lqrencode
endif
all: bitcoind