NTP client implemented in C++ using Qt.
You can link with qntp either by including the corresponding CMakeLists.txt, or by simply adding all qntp headers into your project (don't forget to AUTOMOC them in this case).
See examples/qntp_example.cpp for example usage.