Merge pull request #629 from sje397/master
QR Code generation via libqrencode
This commit is contained in:
@@ -96,6 +96,10 @@ else
|
||||
endif
|
||||
endif
|
||||
|
||||
ifdef USE_QRCODE
|
||||
DEFS += -DUSE_QRCODE=$(USE_QRCODE)
|
||||
LIBS += -lqrencode
|
||||
endif
|
||||
|
||||
all: bitcoind
|
||||
|
||||
|
||||
Reference in New Issue
Block a user