* Update to latest release;

* Make Qt optional in options.mk;
* Add bitcoin-qt4 and bitcoin-qt5 packages using qt{4,5} options, respectively;
* If both Qt4 and Qt5 are installed, package will default to Qt4;
* Check documentation for other package options;
* Fix configure/build/install phases for latest version;
This commit is contained in:
Blue Rats 2014-05-22 15:04:35 +00:00 committed by Thomas Klausner
parent be63688729
commit 14d67d36b9

6
bitcoin/TODO Normal file
View file

@ -0,0 +1,6 @@
* Update to latest release;
* Make Qt optional in options.mk;
* Add bitcoin-qt4 and bitcoin-qt5 packages using qt{4,5} options, respectively;
* If both Qt4 and Qt5 are installed, package will default to Qt4;
* Check documentation for other package options;
* Fix configure/build/install phases for latest version;