peerplays_migrated/programs/light_client
2015-07-17 16:06:39 -04:00
..
qml [GUI] Refactor ClientDataModel, implement account balances 2015-07-17 16:06:39 -04:00
ClientDataModel.cpp [GUI] Refactor ClientDataModel, implement account balances 2015-07-17 16:06:39 -04:00
ClientDataModel.hpp [GUI] Refactor ClientDataModel, implement account balances 2015-07-17 16:06:39 -04:00
CMakeLists.txt [GUI] Use assets and balances in transfer form 2015-07-15 17:55:16 -04:00
main.cpp [GUI] Use assets and balances in transfer form 2015-07-15 17:55:16 -04:00
README.md [GUI] Fix CMake error, add README.md 2015-07-14 13:06:32 -04:00

== Graphene Client GUI ==

This is a Qt-based native GUI client for Graphene blockchains.

To build this GUI, run cmake with -DBUILD_QT_GUI=ON

This GUI depends on Qt 5.5 or later. If you do not have Qt 5.5 installed in the canonical location on your OS (or if your OS does not have a canonical location for libraries), you can specify the Qt path by running cmake with -DCMAKE_PREFIX_PATH=/path/to/Qt/5.5/gcc_64 as appropriate for your environment.