Added QRCode generation functions via libqrencode. Switch on with USE_QRENCODE=1.
authorsje397 <sje397@gmail.com>
Thu, 10 Nov 2011 14:20:17 +0000 (01:20 +1100)
committersje397 <sje397@gmail.com>
Tue, 20 Dec 2011 11:11:24 +0000 (22:11 +1100)
commit22123c85f3722abad896aebb564a89d88da92e81
tree212d80a39a64c31bc7746127306cdb4eb9ce1614
parent3528650560a2c417da2303869c743da019defc6d
Added QRCode generation functions via libqrencode. Switch on with USE_QRENCODE=1.
Amended build docs for Linux and OSX, and OSX makefile.
Added package 'qrencode' to gitian.yml
13 files changed:
bitcoin-qt.pro
contrib/gitian-descriptors/gitian.yml
doc/build-osx.txt
doc/build-unix.txt
src/makefile.osx
src/qt/addressbookpage.cpp
src/qt/addressbookpage.h
src/qt/bitcoin.qrc
src/qt/forms/addressbookpage.ui
src/qt/forms/qrcodedialog.ui [new file with mode: 0644]
src/qt/qrcodedialog.cpp [new file with mode: 0644]
src/qt/qrcodedialog.h [new file with mode: 0644]
src/qt/res/images/qrcode.png [new file with mode: 0644]