From e32ba20cae2af1fd048ac7c576da13149441fe00 Mon Sep 17 00:00:00 2001 From: Kristaps Kaupe Date: Fri, 16 Nov 2018 00:59:53 +0200 Subject: [PATCH] Add Qt5 support to TODO list --- docs/TODO.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/docs/TODO.md b/docs/TODO.md index c045d05..db75917 100644 --- a/docs/TODO.md +++ b/docs/TODO.md @@ -50,6 +50,8 @@ and described [here](https://github.com/Roasbeef/bips/blob/master/gcs_light_clie There is no current process for building binaries on Mac or Windows (theoretically the latter is possible but a mess, so I'm not doing it). +* Qt5 support, as Qt4 is being deprecated (see [issue204](https://github.com/JoinMarket-Org/joinmarket-clientserver/issues/204)). + ### Alternative implementations * Build an alternative client implementation in Java or Javascript for example, using some existing Bitcoin library in that language, perhaps using some lite client solution e.g. SPV, and then connecting to the daemon (executable or Python script).