Added QRCode generation functions via libqrencode. Switch on with USE_QRENCODE=1.
[novacoin.git] / src / makefile.osx
index 4b0b521..2bb8980 100644 (file)
@@ -95,6 +95,10 @@ else
 endif
 endif
 
+ifdef USE_QRCODE
+       DEFS += -DUSE_QRCODE=$(USE_QRCODE)
+       LIBS += -lqrencode
+endif
 
 all: bitcoind